File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11# Build script for manylinux and OSX
22BUILD_PREFIX=/usr/local
3- # OSX gfortran archive
4- GFORTRAN_DMG=" archives/gfortran-4.9.0-Mavericks.dmg"
53
64ROOT_DIR=$( dirname $( dirname " ${BASH_SOURCE[0]} " ) )
75source ${ROOT_DIR} /multibuild/common_utils.sh
8- source ${ROOT_DIR} /gfortran-install/gfortran_utils.sh
96
107MB_PYTHON_VERSION=3.9
118
129function before_build {
1310 # Manylinux Python version set in build_lib
1411 if [ -n " $IS_OSX " ]; then
12+ sudo mkdir -p /usr/local/lib
13+ sudo chmod 777 /usr/local/lib
1514 source ${ROOT_DIR} /multibuild/osx_utils.sh
1615 get_macpython_environment ${MB_PYTHON_VERSION} venv
1716 source ${ROOT_DIR} /gfortran-install/gfortran_utils.sh
@@ -89,7 +88,6 @@ function build_lib {
8988 #
9089 # Depends on globals
9190 # BUILD_PREFIX - install suffix e.g. "/usr/local"
92- # GFORTRAN_DMG
9391 # MB_ML_VER
9492 set -x
9593 local plat=${1:- $PLAT }
You can’t perform that action at this time.
0 commit comments