File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- @CONDA@ create -y -n @CONDA_ENVIRONMENT_NAME@ -c @CONDA_CHANNEL_UVCDAT@ ipython libnetcdf lapack clapack ossuuid libcf esmf jasper g2clib yasm x264 ffmpeg cmor proj4> =4.9.2 vtk@CONDA_NOX@ libcdms flake8 requests numpy==1.9.2 hdf5=1.8.16 cycler matplotlib --show-channel-urls --copy
3+ @CONDA@ create -y -n @CONDA_ENVIRONMENT_NAME@ -c @CONDA_CHANNEL_UVCDAT@ ipython libnetcdf lapack clapack ossuuid libcf esmf jasper g2clib yasm x264 ffmpeg cmor proj4> =4.9.2 vtk@CONDA_NOX@ libcdms flake8 requests numpy hdf5=1.8.16 cycler matplotlib --show-channel-urls --copy
44
55source @ACTIVATE@ @CONDA_ENVIRONMENT_NAME@
66
77for pkg in cdat_info cdtime cdms esg dv3d vcs vcsaddons cdutil unidata xmgrace genutil thermo wk distarray; do
8- cd @cdat_BINARY_DIR@
9- git clone git://github.com/UV-CDAT/${pkg}
10- cd ${pkg}
11- git checkout @CHECKOUT_BRANCH@
8+ cd @cdat_BINARY_DIR@/${pkg}
9+ git pull
1210 rm -rf build
1311 if [ ${pkg} == " vcs" ]; then
1412 python setup.py install --old-and-unmanageable
You can’t perform that action at this time.
0 commit comments