conda-recipes

Recipes for building binary conda packages for (c/)python components of the omnia project. Built binaries from these recipes are hosted on binstar.org.

To install packages run,

# Add my channel
$ conda config --add channels http://conda.binstar.org/omnia

# Install one of our packages, like MDTraj
conda install mdtraj

# Or OpenMM
conda install openmm

To build a single Omnia conda package:

conda build packagename

To build all Omnia conda packages for all versions of python, you can use the included script:

./conda-build-all ./*

To upload to the Omnia binstar org, use

binstar upload -u omnia package.bz2

Command taken from this forum post: From Binstar Forums

To upload multiple packages to the test channel (for beta testing / pre-release)

binstar login  # workaround bug in binstar login.
binstar upload /home/vagrant/miniconda/conda-bld/linux-64/*.bz2  -u omnia --channel test