mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Merge branch 'master' into wf_det_grad_cof
This commit is contained in:
commit
68b136ed43
18
.github/workflows/test-build.yml
vendored
18
.github/workflows/test-build.yml
vendored
@ -15,7 +15,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install dependencies
|
||||
run: sudo apt-get install emacs autoconf
|
||||
run: sudo apt-get install emacs autoconf libhdf5-dev
|
||||
- name: install trexio
|
||||
run: |
|
||||
wget https://github.com/TREX-CoE/trexio/releases/download/v1.0/trexio-1.0.0.tar.gz
|
||||
tar -zxf trexio-1.0.0.tar.gz
|
||||
cd trexio-1.0.0
|
||||
./configure
|
||||
make -j 8
|
||||
sudo make install
|
||||
- name: Run test
|
||||
run: |
|
||||
./autogen.sh
|
||||
@ -41,6 +49,14 @@ jobs:
|
||||
# brew install gfortran-10
|
||||
# brew install emacs
|
||||
# brew install autoconf automake libtool
|
||||
# - name: install trexio
|
||||
# run: |
|
||||
# wget https://github.com/TREX-CoE/trexio/releases/download/v1.0/trexio-1.0.0.tar.gz
|
||||
# tar -zxf trexio-1.0.0.tar.gz
|
||||
# cd trexio-1.0.0
|
||||
# ./configure
|
||||
# make -j 8
|
||||
# sudo make install
|
||||
# - name: Run test
|
||||
# run: |
|
||||
# ./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user