Can't enable options

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
yurivict
Posts: 4
Joined: Mon Sep 03, 2018 6:31 am

Can't enable options

Post by yurivict » Mon Sep 03, 2018 6:33 am

When supplied with --enable-netcdf and --enable-wannier90, configure still prints:
checking whether to build netcdf... no
checking whether to build wannier90... no

FreeBSD 11.2

User avatar
gmatteo
Posts: 291
Joined: Sun Aug 16, 2009 5:40 pm

Re: Can't enable options

Post by gmatteo » Wed Sep 05, 2018 12:34 am

Use:

--with-trio-flavor="netcdf"
--with-dft-flavor="wannier90"

For more examples, see
https://github.com/abinit/abiconfig/tre ... g/clusters

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: Can't enable options

Post by pouillon » Sun Jan 13, 2019 10:35 pm

In order to know which options the configure script of ABINIT accepts, you just have to run:

./configure --help

from the top ABINIT source directory.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Locked