Download FFTW In a folder with FFTW print in the terminal:
./configure
make
make install
sudo make install
Install Anaconda Install .git software Clone PyCore
To compile the solver with Numerical Recipes (proprietary, http://numerical.recipes/) or odeint (https://headmyshoulder.github.io/odeint-v2/index.html) from Boost (opensoft, https://www.boost.org/), put the folder with the library to an approprite folder (e.g., /usr/local/include/). Running 'cpp -v' in your terminal may help to locate the appropriate folder.
g++ -fPIC -shared -lfftw3 -lm -O3 -o lib_lle_core.so lle_core.cpp
or
g++ -std=c++0x -fPIC -shared -lfftw3 -lm -O3 -o lib_boost_lle_core.so boost_lle_core.cpp