Skip to content

Commit

Permalink
uninstall libomp for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk committed May 12, 2022
1 parent 426c77b commit 522418c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ jobs:
brew install flex bison mpich
brew unlink mpich && brew install openmpi
cmake --version
# see https://github.com/BlueBrain/CoreNeuron/issues/817, uninstall libomp until we fix this
# as we are building wheels, we shouldn't enable OpenMP here anyway
brew uninstall libomp || echo "libomp doesn't exist"
displayName: 'Install OSX System Dependencies'
# readline has been manually built with ncurses and MACOSX_DEPLOYMENT_TARGET=10.9 and stored as secure file on Azure.
Expand Down

0 comments on commit 522418c

Please sign in to comment.