Skip to content

Commit

Permalink
bump libint to 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Feb 23, 2024
1 parent 678e19d commit dc786c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/libint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash

# clone the repository
git clone --branch v2.8.1 https://github.com/evaleev/libint.git libint
git clone --depth 1 https://github.com/evaleev/libint.git libint

# checkout to the specific commit
cd libint && git checkout fe4ab095dfbc1fb84b18e51ee11f0f0071b5905e && cd -

# compile libint
cd libint && ./autogen.sh && ./configure CXX=g++ CXXFLAGS="-mavx -s -O3" --prefix="$PWD/install" --enable-1body=1 --enable-eri=1 --with-max-am=6 && make -j2 && make install && cd ..

0 comments on commit dc786c2

Please sign in to comment.