GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
246 stars 65 forks source link

macOS big_sur -> monterey #995

Closed mglisse closed 8 months ago

mglisse commented 8 months ago

homebrew seems to have dropped big_sur?

(see also #994)

VincentRouvreau commented 8 months ago

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```