Skip to content

Commit

Permalink
set fortran_std=none also on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 16, 2023
1 parent 5e5df36 commit 6d4036b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $PYTHON -m build -w -n -x \
-Cbuilddir=builddir \
-Csetup-args=-Dblas=blas \
-Csetup-args=-Dlapack=lapack \
-Csetup-args=-Dfortran_std=none \
-Csetup-args=-Duse-g77-abi=true \
-Csetup-args=${MESON_ARGS_REDUCED// / -Csetup-args=} \
|| (cat builddir/meson-logs/meson-log.txt && exit 1)

0 comments on commit 6d4036b

Please sign in to comment.