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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 3 08:01:17 PDT 2013


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/4e0f571b007c/
Changeset:   4e0f571b007c
Branch:      yt
User:        ngoldbaum
Date:        2013-08-31 02:16:32
Summary:     Fall back to TkAgg on OS X. Closees #642.

This is due to a change in matplotlib 1.3.0:
https://github.com/matplotlib/matplotlib/issues/2361
https://github.com/matplotlib/matplotlib/pull/1613/
Affected #:  1 file

diff -r e820b67495dcc4c76181af1898918ebc102eebe4 -r 4e0f571b007c3a52256f66b306ac63d90ff695a5 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -877,6 +877,11 @@
 mkdir -p ${DEST_DIR}/src/$MATPLOTLIB
 echo "[directories]" >> ${DEST_DIR}/src/$MATPLOTLIB/setup.cfg
 echo "basedirlist = ${DEST_DIR}" >> ${DEST_DIR}/src/$MATPLOTLIB/setup.cfg
+if [ `uname` = "Darwin" ]
+then
+   echo "[gui_support]" >> ${DEST_DIR}/src/$MATPLOTLIB/setup.cfg
+   echo "macosx = False" >> ${DEST_DIR}/src/$MATPLOTLIB/setup.cfg
+fi
 do_setup_py $MATPLOTLIB
 if [ -n "${OLD_LDFLAGS}" ]
 then


https://bitbucket.org/yt_analysis/yt/commits/e0f3cc698f7c/
Changeset:   e0f3cc698f7c
Branch:      yt
User:        MatthewTurk
Date:        2013-09-03 17:01:13
Summary:     Merged in ngoldbaum/yt (pull request #584)

Fall back to TkAgg on OS X. Closes #642.
Affected #:  1 file

diff -r 64762b831371c1847ce38dd11d16a2b0cadfb001 -r e0f3cc698f7c607f45036e5a2c71c4f513c71d57 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -877,6 +877,11 @@
 mkdir -p ${DEST_DIR}/src/$MATPLOTLIB
 echo "[directories]" >> ${DEST_DIR}/src/$MATPLOTLIB/setup.cfg
 echo "basedirlist = ${DEST_DIR}" >> ${DEST_DIR}/src/$MATPLOTLIB/setup.cfg
+if [ `uname` = "Darwin" ]
+then
+   echo "[gui_support]" >> ${DEST_DIR}/src/$MATPLOTLIB/setup.cfg
+   echo "macosx = False" >> ${DEST_DIR}/src/$MATPLOTLIB/setup.cfg
+fi
 do_setup_py $MATPLOTLIB
 if [ -n "${OLD_LDFLAGS}" ]
 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