1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 17:03:43 +02:00

Merge branch 'trexio' of github.com:TREX-CoE/qmckl into trexio

This commit is contained in:
Anthony Scemama 2021-10-14 16:33:06 +02:00
commit 8fb59bce14

View File

@ -19,9 +19,10 @@ jobs:
- name: Install trexio
run: |
# 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
export VERSION=1.1.0
wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.tar.gz
tar -zxf trexio-${VERSION}.tar.gz
cd trexio-${VERSION}
./configure --prefix=/usr
make -j 8
sudo make install