8000 add LIBRARY_PATH · numpy/numpy@81842f6 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81842f6

Browse files
committed
add LIBRARY_PATH
1 parent 1123e29 commit 81842f6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,6 @@ stages:
104104

105105
- job: macOS
106106
pool:
107-
# NOTE: at time of writing, there is a danger
108-
# that using an invalid vmIMage string for macOS
109-
# image silently redirects to a Windows build on Azure;
110-
# for now, use the only image name officially present in
111-
# the docs even though i.e., numba uses another in their
112-
# azure config for mac os -- Microsoft has indicated
113-
# they will patch this issue
114107
vmImage: 'macOS-11'
115108
strategy:
116109
maxParallel: 3
@@ -208,6 +201,8 @@ stages:
208201
- script: python runtests.py -n --mode=full -- -rsx --junitxml=junit/test-results.xml
209202
displayName: 'Run Full NumPy Test Suite'
210203
condition: eq(variables['USE_OPENBLAS'], '1')
204+
env:
205+
LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
211206
- bash: python tools/openblas_support.py --check_version
212207
displayName: 'Verify OpenBLAS version'
213208
condition: eq(variables['USE_OPENBLAS'], '1')

0 commit comments

Comments
 (0)
0