From 06d1919799094e0d75f55617e8f0c354291a032b Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Wed, 30 Aug 2023 01:59:53 -0400 Subject: [PATCH] try 13 --- .github/workflows/cmake.yml | 2 +- src/lib/MakeRules.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6488d2609..83252868f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -100,7 +100,7 @@ jobs: CPPFLAGS="-I$EIGEN3_INCLUDE_DIR" CXXFLAGS="-std=c++11 -Wno-enum-compare" ${{github.workspace}}/configure --with-max-am=2 --with-eri-max-am=2 --with-eri3-max-am=3 --enable-eri=0 --enable-eri3=0 --enable-1body=1 --disable-1body-property-derivs --with-multipole-max-order=2 make -j3 #make check - cd src/bin/test_eri && ./stdtests.pl && cd ../../.. + #cd src/bin/test_eri && ./stdtests.pl && cd ../../.. make export echo "ARTIFACT=`ls -1 libint*tgz`" >> $GITHUB_ENV diff --git a/src/lib/MakeRules.in b/src/lib/MakeRules.in index c7e61cab5..adb5ce2e4 100644 --- a/src/lib/MakeRules.in +++ b/src/lib/MakeRules.in @@ -14,7 +14,7 @@ export:: source for i in $(LIBSRCDIR)/*.h; do \ $(INSTALL) $(INSTALLLIBOPT) $${i} $(TOPDIR)/$(EXPORTDIR)/include; \ done - $(INSTALL) $(INSTALLLIBOPT) $(LIBSRCDIR)/../../configuration.cc.cmake.in $(TOPDIR)/$(EXPORTDIR)/src/configuration.cc.cmake.in + $(INSTALL) $(INSTALLLIBOPT) $(TOPDIR)/src/lib/libint/configuration.cc.cmake.in $(TOPDIR)/$(EXPORTDIR)/src/configuration.cc.cmake.in $(TOPDIR)/lib/$(TARGET): source cd $(LIBSRCLINK); $(MAKE) TO_TOPDIR=$(TO_TOPDIR) TOPDIR=$(TOPOBJDIR) SRCDIR=$(SRCDIR)