Boost logo

Ublas :

From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2008-08-12 06:16:43


> I have to use the linker option "/NODEFAULTLIB:LIBCMT" and
"/NODEFAULTLIB:LIBCMTD" in order to avoid link problems when I use
clapack.

I forgot to mention that you probably also have to define
"BOOST_NUMERIC_BINDINGS_USE_CLAPACK" if you use clapack.

When you also want to use the "Reference BLAS" implementation that comes
with clapack, you probably have to define
"BIND_FORTRAN_LOWERCASE_UNDERSCORE" instead of
"BOOST_NUMERIC_BINDINGS_USE_CLAPACK" and link against the "*_nowrap.lib"
libraries.