Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silx
bob
silx
Commits
e3fb3a6b
Commit
e3fb3a6b
authored
Jun 03, 2019
by
Thomas Vincent
Browse files
Use pyopencl wheel from silx.org under Windows
parent
230fb19a
Pipeline
#11349
failed with stages
in 123 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e3fb3a6b
...
...
@@ -53,7 +53,8 @@ debian10:
variables
:
WITH_GL_TEST
:
"
False"
script
:
-
pip install pybind11
# Needed to build pyopencl under Windows
# Install pyopencl first to use a wheel from silx.org under Windows
-
pip install --find-links http://www.silx.org/pub/wheelhouse/ --trusted-host www.silx.org --only-binary pyopencl pyopencl
-
pip install --pre --find-links artifacts/ --only-binary silx silx[full]
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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