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:
parent
ff25969349
commit
bd7f0a6efa
12
.github/workflows/vfc_test_workflow.yml
vendored
12
.github/workflows/vfc_test_workflow.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user