Giter Site home page Giter Site logo

maxbyz / pypy-manylinux-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pypy/pypy-manylinux-demo

0.0 0.0 0.0 22 KB

Demo project for building Python wheels for Linux with Travis-CI

License: Creative Commons Zero v1.0 Universal

C 63.95% Python 21.82% Shell 14.24%

pypy-manylinux-demo's Introduction

pypy-manylinux-demo

Demo project for building Python+PyPy wheels for Linux with Travis-CI

Build Status

This is a fork of the official python-manylinux-demo project. Building PyPy wheels is as easy as changing the docker image to use, as shown by this commit.

diff --git a/.travis.yml b/.travis.yml
index 51e4a73..990950e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ matrix:
     - sudo: required
       services:
         - docker
-      env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
+      env: DOCKER_IMAGE=pypywheels/manylinux2010-pypy_x86_64
            PLAT=manylinux2010_x86_64

This works because the default script builds a wheel for every python installation found in /opt/python, which now includes also PyPy.

If your build system is more elaborate or you want to build wheels for only selected versions of CPython/PyPy, you probably need to tweak your scripts and build wheels using e.g. /opt/python/pp271-pypy_41/bin/python.

pypy-manylinux-demo's People

Contributors

rmcgibbo avatar antocuni avatar mattip avatar alex avatar estan avatar holmboe avatar njsmith avatar graingert avatar takluyver avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.