How to disable external libraries in 6.7.1 ?

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
dcaliste
Posts: 44
Joined: Thu Oct 22, 2009 9:15 am
Contact:

How to disable external libraries in 6.7.1 ?

Post by dcaliste » Wed Mar 02, 2011 10:02 am

The configure options --disable-FEATURE (like --disable-etsf-io) have been removed. What are they replaced by ? I tried --without-PACKAGE in case but it's not working neither.

User avatar
Alain_Jacques
Posts: 279
Joined: Sat Aug 15, 2009 9:34 pm
Location: Université catholique de Louvain - Belgium

Re: How to disable external libraries in 6.7.1 ?

Post by Alain_Jacques » Wed Mar 02, 2011 7:48 pm

Hello Damien,

Look in the usual place for hidden treasures ... doc/config/build-config.ac
For the particular case of etsf-io, create a personal ac file and play with the "with_trio_flavor=none" option; I don't know if there is a similar --with-trio-flavor configure option.

Kind regards,

Alain

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

Re: How to disable external libraries in 6.7.1 ?

Post by pouillon » Wed Mar 16, 2011 12:57 pm

I changed the build system to replace the former blurry management of external packages by a much more rigorous one. See ~abinit/doc/build/connectors.pdf for a diagrammatic explanation.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

Locked