[yt-svn] commit/yt: ngoldbaum: Merged in ngoldbaum/yt (pull request #2389)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Oct 9 15:10:49 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/314a02c1f934/
Changeset:   314a02c1f934
Branch:      yt
User:        ngoldbaum
Date:        2016-10-09 22:10:23+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2389)

Install netcdf4 by default in the install script
Affected #:  1 file

diff -r 7241a78e40e551cc3eb0276eb007a81327c48e42 -r 314a02c1f9342ada3ac7f6ae823e264f798a095f doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -75,7 +75,7 @@
 INST_H5PY=1     # Install h5py?
 INST_ASTROPY=0  # Install astropy?
 INST_NOSE=1     # Install nose?
-INST_NETCDF4=0  # Install netcdf4 and its python bindings?
+INST_NETCDF4=1  # Install netcdf4 and its python bindings?
 
 # These options allow you to customize the builds of yt dependencies.
 # They are only used if INST_CONDA=0.
@@ -535,9 +535,9 @@
     if [ $INST_CONDA -eq 0 ]
     then
         echo "This script can only install netcdf4 through conda."
-        echo "Please set INST_CONDA to 1"
-        echo "and re-run the install script"
-        exit 1
+        echo "Please set INST_CONDA to 1 to install netcdf4"
+        echo "Setting INST_NETCDF4=0"
+        INST_NETCDF4=0
     fi
 fi

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the yt-svn mailing list