Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 589d3fb

Browse filesBrowse files
authored
Merge pull request #27505 from Jacob-Stevens-Haas/27159-qhull-location
Download Qhull source from Github, not Qhull servers, in meson build
2 parents cf60835 + 32bd3cb commit 589d3fb
Copy full SHA for 589d3fb

File tree

2 files changed

+5
-5
lines changed
Filter options

2 files changed

+5
-5
lines changed

‎subprojects/qhull.wrap

Copy file name to clipboard
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[wrap-file]
22
# Also bump the cache key in `.circleci/config.yml`.
33
# Also update the docs in `docs/devel/dependencies.rst`.
4-
directory = qhull-2020.2
5-
source_url = http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz
6-
source_filename = qhull-2020-src-8.0.2.tgz
7-
source_hash = b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e
4+
directory = qhull-8.0.2
5+
source_url = https://github.com/qhull/qhull/archive/v8.0.2/qhull-8.0.2.tar.gz
6+
source_filename = qhull-8.0.2.tgz
7+
source_hash = 8774e9a12c70b0180b95d6b0b563c5aa4bea8d5960c15e18ae3b6d2521d64f8b
88

9-
patch_directory = qhull-2020.2
9+
patch_directory = qhull-8.0.2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.