Skip to content
Michael Yonkunas edited this page Mar 23, 2021 · 2 revisions

CANDO has additional dependencies (netcdf) on top of those that Clasp has.

Linux

On Debian you can pull the dependencies using:

apt-get install -y libnetcdf-dev

apt-get install libboost-graph-dev

Ubuntu 18.X

apt-get install -y libboost-dev time git cmake g++ libffi-dev binutils-dev python wget curl emacs nodejs libgmp-dev libz-dev libelf-dev libncurses-dev libbsd-dev libboost-all-dev libnetcdf-dev clang-9 libclang-9-dev libzmq3-dev locales-all

apt-get install -y python3-six python3-jinja2 python3-attr python3-requests

macOS

Xcode and Command Line Tools are required. It is easiest to use homebrew for remaining dependencies:

brew install gtime python3 zeromq boost llvm@9 node netcdf

Clone this wiki locally