File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
branches : [ master ]
14
14
15
15
env :
16
- OPENBLAS_COMMIT : " v0.3.18 "
16
+ OPENBLAS_COMMIT : " v0.3.19 "
17
17
OPENBLAS_ROOT : " c:\\ opt"
18
18
19
19
jobs :
Original file line number Diff line number Diff line change 40
40
INTERFACE64 : ' 1'
41
41
env :
42
42
REPO_DIR : OpenBLAS
43
- OPENBLAS_COMMIT : " v0.3.18 "
43
+ OPENBLAS_COMMIT : " v0.3.19 "
44
44
MACOSX_DEPLOYMENT_TARGET : 10.9
45
45
MB_PYTHON_VERSION : ${{ matrix.python-version }}
46
46
TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
63
63
- name : Set extra env
64
64
run : |
65
65
if [ "macos-latest" == "${{ matrix.os }}" ]; then echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV; else echo "TRAVIS_OS_NAME=${{ matrix.os }}" >> $GITHUB_ENV; fi
66
+ if [ "macos-latest" == "${{ matrix.os }}" ]; then echo "LDFLAGS=-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" >> $GITHUB_ENV; fi
66
67
echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV;
67
68
- name : Print some Environment variable
68
69
run : |
76
77
- name : Build and Install Wheels
77
78
run : |
78
79
if [[ "$PLAT" == "arm64" ]]; then
79
- sudo xcode-select -switch /Applications/Xcode_12.2 .app
80
- export SDKROOT=/Applications/Xcode_12.2. app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0 .sdk
80
+ sudo xcode-select -switch /Applications/Xcode_12.5.1 .app
81
+ export SDKROOT=/Applications/Xcode_12.5.1. app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3 .sdk
81
82
fi
82
83
source travis-ci/build_steps.sh
83
84
echo "------ BEFORE BUILD ---------"
Original file line number Diff line number Diff line change 2
2
global :
3
3
# The archive that gets built has name from ``git describe`` on this
4
4
# commit.
5
- - OPENBLAS_COMMIT="v0.3.18 "
5
+ - OPENBLAS_COMMIT="v0.3.19 "
6
6
- REPO_DIR=OpenBLAS
7
7
# Following generated with:
8
8
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>
You can’t perform that action at this time.
0 commit comments