Useful conda recipes for Pyomo and dependencies.
All the packages are uploaded to https://anaconda.org/cachemeorg/. To install everything:
conda install pyomo pyomo.extras pyomo.solvers --channel cachemeorg
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