Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjojo committed Jan 24, 2023
1 parent e0959a9 commit d6dff65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_pyscf_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ sudo apt-get -qq install \
cmake

cd pyscf/pyscf/lib
curl -L https://github.com/fishjojo/pyscf-deps/blob/master/pyscf-2.0.1-ad-deps.tar.gz?raw=true | tar xzf -
curl -L "https://github.com/fishjojo/pyscf-deps/blob/master/pyscf-2.1.0-ad-deps.tar.gz?raw=true" | tar xzf -
mkdir build; cd build
cmake -DBUILD_LIBXC=OFF -DBUILD_XCFUN=OFF -DBUILD_LIBCINT=OFF ..
#cmake ..
make -j4

0 comments on commit d6dff65

Please sign in to comment.