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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org