This repository contains recipes for creating the CUDA-enabled conda packages for OpenMM.
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.
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.