2013/10/24 Olivier Grisel <[email protected]>: > 2013/10/23 Sergio Rojas <[email protected]>: >> Hello everyone, >> >> I was able to compile scikit-learn-0.14.1 with STATIC version of ATLAS using >> the building command: >> >> python setup.py build_ext >> --include-dirs='/home/myacct/myProg/NumLibs64b/include >> / -L/home/srojas/myProg/NumLibs64b/lib -llapack -lcblas -lf77blas -latlas' >> --inplace
AFAIK you should not use --include-dirs to pass library link instructions but rather --libraries and --library-dirs. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
