Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
pyopencl
Commits
da123621
Unverified
Commit
da123621
authored
4 years ago
by
Andreas Klöckner
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #341 from isuruf/wheels
Wheels for ppc64le, aarch64, s390x
parents
065a2186
cc05b79a
No related branches found
No related tags found
1 merge request
!108
Placate flake8 3.8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+20
-0
20 additions, 0 deletions
.travis.yml
doc/misc.rst
+3
-1
3 additions, 1 deletion
doc/misc.rst
travis/build-wheels.sh
+1
-1
1 addition, 1 deletion
travis/build-wheels.sh
with
24 additions
and
2 deletions
.travis.yml
+
20
−
0
View file @
da123621
...
@@ -5,14 +5,34 @@ matrix:
...
@@ -5,14 +5,34 @@ matrix:
-
sudo
:
required
-
sudo
:
required
services
:
services
:
-
docker
-
docker
arch
:
amd64
env
:
env
:
-
DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
-
DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
-
sudo
:
required
-
sudo
:
required
services
:
services
:
-
docker
-
docker
arch
:
amd64
env
:
env
:
-
DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
-
DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
-
PRE_CMD=linux32
-
PRE_CMD=linux32
-
sudo
:
required
services
:
-
docker
arch
:
ppc64le
env
:
-
DOCKER_IMAGE=quay.io/pypa/manylinux2014_ppc64le
-
sudo
:
required
services
:
-
docker
arch
:
arm64
env
:
-
DOCKER_IMAGE=quay.io/pypa/manylinux2014_aarch64
-
sudo
:
required
services
:
-
docker
arch
:
s390x
env
:
-
DOCKER_IMAGE=quay.io/pypa/manylinux2014_s390x
install
:
install
:
-
docker pull $DOCKER_IMAGE
-
docker pull $DOCKER_IMAGE
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
doc/misc.rst
+
3
−
1
View file @
da123621
...
@@ -11,7 +11,9 @@ package manager.
...
@@ -11,7 +11,9 @@ package manager.
On Linux or OS X, the following set of instructions should work:
On Linux or OS X, the following set of instructions should work:
#. Install a version of `miniconda <https://conda.io/miniconda.html>`_
#. Install a version of
`miniforge <https://github.com/conda-forge/miniforge#miniforge3>`_
or `miniconda <https://conda.io/miniconda.html>`_
that fits your system. Both Python 2 and Python 3 work.
that fits your system. Both Python 2 and Python 3 work.
You can install these pieces of software in your user account and
You can install these pieces of software in your user account and
do not need root/administrator privileges.
do not need root/administrator privileges.
...
...
This diff is collapsed.
Click to expand it.
travis/build-wheels.sh
+
1
−
1
View file @
da123621
...
@@ -8,7 +8,7 @@ yum install -y git yum
...
@@ -8,7 +8,7 @@ yum install -y git yum
curl
-L
-O
http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.gz
curl
-L
-O
http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.gz
tar
-xf
ruby-2.1.2.tar.gz
tar
-xf
ruby-2.1.2.tar.gz
cd
ruby-2.1.2
cd
ruby-2.1.2
./configure
./configure
--disable-install-doc
--disable-install-rdoc
make
-j4
make
-j4
make
install
make
install
cd
..
cd
..
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment