[Debichem-devel] Bug#649381: Bug#649381: mpqc: Please enable mp2r12
Michael Banck
mbanck at debian.org
Mon Nov 21 00:46:55 UTC 2011
On Sun, Nov 20, 2011 at 03:26:08PM +0100, Michael Banck wrote:
> This is because libSCcints and (at least) libSCmbptr12 are not shipped
> in libsc7.
Turns out those are only enabled when libint is present:
|AC_CHECK_HEADERS(libint/libint.h,
| AC_CHECK_LIB(int,init_libint_base,
| HAVE_LIBINT=yes
| AC_DEFINE(HAVE_LIBINT)
| AC_SUBST(HAVE_LIBINT)
| LIBS="-lint $LIBS"
| )
| )
[...]
|if test ! X$HAVE_LIBR12 = Xyes -o ! X$HAVE_LIBINT = Xyes; then
| EXCLUDED_DIRS="-x SRC_LIB_CHEMISTRY_QC_CINTS -x SRC_LIB_CHEMISTRY_QC_MBPTR12 $EXCLUDED_DIRS"
|fi
We should really look into getting libint into Debian.
Michael
More information about the Debichem-devel
mailing list