I am trying to use the C++ armadillo library (armadillo-0.9.10) on a Mac Pro. I follow the manual installation instruction in the README.txt file. I have modified the config.hpp file to indicate that I have LAPACK and BLAS installed. I then try to compile the examples. I successfully compile and run example1.cpp, but when I try to run example2.cpp it reports that I need to have ATLAS or LAPACK installed. I added the #include header to example2.cpp and use the -framework Accelerate flag to compile in the makefile. However, it is still not working. What gives? I should have LAPACK and BLAS installed by default with Xcode, no? Any help here would be wonderful. Thank you, thank you!

link|improve this question

Just for anyone else who happens upon this. I solved the problem (sort of). I downloaded the cmake utility and installed it that way instead of trying to do it manually. Using cmake it found BLAS, LAPACK, and Boost and automatically updated the config.hpp file. Hope this helps someone. – TJB Jun 25 '10 at 22:33
Did you ever figure this out? I'm trying to get the example1.cpp file to run but I can't seem to get it to run in Xcode. I also followed the instructions in the README.txt file. Any help would be greatly appreciated. Thank you. – Chris Jan 7 '11 at 14:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.