Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony.
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 |