Skip to content
Snippets Groups Projects
Unverified Commit da123621 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

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!108Placate flake8 3.8
...@@ -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:
......
...@@ -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.
......
...@@ -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 ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment