j-wags / conda-recipes-cuda

Omnia conda recipes that require CUDA images to build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Travis-CI linuxand osx builds Travis Build Status
  • Appveyor-CI windows builds 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

# Add the omnia and conda-forge
$ conda config --add channels omnia --add channels conda-forge

conda install openmm-dev

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

Omnia conda recipes that require CUDA images to build

License:MIT License


Languages

Language:Python 56.2%Language:Shell 26.9%Language:Batchfile 12.9%Language:PowerShell 4.1%