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 11b6fa1 commit 821e09eCopy full SHA for 821e09e
tools/build_steps.sh
@@ -14,10 +14,12 @@ function before_build {
14
touch /usr/local/lib/.dir_exists
15
source ${ROOT_DIR}/multibuild/osx_utils.sh
16
get_macpython_environment ${MB_PYTHON_VERSION} venv
17
- source ${ROOT_DIR}/gfortran-install/gfortran_utils.sh
18
# Since install_fortran uses `uname -a` to determine arch,
19
# force the architecture
20
- arch -${PLAT} install_gfortran
+ arch -${PLAT} bash -s << EOF
+source ${ROOT_DIR}/gfortran-install/gfortran_utils.sh
21
+install_gfortran
22
+EOF
23
# Deployment target set by gfortran_utils
24
echo "Deployment target $MACOSX_DEPLOYMENT_TARGET"
25
0 commit comments