evaleev / libint

Libint: high-performance library for computing Gaussian integrals in quantum mechanics
Other
231 stars 96 forks source link

libint1: programming manual no longer builds in 1.2.1 #89

Closed mbanck closed 6 years ago

mbanck commented 6 years ago

I can no longer build the programming manual, I believe this used to work fine in 1.1.6:

libint$ LANG=C make -C doc
make: Entering directory '/home/mba/debian/debichem/svn/debichem/unstable/libint/doc'
for dir in progman; \
  do \
    (cd ${dir} && make ) || exit 1; \
  done
make[1]: Entering directory '/home/mba/debian/debichem/svn/debichem/unstable/libint/doc/progman'
make[1]: *** No rule to make target 'progman.pdf', needed by 'default'.  Stop.
make[1]: Leaving directory '/home/mba/debian/debichem/svn/debichem/unstable/libint/doc/progman'
Makefile:11: recipe for target 'default' failed
make: *** [default] Error 1
make: Leaving directory '/home/mba/debian/debichem/svn/debichem/unstable/libint/doc'
mbanck commented 6 years ago

Sorry, this seems to be a local issue on my development notebook running Debian stable, I cannot reproduce it in a clean Debian unstable chroot; so closing this.