Skip to content

arose/conda-recipes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Travis-CI linuxand osx builds Travis Build Status
  • Appveyor-CI windows builds Appveyor Build status

omnia-md/conda-recipes

The recipes here create conda packages for scientific and numerical software components associated with the Omnia project. The packages built from these recipes are shared with the community on anaconda.org.

To install a package

# Add the Omnia channel
$ conda config --add channels omnia

conda install mdtraj

Supported versions

Python packages are built against latest two releases of python and python 2.7. Packages which have a binary dependency on Numpy are built against the latest two releases of Numpy.

Building the packages

The recipes here are automatically built using Appveyor-CI and Travis-CI. For linux, we use the Holy Build Box to ensure that the packages are fully compatible accross multiple linux distributions and versions.

To build a package yourself, run conda build <package_name>, or ./conda-build-all ./* to build multiple packages accross each of the supported Python/Numpy configurations.

About

conda build recipes for the Omnia project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 36.1%
  • C 36.0%
  • Shell 14.2%
  • Batchfile 12.5%
  • PowerShell 1.2%