error in compilation abinit-6.12.3

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
vanessa
Posts: 7
Joined: Fri Apr 08, 2011 2:25 pm

error in compilation abinit-6.12.3

Post by vanessa » Tue Jun 19, 2012 11:57 am

When I am trying to configure abinit-6.12.3 under suse-linux 12.1 (64 bit) I got this message:

Error: checking for patch.........no
configure: error: BigDFT requires patch-disable BigDFT or install patch

Can anyone tell me what's wrong?
Thanks in advance.

User avatar
jbeuken
Posts: 365
Joined: Tue Aug 18, 2009 9:24 pm
Contact:

Re: error in compilation abinit-6.12.3

Post by jbeuken » Tue Jun 19, 2012 9:02 pm

Hi,

Error: checking for patch.........no
configure: error: BigDFT requires patch-disable BigDFT or install patch

the answers are suggested : "disable BigDFT or install patch"

to disable BigDFT, add to configure

Code: Select all

--with-dft-flavor="atompaw+libxc+wannier90"


or install "patch" with something like : "yast2 -i patch"

regards

jmb
------
Jean-Michel Beuken
Computer Scientist

Locked