Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ParaView
common-superbuild
Commits
a263bd1d
Commit
a263bd1d
authored
Jan 19, 2021
by
Ben Boeckel
Browse files
numpy: add a selectable source for python2 support
parent
f22de335
Changes
1
Show whitespace changes
Inline
Side-by-side
versions.cmake
View file @
a263bd1d
...
...
@@ -112,7 +112,11 @@ if (WIN32 AND NOT superbuild_building_prebuilt_python AND NOT ENABLE_python3 AND
"Prebuilt Python binaries for Windows 32 bit are not provided."
)
endif
()
else
()
superbuild_set_revision
(
numpy
superbuild_set_selectable_source
(
numpy
SELECT python2
URL
"https://www.paraview.org/files/dependencies/numpy-1.16.4.tar.gz"
URL_MD5 6edf7334d04d8e8849ad058ccd3b3803
SELECT python3 DEFAULT
URL
"https://www.paraview.org/files/dependencies/numpy-1.19.2.tar.gz"
URL_MD5 471156268abd8686e39e811003726ab1
)
superbuild_set_revision
(
scipy
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
1db8fb15
·
Jan 19, 2021
mentioned in commit
1db8fb15
mentioned in commit 1db8fb15d93750198a27ba076ad90e62144929ae
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment