1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2025-01-10 21:18:37 +01:00

Use new trexio

This commit is contained in:
Anthony Scemama 2021-10-14 11:08:30 +02:00
parent c4467abb28
commit 7b5a80e3d5

View File

@ -18,12 +18,13 @@ jobs:
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
# TODO: Update the following link when v1.1 will be released
wget https://github.com/TREX-CoE/trexio/releases/download/untagged-c1e46a50d86b835555c8/trexio-1.1.0.tar.gz
tar -zxf trexio-1.0.0.tar.gz
cd trexio-1.0.0
./configure --prefix=/usr
make -j 8
sudo make install
sudo make install
- name: Build
run: |
./autogen.sh
@ -59,9 +60,9 @@ jobs:
# 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
# ./configure
# make -j 8
# sudo make install
# sudo make install
# - name: Run test
# run: |
# ./autogen.sh