Skip to content
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

Merged
merged 3 commits into from
Nov 2, 2023
Merged

macOS big_sur -> monterey #995

merged 3 commits into from
Nov 2, 2023

Conversation

mglisse
Copy link
Member

@mglisse mglisse commented Oct 31, 2023

homebrew seems to have dropped big_sur?

(see also #994)

homebrew seems to have dropped big_sur.
Or we could rm -rf $(brew --cache)
@VincentRouvreau
Copy link
Contributor

homebrew seems to have dropped big_sur?

(see also #994)

It seems so, cf. https://formulae.brew.sh/formula/gmp#default (still ok for mpfr)
I don't know if this is related to brew version, because on a VM with brew 4.1.9, I have no issue to fetch these files:

% 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'
Copy link
Contributor

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

@VincentRouvreau VincentRouvreau added the 3.9.0 GUDHI version 3.9.0 label Nov 2, 2023
@VincentRouvreau VincentRouvreau merged commit e49ca57 into GUDHI:master Nov 2, 2023
@mglisse mglisse deleted the brew branch March 3, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.9.0 GUDHI version 3.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants