1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2025-01-10 04:58:33 +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 - name: Install trexio
run: | run: |
export VERSION=1.1.0 export VERSION=2.0
wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.tar.gz wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.0.tar.gz
tar -zxf trexio-${VERSION}.tar.gz tar -zxf trexio-${VERSION}.0.tar.gz
cd trexio-${VERSION} cd trexio-${VERSION}.0
./configure --prefix=/usr ./configure --prefix=/usr CC="verificarlo-f" FC="verificarlo-f"
make -j 8 make -j4
sudo make install sudo make install
- name: Run tests - name: Run tests