conda create -n cdms2 -c conda-forge cdms2
conda activate cdms2
make list-configs
This will install miniconda in a temporary directory, clone the conda-forge feedstock and build the package.
make
You can specifiy the exact variant name returned by make list-configs
or using a regex pattern.
make PATTERN="osx.*version9.*python3.6"
make test
make clean