You take the blue pill... the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill... you stay in Wonderland, and I show you how deep the rabbit hole goes.
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 |