1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-19 01:13:50 +02:00

Merge branch 'master' into wf_det_grad_cof

This commit is contained in:
vijay 2021-10-12 08:28:01 +02:00 committed by GitHub
commit 68b136ed43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,15 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install dependencies - 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 - name: Run test
run: | run: |
./autogen.sh ./autogen.sh
@ -41,6 +49,14 @@ jobs:
# brew install gfortran-10 # brew install gfortran-10
# brew install emacs # brew install emacs
# brew install autoconf automake libtool # 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 # - name: Run test
# run: | # run: |
# ./autogen.sh # ./autogen.sh