add optional functionality
Posted: Fri Oct 26, 2012 11:00 am
Hello,
I'm trying to add a new functionality to ABINIT : LOTF (Learn On The Fly).
I set the folder which contains LOTF routines and modules in src/68_LOTF.
makemake and compilation are ok.
Now I would to put LOTF as "optional".
To do that I added the to config/specs/corelibs.conf the following lines:
176 [68_lotf]
177 abirules = no
178 optional = yes
but at the makemake I obtain:
[makemake] Generating Makefile.in for each directory
src/98_main/Makefile.am:88: DO_BUILD_68_LOTF does not appear in AM_CONDITIONAL
src/Makefile.am:32: DO_BUILD_68_LOTF does not appear in AM_CONDITIONAL
Makefile.am:648: DO_BUILD_68_LOTF does not appear in AM_CONDITIONAL
[makemake] Aborting now!
What I have to do ?
Have you any idea of my error?
I was looking for the doc in ~abinit/doc without success.
Thanks.
Best regards,
Marco
I'm trying to add a new functionality to ABINIT : LOTF (Learn On The Fly).
I set the folder which contains LOTF routines and modules in src/68_LOTF.
makemake and compilation are ok.
Now I would to put LOTF as "optional".
To do that I added the to config/specs/corelibs.conf the following lines:
176 [68_lotf]
177 abirules = no
178 optional = yes
but at the makemake I obtain:
[makemake] Generating Makefile.in for each directory
src/98_main/Makefile.am:88: DO_BUILD_68_LOTF does not appear in AM_CONDITIONAL
src/Makefile.am:32: DO_BUILD_68_LOTF does not appear in AM_CONDITIONAL
Makefile.am:648: DO_BUILD_68_LOTF does not appear in AM_CONDITIONAL
[makemake] Aborting now!
What I have to do ?
Have you any idea of my error?
I was looking for the doc in ~abinit/doc without success.
Thanks.
Best regards,
Marco