Xunius / cdms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 79.3%Language:C 14.3%Language:Jupyter Notebook 6.1%Language:Makefile 0.2%Language:Dockerfile 0.1%Language:C++ 0.0%Language:Shell 0.0%