R.K.Garcia
authored
docker run -it -v $PWD:/work -w /work cern/slc6-base bash yum install autoconf automake bison byacc elfutils flex gcc gcc-c++ gcc-gfortran curl tar yum install hdf5-devel libcurl-devel pushd /tmp wget https://github.com/Unidata/netcdf-c/archive/v4.3.3.1.tar.gz tar xf v4.3.3.1.tar.gz cd netcdf-c-4.3.3.1/ ./configure && make && make install popd curl https://sh.rustup.rs -sSf | sh source $HOME/.cargo/env cargo build