Skip to content

Commit

Permalink
install catalina version of gsl on x86 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed May 14, 2024
1 parent fb8fa6e commit 1f1bc95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ select = "*-macosx_x86_64"
inherit.environment="append"
environment = { MACOSX_DEPLOYMENT_TARGET="10.15" } # 10.15 is Catalina the minimum version of gsl supported by 'brew'
inherit.before-all="append"
before-all = "brew install gsl" # since Big Sur x86_64 version exists, it should install that version
# install the catalina version of `gsl`
# before-all = "brew fetch --force --bottle-tag=catalina gsl; brew reinstall $(brew --cache --bottle-tag=catalina gsl)"
# install the catalina version of `gsl` to match
before-all = "brew fetch --force --bottle-tag=catalina gsl; brew reinstall $(brew --cache --bottle-tag=catalina gsl)"

[[tool.cibuildwheel.overrides]]
select = "*-macosx_arm64"
Expand Down

0 comments on commit 1f1bc95

Please sign in to comment.