/cdms

Primary LanguagePython

CDMS2

CircleCI

Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge

Install

conda create -n cdms2 -c conda-forge cdms2
conda activate cdms2

List build variants

make list-configs

Build package

This will install miniconda in a temporary directory, clone the conda-forge feedstock and build the package.

make

Build a specific variant

You can specifiy the exact variant name returned by make list-configs or using a regex pattern.

make PATTERN="osx.*version9.*python3.6"

Test package

make test

Clean a build

make clean