remove old version
Posted: Thu Apr 15, 2010 2:40 pm
Dear all:
what i do, to replace old version of abinit 8.4 a new version 6.0.3.
best regerds
what i do, to replace old version of abinit 8.4 a new version 6.0.3.
best regerds
The meeting place for ABINIT users and developers
https://forum.abinit.org/
Code: Select all
tar -xvzf abinit-6.0.3.tar.gz
Code: Select all
cd abinit-6.0.3
Code: Select all
mkdir tmp
Code: Select all
cd tmp
Code: Select all
../configure FC=gfortran prefix=$HOME/usr
Code: Select all
make
Code: Select all
make install