CAChemE / pyomo-recipes

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

pyomo-recipes

Useful conda recipes for Pyomo and dependencies.

Installation from conda packages

All the packages are uploaded to https://anaconda.org/cachemeorg/. To install everything:

conda install pyomo pyomo.extras pyomo.solvers --channel cachemeorg

Compilation from the recipes

To compile pyomo:

$ conda build pyutilib serpent pyro4 pyomo --python 3.5

To compile pyomo.extras:

conda build suds-jurko setproctitle openopt funcdesigner derapproximator pyomo.extras --python 3.5

To compile optional solvers:

conda build glpk --python 3.5
conda build ipopt_bin --python 3.5