Dear all,
I´m trying to install the last version of Abinit on a linux machine, openSuse distro.
when I run the configure file it punch out this warning:
"
configure: using tarball repository /usr/users/davide/.abinit/tarballs
configure: WARNING: no 'patch' command available
configure: error: please install patch or disable BigDFT
"
but checking inside the configure file this should be already disable:
"
davide@olymp:~/Downloads/abinit-6.6.3> grep "enable_bigdft" configure
if test "${enable_bigdft}" != ""; then
enable_bigdft="no"
if test "${enable_bigdft}" = "yes"; then
if test "${enable_bigdft}" = "yes"; then
enable_bigdft="no"
enable_bigdft="no"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_bigdft}" >&5
$as_echo "${enable_bigdft}" >&6; }
"
So I´m confused
any suggestion?
[RESOLVED] installation ABINIT 6.6.3: disable bigDFT
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.
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.
Re: installation ABINIT 6.6.3: disable bigDFT
Hi
You can disable BigDFT using the configure command line :
But this will also disable all other plugins.
So if you want to remove only BigDFT, you need to specify the plugins you want to install, for instance :
Boris
You can disable BigDFT using the configure command line :
Code: Select all
../configure --enable-mpi --with-dft-flavor=none
But this will also disable all other plugins.
So if you want to remove only BigDFT, you need to specify the plugins you want to install, for instance :
Code: Select all
../configure --enable-mpi --with-dft-flavor=atompaw
Boris
----------------------------------------------------------
Boris Dorado
Atomic Energy Commission
France
----------------------------------------------------------
Boris Dorado
Atomic Energy Commission
France
----------------------------------------------------------
Re: installation ABINIT 6.6.3: disable bigDFT
Or install patch if you want to be able to use BigDFT.
If you're using Ubuntu Linux, this is as simple as:
If you're using Ubuntu Linux, this is as simple as:
Code: Select all
sudo apt-get install patch
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain