CAChemE / pyomo-recipes

Useful conda recipes for Pyomo and dependencies.
MIT License
6 stars 2 forks source link

Add the rest of operative systems #4

Closed astrojuanlu closed 8 years ago

astrojuanlu commented 8 years ago

Use two out of three: CircleCI, Travis CI, Anaconda. Providing Linux and OS X is important too.

astrojuanlu commented 8 years ago

Notice that it should be possible to produce both x86 and x64 builds on AppVeyor for 32-bit and 64-bit, see https://www.appveyor.com/docs/installed-software#python but if @Zuriich confirms what hardware do we have we can omit that part for now :sweat_smile:

astrojuanlu commented 8 years ago

In fact, due to https://github.com/CAChemE/pyomo-recipes/blob/b6c8040/appveyor.yml#L16, we've been producing win32 builds so far, see https://ci.appveyor.com/project/Juanlu001/conda-recipes/build/0.1.dev0-13/job/udso750n7e2slp6f#L4953

astrojuanlu commented 8 years ago

All the recipes compile already on OS X :tada:

https://travis-ci.org/CAChemE/pyomo-recipes/builds/109808913

As soon as I have access to a proper Internet connection I will generate another encrypted token to upload the packages to https://anaconda.org/cachemeorg.

astrojuanlu commented 8 years ago

There's some bug preventing glpk to build on Linux, see https://github.com/ContinuumIO/anaconda-issues/issues/663

astrojuanlu commented 8 years ago

yes