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 6c8f2d4 commit b58508aCopy full SHA for b58508a
template.yml
@@ -18,7 +18,8 @@ jobs:
18
# on macOs, openblas is alreadey installed
19
- ${{ if contains(parameters.vmImage, 'macOs') }}:
20
- bash: |
21
- brew install ninja open-mpi
+ brew install ninja open-mpi && \
22
+ export CMAKE_PREFIX_PATH="/usr/local/opt/lapack;/usr/local/opt/openblas:$CMAKE_PREFIX_PATH"
23
displayName: 'Install BLAS and MPI libraries'
24
25
- bash : |
0 commit comments