Re: <Numeric Library Bindings for Boost> unresolved external symbol _dgeev referenced
Thomas Klimpel <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <4468C9C2AE594745A32DC93C799A224A0285D4@DE02WEMBX2.internal.synopsys.com> |
Witold E Wolski wrote: > I checked out the boost bindings from the svn > there is Jamroot file so I thought to build it with bjam > First do I need to build it? > How do I build and configure it? couldt find a readme. The Jamroot file is just for the tests and the quickbook documentation. For running the test, I set the environment variable BOOST_ROOT explicitly to the root directory of a boost tree I want to use. Then I change into the directory where I want to run the tests, and type "b2" or "b2 test_case_name". I normally adjust the paths in numeric-bindings.jam first. You can also use "b2 numbind=mkl-gcc matlib=eigen" to specify that you want to test with "mkl" instead of lapack and and eigen instead of ublas. Regards, Thomas _______________________________________________ ublas mailing list [email protected] http://lists.boost.org/mailman/listinfo.cgi/ublas Sent to: [email protected]