#define
BOOST_NUMERIC_BINDINGS_USE_CLAPACK // To get the right calling convention for the fortran#include
<boost/numeric/bindings/lapack/lapack_names.h>#if
defined(WIN64) || _MSC_VER >= 1500 #undef LAPACK_DGELSS #define LAPACK_DGELSS DGELSS #undef LAPACK_DGESV #define LAPACK_DGESV DGESV#endif
#include
<boost/numeric/bindings/traits/ublas_matrix.hpp>PUSH_DISABLED_MSVC_WARNING
(4244 4189)#include
<boost/numeric/bindings/lapack/gelss.hpp>#include
<boost/numeric/bindings/lapack/gesv.hpp>POP_DISABLED_MSVC_WARNING
() It looks like the fix might be something really trivial, but I have no clue where to look for a hint to resolve