Page 1 of 1
How to disable external libraries in 6.7.1 ?
Posted: Wed Mar 02, 2011 10:02 am
by dcaliste
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.
Re: How to disable external libraries in 6.7.1 ?
Posted: Wed Mar 02, 2011 7:48 pm
by Alain_Jacques
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
Re: How to disable external libraries in 6.7.1 ?
Posted: Wed Mar 16, 2011 12:57 pm
by pouillon
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.