There was an error while loading. Please reload this page.
1 parent c5449fd commit 38fd831Copy full SHA for 38fd831
1 file changed
recipe/meta.yaml
@@ -55,7 +55,6 @@ build:
55
- REST_EXT_DIR="${SRC_DIR}/rest_deps/lib"
56
- HDF5_DIR="${BUILD_PREFIX}"
57
#- REST_FORTRAN_COMPILER: $F90
58
- - RUSTFLAGS="-C target-feature=-crt-static -C link-self-contained=yes"
59
script: |
60
cd rest
61
mkdir ../rest_deps
@@ -67,6 +66,7 @@ build:
67
66
# export REST_HOME=".."
68
export REST_FORTRAN_COMPILER=$F90
69
echo RESTFORT${REST_FORTRAN_COMPILER}
+ export RUSTFLAGS="-C target-feature=-crt-static -C link-self-contained=yes"
70
# cargo build --release --verbose --target=x86_64-unknown-linux-gnu
71
cargo install --path . --profile release --root ${PREFIX}
72
mkdir -p ${PREFIX}/share/rest/
0 commit comments