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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Oct 9 13:59:28 PDT 2013


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/52be8e5a1110/
Changeset:   52be8e5a1110
Branch:      yt
User:        jsoishi
Date:        2013-10-09 22:04:58
Summary:     added jinja2 to install script
Affected #:  1 file

diff -r 4e4e453f115689c5f6c898a963ed8207bc91212e -r 52be8e5a1110a1305eb518db678a941620c54a08 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -918,6 +918,8 @@
 do_setup_py $SYMPY
 [ $INST_PYX -eq 1 ] && do_setup_py $PYX
 
+( ${DEST_DIR}/bin/pip install jinja2 2>&1 ) 1>> ${LOG_FILE}
+
 # Now we build Rockstar and set its environment variable.
 if [ $INST_ROCKSTAR -eq 1 ]
 then


https://bitbucket.org/yt_analysis/yt/commits/edd779faeda5/
Changeset:   edd779faeda5
Branch:      yt
User:        ngoldbaum
Date:        2013-10-09 22:59:22
Summary:     Merged in jsoishi/yt (pull request #613)

added jinja2 to install script
Affected #:  1 file

diff -r 736abff6337f5c1c037638c1ccfac2b6c4ef3508 -r edd779faeda548dec4810427f85760f5b5118f46 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -918,6 +918,8 @@
 do_setup_py $SYMPY
 [ $INST_PYX -eq 1 ] && do_setup_py $PYX
 
+( ${DEST_DIR}/bin/pip install jinja2 2>&1 ) 1>> ${LOG_FILE}
+
 # Now we build Rockstar and set its environment variable.
 if [ $INST_ROCKSTAR -eq 1 ]
 then

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