[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri May 5 07:40:19 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/ccf98ee0a736/
Changeset:   ccf98ee0a736
User:        ngoldbaum
Date:        2017-05-04 16:52:52+00:00
Summary:     make the install script bail on unsupported operating systems

closes #1343
Affected #:  1 file

diff -r 57522d3847609648ece6c2238d2e9d76c8037d3b -r ccf98ee0a73618b0dbda6e520a631d9c26790316 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -1334,6 +1334,10 @@
             echo "Going with x86_64 architecture."
             MINICONDA_OS="Linux-x86_64"
         fi
+    else
+        echo "The yt install script is not supported on the ${MYOS}"
+        echo "operating system."
+        exit 1
     fi
 
     if [ $INST_PY3 -eq 1 ]


https://bitbucket.org/yt_analysis/yt/commits/d058c0aa4410/
Changeset:   d058c0aa4410
User:        MatthewTurk
Date:        2017-05-05 14:40:00+00:00
Summary:     Merge pull request #1371 from ngoldbaum/install-script-cygwin

make the install script bail on unsupported operating systems
Affected #:  1 file

diff -r 57522d3847609648ece6c2238d2e9d76c8037d3b -r d058c0aa4410b8a7908a8b52faf1fb1fed8dc677 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -1334,6 +1334,10 @@
             echo "Going with x86_64 architecture."
             MINICONDA_OS="Linux-x86_64"
         fi
+    else
+        echo "The yt install script is not supported on the ${MYOS}"
+        echo "operating system."
+        exit 1
     fi
 
     if [ $INST_PY3 -eq 1 ]

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