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

Bitbucket commits-noreply at bitbucket.org
Fri Aug 31 14:51:46 PDT 2012


2 new commits in yt:


https://bitbucket.org/yt_analysis/yt/changeset/61f8e76d0470/
changeset:   61f8e76d0470
branch:      yt
user:        sskory
date:        2012-08-30 21:47:33
summary:     Adding a line to automatically build the Fortran kD-tree during install.
affected #:  1 file

diff -r 9c119e2bbb44180dfe7701c974dcb5f3b66d297e -r 61f8e76d0470183e8ae4b2dcee1ff9d05b599d03 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -683,6 +683,11 @@
 cd $YT_DIR
 ( ${HG_EXEC} pull 2>1 && ${HG_EXEC} up -C 2>1 ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}
 
+echo "Building Fortran kD-tree module."
+cd yt/utilities/kdtree
+( make 2>&1 ) 1>> ${LOG_FILE}
+cd ../../..
+
 echo "Installing yt"
 echo $HDF5_DIR > hdf5.cfg
 [ $INST_PNG -eq 1 ] && echo $PNG_DIR > png.cfg



https://bitbucket.org/yt_analysis/yt/changeset/b768f6d5c775/
changeset:   b768f6d5c775
branch:      yt
user:        MatthewTurk
date:        2012-08-31 23:51:45
summary:     Merged in sskory/yt (pull request #254)
affected #:  1 file

diff -r 327b4358244afdbf8507002e02c79d4ea9b3dd1d -r b768f6d5c7756bd548c02011354f86675ffb21c1 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -683,6 +683,11 @@
 cd $YT_DIR
 ( ${HG_EXEC} pull 2>1 && ${HG_EXEC} up -C 2>1 ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}
 
+echo "Building Fortran kD-tree module."
+cd yt/utilities/kdtree
+( make 2>&1 ) 1>> ${LOG_FILE}
+cd ../../..
+
 echo "Installing yt"
 echo $HDF5_DIR > hdf5.cfg
 [ $INST_PNG -eq 1 ] && echo $PNG_DIR > png.cfg

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