[yt-svn] commit/yt: MatthewTurk: Quick fix, from Nathan.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Aug 19 11:44:42 PDT 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/231b982b4c13/
Changeset:   231b982b4c13
Branch:      yt
User:        MatthewTurk
Date:        2013-08-19 20:44:31
Summary:     Quick fix, from Nathan.
Affected #:  1 file

diff -r fe8d9d1ca9dc381ac971396b1382c659101e8c0a -r 231b982b4c13612f1f040cad074b5e1e39f883ad doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -832,7 +832,7 @@
 	    echo "Building BLAS"
 	    cd BLAS
 	    gfortran -O2 -fPIC -fno-second-underscore -c *.f
-	    ar r libfblas.a *.o 1>> ${LOG_FILE}
+	    ar r libfblas.a *.o 2>> ${LOG_FILE}
 	    ranlib libfblas.a 1>> ${LOG_FILE}
 	    rm -rf *.o
 	    touch done

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