I'm trying to free your mind, Neo. But I can only show you the door. You're the one that has to walk through it.
Ubuntu-notebookInstallation instructions for an Ubuntu notebook (Intel Centrino)The boost and blas (atlas) libraries are available via the ubuntu repositories. build> export CXXFLAGS="-DNDEBUG -O3 -march=pentium4" build> ../configure build> make build> make install Now, that was easy ;-). As of Karmic Koala and Boost 1.38 only the multi-threaded libraries are shipped so the configure needs to be extended. build> ../configure --with-boost-program-options=-lboost_program_options-mt |