j-wags / conda-dev-recipes

Conda development recipes (*-dev packages), built nightly by travis cron

Home Page:http://omnia.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Travis-CI linuxand osx builds Travis Build Status

omnia-md/conda-dev-recipes

The development 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.

These are development recipes for building packages from the bleeding-edge latest source versions of selected packages.

Packages are built twice daily by the Travis CI cron trigger.

To install a development package, use

conda install -c omnia-dev <package_name>

Or to install a specific commit hash, use

conda install -c omnia-dev <package_name>=<version>=<build_string>

For example, to install the Python 3.7, CUDA 7.5 version of openmm with git hash 689e2bc, use

conda install -c omnia-dev openmm=7.4.0=openmm-7.4.0-py37_cuda75_689e2bc_1

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 a modified Conda-forge Linux Anvil to ensure that the packages are fully compatible across multiple linux distributions and versions.

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

About

Conda development recipes (*-dev packages), built nightly by travis cron

http://omnia.md


Languages

Language:Python 57.5%Language:Shell 26.0%Language:Batchfile 12.1%Language:PowerShell 4.4%