Am 05.11.2012 um 13:26 schrieb Thomas Klimpel:

Kraus Philipp wrote:
I'm using the Boost numeric bindings for using LAPACK calls with the Ublas
datatypes.
I'm building ATLAS & LAPACK in combination on my *nix systems. On
Windows the
ATLAS build is very difficult, so can I use numeric bindings without ATLAS
(CBLAS) calls?

Just don't define the corresponding macros. Of course, only column_major storage will be fully supported then.

I define only "BOOST_NUMERIC_BINDINGS_BLAS_CBLAS" under the *nix systems, so I need remove only
this and I can use LAPACK calls without ATLAS? I use colmn-major order always on the LAPACK calls

seems to be easy
Thanks

Phil