Here are the commands needed to compile JDFTx in Debian 8. I hope it helps someone to save some time.
Regards Michele Renda ===============================================================================
sudo aptitude install subversion cmake build-essential libgsl0-dev libfftw3-dev libblas-dev liblapack-dev libatlas-base-dev libopenmpi-dev openmpi-bin
svn co https://svn.code.sf.net/p/jdftx/code/trunk/jdftx
cd build cmake .. make
Thanks Michele, we'll incorporate this into our Compiling page soon.
Here are the commands needed to compile JDFTx in Debian 8. I hope it helps someone to save some time.
Regards
Michele Renda
===============================================================================
sudo aptitude install subversion cmake build-essential libgsl0-dev libfftw3-dev libblas-dev liblapack-dev libatlas-base-dev libopenmpi-dev openmpi-bin
svn co https://svn.code.sf.net/p/jdftx/code/trunk/jdftx
cd build
cmake ..
make
Thanks Michele, we'll incorporate this into our Compiling page soon.