Page 1 of 1

Can't enable options

Posted: Mon Sep 03, 2018 6:33 am
by yurivict
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

Re: Can't enable options

Posted: Wed Sep 05, 2018 12:34 am
by gmatteo
Use:

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

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

Re: Can't enable options

Posted: Sun Jan 13, 2019 10:35 pm
by pouillon
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.