Skip to content

Commit

Permalink
Add brew link for libomp on macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Aug 10, 2024
1 parent bdf9805 commit feed000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/deploy-macosx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ runs:
echo Removing "fixed" header files that are actually broken
rm -Rf $(find /opt/homebrew/Cellar/gcc@13/ -iname include-fixed)
FORMULAE+="gcc@13"
else
brew link --force libomp
fi
# Change rpath and resign all brew libraries that could be bundled in presets
Expand Down

0 comments on commit feed000

Please sign in to comment.