Skip to content

Commit

Permalink
Np11 (#2136)
Browse files Browse the repository at this point in the history
* removed numbering for numpy

* pulling for safety
  • Loading branch information
doutriaux1 authored Oct 30, 2016
1 parent 15077e5 commit 0a28b7c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CMake/cdat_modules_extra/install_cdat_from_conda.bash.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
#!/usr/bin/env bash

@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
@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

source @ACTIVATE@ @CONDA_ENVIRONMENT_NAME@

for pkg in cdat_info cdtime cdms esg dv3d vcs vcsaddons cdutil unidata xmgrace genutil thermo wk distarray; do
cd @cdat_BINARY_DIR@
git clone git://github.com/UV-CDAT/${pkg}
cd ${pkg}
git checkout @CHECKOUT_BRANCH@
cd @cdat_BINARY_DIR@/${pkg}
git pull
rm -rf build
if [ ${pkg} == "vcs" ]; then
python setup.py install --old-and-unmanageable
Expand Down

0 comments on commit 0a28b7c

Please sign in to comment.