Skip to content

Commit b58508a

Browse files
committed
try to find openblas on macos
1 parent 6c8f2d4 commit b58508a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
# on macOs, openblas is alreadey installed
1919
- ${{ if contains(parameters.vmImage, 'macOs') }}:
2020
- bash: |
21-
brew install ninja open-mpi
21+
brew install ninja open-mpi && \
22+
export CMAKE_PREFIX_PATH="/usr/local/opt/lapack;/usr/local/opt/openblas:$CMAKE_PREFIX_PATH"
2223
displayName: 'Install BLAS and MPI libraries'
2324
2425
- bash : |

0 commit comments

Comments
 (0)