Git Product home page Git Product logo

netcdf4-python-wheels's Introduction

netcdf4-python wheel builder

Repository to build netcdf4-python wheels.

By default the repo builds the latest tag (the tag on the branch most recently branched from master - see http://stackoverflow.com/a/24557377/1939576). If you want to build a specific commit:

  • Comment out the line - BUILD_COMMIT='latest-tag' in .travis.yml

  • Update netcdf4-python submodule with version you want to build:

    • cd netcdf4-python && git pull && git checkout DESIRED_COMMIT
    • cd .. && git add netcdf4-python
    • git commit
  • Check minimum numpy versions to build against in .travis.yml file. You need to build against the earliest numpy that netcdf4-python is compatible with; see forward, backward numpy compatibility

The wheels get uploaded to a rackspace container to which I have the API key. The API key is encrypted to this specific repo in the .travis.yml file, so the upload won't work for you from another account. Either contact me to get set up, or use another upload service such as github - see for example Jonathan Helmus' sckit-image wheels builder

I got the rackspace API key from Olivier Grisel - we might be able to share this account across projects - again - please contact me or Olivier if you'd like this to happen.

netcdf4-python-wheels's People

Contributors

matthew-brett avatar

Watchers

James Cloos avatar Philippe Ombredanne 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.