K 10 svn:author V 6 jbeich K 8 svn:date V 27 2016-11-08T03:54:30.082991Z K 7 svn:log V 1310 math/ceres-solver: unbreak OPENMP=off on 10.0+ i386 In file included from examples/helloworld.cc:36: In file included from include/ceres/ceres.h:37: In file included from include/ceres/autodiff_cost_function.h:132: In file included from include/ceres/internal/autodiff.h:145: include/ceres/jet.h:246:3: error: requested alignment is less than minimum alignment of 4 for type 'Eigen::Matrix' alignas(kAlignment) Eigen::Matrix v; ^ include/ceres/internal/autodiff.h:232:34: note: in instantiation of template class 'ceres::Jet' requested here FixedArray x( ^ include/ceres/autodiff_cost_function.h:211:53: note: in instantiation of member function 'ceres::internal::AutoDiff::Differentiate' requested here N0, N1, N2, N3, N4, N5, N6, N7, N8, N9>::Differentiate( ^ examples/helloworld.cc:70:11: note: in instantiation of member function 'ceres::AutoDiffCostFunction::Evaluate' requested here new AutoDiffCostFunction(new CostFunctor); ^ Tested by: cmp before.o after.o # GCC 4.8 / 6.2 END