1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2025-01-09 12:44:12 +01:00

specify CC and FC at configure time

This commit is contained in:
Evgeny Posenitskiy 2021-12-13 10:57:45 +01:00
parent ff25969349
commit bd7f0a6efa

View File

@ -29,12 +29,12 @@ jobs:
- name: Install trexio
run: |
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
export VERSION=2.0
wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.0.tar.gz
tar -zxf trexio-${VERSION}.0.tar.gz
cd trexio-${VERSION}.0
./configure --prefix=/usr CC="verificarlo-f" FC="verificarlo-f"
make -j4
sudo make install
- name: Run tests