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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jul 24 19:16:45 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/1c35c137bf33/
Changeset:   1c35c137bf33
Branch:      yt
User:        ngoldbaum
Date:        2016-07-25 02:07:30+00:00
Summary:     [install script] Install yt from conda-forge
Affected #:  1 file

diff -r af2d5d85d9a96ee9039957cbd8b99e4c6ef2a928 -r 1c35c137bf335ae267e7e9400bbf532135e93b81 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -1489,7 +1489,7 @@
     if [ $INST_YT_SOURCE -eq 0 ]
     then
         echo "Installing yt"
-        log_cmd conda install --yes yt
+        log_cmd conda install -c conda-forge --yes yt
     else
         echo "Building yt from source"
         YT_DIR="${DEST_DIR}/src/yt-hg"


https://bitbucket.org/yt_analysis/yt/commits/52e97930d8c9/
Changeset:   52e97930d8c9
Branch:      stable
User:        ngoldbaum
Date:        2016-07-25 02:09:19+00:00
Summary:     Merging yt into stable
Affected #:  5 files

diff -r 60f3a290f676742dad8a5e3c58813b6da82612fd -r 52e97930d8c9e1f36b6125cfb0819c4bdea012e2 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -1489,7 +1489,7 @@
     if [ $INST_YT_SOURCE -eq 0 ]
     then
         echo "Installing yt"
-        log_cmd conda install --yes yt
+        log_cmd conda install -c conda-forge --yes yt
     else
         echo "Building yt from source"
         YT_DIR="${DEST_DIR}/src/yt-hg"

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