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 6d6c0ca commit 84206daCopy full SHA for 84206da
tools/build_steps.sh
@@ -184,6 +184,7 @@ function do_build_lib {
184
fi
185
export FFLAGS="-L${libdir} -Wl,-rpath,${libdir}"
186
export GFORTRAN_LIBDIR=$($FC -print-file-name=libgfortran.dylib | xargs dirname)
187
+ export LDFLAGS="-L/opt/homebrew/opt/llvm/lib -L$GFORTRAN_LIBDIR"
188
local bitness=64
189
local target="VORTEX"
190
CFLAGS="$CFLAGS -ftrapping-math -mmacos-version-min=11.0"
0 commit comments