Skip to content

Commit 4dc3aad

Browse files
committed
fix fortran compiler
1 parent ee745a4 commit 4dc3aad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build:
4848
- REST_HOME="${SRC_DIR}"
4949
- REST_EXT_DIR="${SRC_DIR}/rest_deps/lib"
5050
- HDF5_DIR="${BUILD_PREFIX}"
51-
- REST_FORTRAN_COMPILER="$F90"
51+
#- REST_FORTRAN_COMPILER: $F90
5252
script: |
5353
cd rest
5454
mkdir ../rest_deps
@@ -58,7 +58,8 @@ build:
5858
# echo ${REST_EXT_DIR}
5959
# pwd
6060
# export REST_HOME=".."
61-
echo ${REST_FORTRAN_COMPILER}
61+
export REST_FORTRAN_COMPILER=$F90
62+
echo RESTFORT${REST_FORTRAN_COMPILER}
6263
cargo build --release --verbose --no-default-features
6364
cargo install --path . --profile release --root ${PREFIX}
6465
number: 0

0 commit comments

Comments
 (0)