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
b44b772c
Commit
b44b772c
authored
Aug 28, 2020
by
Thomas Vincent
Browse files
Add ppc64le support
parent
1a82b2d7
Pipeline
#33464
failed with stages
in 45 minutes and 12 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b44b772c
...
...
@@ -28,6 +28,9 @@ manylinux1_wheels:
manylinux2014_wheels
:
extends
:
.manylinux2014_wheels
manylinux2014_ppc64le_wheels
:
extends
:
.manylinux2014_ppc64le_wheels
windows_wheel_python36
:
extends
:
.windows_wheel_python36
...
...
@@ -50,6 +53,9 @@ debian10:
ubuntu20.04
:
extends
:
.ubuntu_20_04
ubuntu20.04_ppc64le
:
extends
:
.ubuntu_20_04_ppc64le
macos_wheel_python35
:
extends
:
.macos_wheel_python35
...
...
@@ -188,6 +194,27 @@ manylinux2014_test_cp38:
-
manylinux2014_wheels
.test_ppc64le_template
:
&test_ppc64le_template_defintion
stage
:
test
script
:
# Pre-install numpy, h5py and fabio from silx.org
-
pip install --pre --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/ --only-binary numpy,h5py,fabio numpy h5py fabio
-
pip install --pre --find-links artifacts/ --only-binary numpy,h5py,fabio silx
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
manylinux2014_ppc64le_test_cp37
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp37_base
dependencies
:
-
manylinux2014_ppc64le_wheels
manylinux2014_ppc64le_test_cp38
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp38_base
dependencies
:
-
manylinux2014_ppc64le_wheels
# Windows fat binary
windows_exe
:
...
...
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