mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Merge branch 'master' into trexio
This commit is contained in:
commit
f9cca71b5f
18
.github/workflows/test-build.yml
vendored
18
.github/workflows/test-build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user