Page 1 of 1

REQUEST: ./configure; make; make install

Posted: Fri Jun 06, 2008 6:28 pm
by farhi
Hi dear VASP gods,

Wouldn't it be much simpler if you would use autotools to setup a standard

Code: Select all

./configure; make; make install
procedure for installation, checking for available libraries, compilers, etc ... ? I'm pretty sure this would solve most of the installation posts on this Forum !

REQUEST: ./configure; make; make install

Posted: Mon Jun 09, 2008 5:01 pm
by sara
but dear I have great problemes in the installation

REQUEST: ./configure; make; make install

Posted: Mon Jun 09, 2008 5:57 pm
by admin
most problems arise because the necessary libraries or compilers are not installed at all or installed in a wrong way. This problem cannot be solved by the procedure you suggest, because it is more basic that just compiling the vasp-code. Just finding the correct releases/paths seems to be a minor problem...