Skip to content

Commit

Permalink
brew uninstall libomp: ignore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu authored May 12, 2022
1 parent 522418c commit 06271bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
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"
brew uninstall --ignore-dependencies 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 06271bd

Please sign in to comment.