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

Bitbucket commits-noreply at bitbucket.org
Wed Feb 6 11:33:33 PST 2013


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/fe9dbc649f77/
changeset:   fe9dbc649f77
branch:      yt
user:        xarthisius
date:        2013-02-06 15:23:35
summary:     Ensure that lapack is built with -fPIC. Fixes #495
affected #:  1 file

diff -r d6fe5086342edfa314a842ec8291055c672a01b6 -r fe9dbc649f77aab091eb61b479e62a2f70142410 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -725,7 +725,7 @@
 	    echo "Building LAPACK"
 	    cd lapack-3.4.2/
 	    cp INSTALL/make.inc.gfortran make.inc
-	    make lapacklib CFLAGS=-fPIC LDFLAGS=-fPIC 1>> ${LOG_FILE} || do_exit
+	    make lapacklib OPTS="-fPIC -O2" NOOPT="-fPIC -O0" CFLAGS=-fPIC LDFLAGS=-fPIC 1>> ${LOG_FILE} || do_exit
 	    touch done
 	    cd ..
 	fi


https://bitbucket.org/yt_analysis/yt/commits/5a379eb6dc53/
changeset:   5a379eb6dc53
branch:      yt
user:        ngoldbaum
date:        2013-02-06 20:33:30
summary:     Merged in xarthisius/yt (pull request #414)

Ensure that lapack is built with -fPIC. Fixes #495
affected #:  1 file

diff -r 1c065528fa5d87e279cd734cb32e753edc3af90f -r 5a379eb6dc53e51731a82be30308812d8676d68c doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -725,7 +725,7 @@
 	    echo "Building LAPACK"
 	    cd lapack-3.4.2/
 	    cp INSTALL/make.inc.gfortran make.inc
-	    make lapacklib CFLAGS=-fPIC LDFLAGS=-fPIC 1>> ${LOG_FILE} || do_exit
+	    make lapacklib OPTS="-fPIC -O2" NOOPT="-fPIC -O0" CFLAGS=-fPIC LDFLAGS=-fPIC 1>> ${LOG_FILE} || do_exit
 	    touch done
 	    cd ..
 	fi

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