From c9a8c788ee0d5927e50f1edb0bea701a8865cc5a Mon Sep 17 00:00:00 2001 From: Romain Geissler Date: Tue, 23 Apr 2024 17:51:28 +0000 Subject: [PATCH] BLD: Update Qhull location in branch 3.8.x Change similar too #27505 but on the branch 3.8.x as right now the qhull website seems unable to properly deliver the tarball without disconnecting in the middle. --- setupext.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setupext.py b/setupext.py index 9f78d88c87e8..d9c53da6f8fd 100644 --- a/setupext.py +++ b/setupext.py @@ -195,9 +195,9 @@ def get_and_extract_tarball(urls, sha, dirname): # Also update the cache path in `.circleci/config.yml`. # Also update the docs in `docs/devel/dependencies.rst`. -LOCAL_QHULL_VERSION = '2020.2' +LOCAL_QHULL_VERSION = '8.0.2' LOCAL_QHULL_HASH = ( - 'b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e') + '8774e9a12c70b0180b95d6b0b563c5aa4bea8d5960c15e18ae3b6d2521d64f8b') # Matplotlib build options, which can be altered using mplsetup.cfg @@ -763,7 +763,7 @@ def do_custom_build(self, env): return toplevel = get_and_extract_tarball( - urls=["http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz"], + urls=["https://github.com/qhull/qhull/archive/v8.0.2/qhull-8.0.2.tar.gz"], sha=LOCAL_QHULL_HASH, dirname=f"qhull-{LOCAL_QHULL_VERSION}", ) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy