Skip to content

Commit

Permalink
try 13
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Aug 30, 2023
1 parent 2929a4f commit 06d1919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib/MakeRules.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 06d1919

Please sign in to comment.