-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS big_sur -> monterey #995
Conversation
homebrew seems to have dropped big_sur.
Or we could rm -rf $(brew --cache)
It seems so, cf. https://formulae.brew.sh/formula/gmp#default (still ok for mpfr) % brew fetch --bottle-tag=big_sur gmp
==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.2.1_1
Already downloaded: /Users/ci/Library/Caches/Homebrew/downloads/a1986a80dafb4e42b8372268a00d8d14aa8294154c876ba82e7ce48db06885cb--gmp-6.2.1_1.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:e566452815d2ff5dc66da160bd1cd3d9cf02a17a07284cf0bac46496133383ae
########################################################################################################################################################### 100.0%
Downloaded to: /Users/ci/Library/Caches/Homebrew/downloads/b35c301599402facd4fad83244926c99d9808808a7af196e9e6ec988346395fe--gmp--6.2.1_1.big_sur.bottle.tar.gz
SHA256: e566452815d2ff5dc66da160bd1cd3d9cf02a17a07284cf0bac46496133383ae
% brew fetch --bottle-tag=arm64_big_sur gmp
==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.2.1_1
Already downloaded: /Users/ci/Library/Caches/Homebrew/downloads/a1986a80dafb4e42b8372268a00d8d14aa8294154c876ba82e7ce48db06885cb--gmp-6.2.1_1.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:491220f1ff2c662b96295d931a80702523eeaee681d7305fb02b561e527dcbb8
########################################################################################################################################################### 100.0%
Downloaded to: /Users/ci/Library/Caches/Homebrew/downloads/3e74dcc39d8faf31f1e226060beea4bda63ec6888f7fe71d3513fd2b977df55e--gmp--6.2.1_1.arm64_big_sur.bottle.tar.gz
SHA256: 491220f1ff2c662b96295d931a80702523eeaee681d7305fb02b561e527dcbb8``` |
@@ -5,15 +5,16 @@ set -e | |||
# Assumes that the user has enough rights to run brew fetch | |||
|
|||
# Downloading | |||
SED_PGM='s/^Downloaded to: |^Already downloaded: //p' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because we are doing in gudhi-devel/.github/workflows/pip-build-osx.yml
:
brew install boost eigen gmp mpfr cgal || true
...
./scripts/build_osx_universal_gmpfr.sh
I am ok with the regular expression
homebrew seems to have dropped big_sur?
(see also #994)