Skip to content

Commit cca2c99

Browse files
authored
Merge pull request #28125 from Romain-Geissler-1A/v3.8.x
BLD: Update Qhull location in branch 3.8.x
2 parents c28f582 + c9a8c78 commit cca2c99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setupext.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ def get_and_extract_tarball(urls, sha, dirname):
195195

196196
# Also update the cache path in `.circleci/config.yml`.
197197
# Also update the docs in `docs/devel/dependencies.rst`.
198-
LOCAL_QHULL_VERSION = '2020.2'
198+
LOCAL_QHULL_VERSION = '8.0.2'
199199
LOCAL_QHULL_HASH = (
200-
'b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e')
200+
'8774e9a12c70b0180b95d6b0b563c5aa4bea8d5960c15e18ae3b6d2521d64f8b')
201201

202202

203203
# Matplotlib build options, which can be altered using mplsetup.cfg
@@ -763,7 +763,7 @@ def do_custom_build(self, env):
763763
return
764764

765765
toplevel = get_and_extract_tarball(
766-
urls=["http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz"],
766+
urls=["https://github.com/qhull/qhull/archive/v8.0.2/qhull-8.0.2.tar.gz"],
767767
sha=LOCAL_QHULL_HASH,
768768
dirname=f"qhull-{LOCAL_QHULL_VERSION}",
769769
)

0 commit comments

Comments
 (0)