We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0ea32 commit 6d6c0caCopy full SHA for 6d6c0ca
tools/build_steps.sh
@@ -183,6 +183,7 @@ function do_build_lib {
183
exit 1
184
fi
185
export FFLAGS="-L${libdir} -Wl,-rpath,${libdir}"
186
+ export GFORTRAN_LIBDIR=$($FC -print-file-name=libgfortran.dylib | xargs dirname)
187
local bitness=64
188
local target="VORTEX"
189
CFLAGS="$CFLAGS -ftrapping-math -mmacos-version-min=11.0"
0 commit comments