[yt-svn] commit/yt: ngoldbaum: Fall back to TkAgg on OS X. Closees #642.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Oct 8 13:48:26 PDT 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/b1f59cce5063/
Changeset:   b1f59cce5063
Branch:      stable
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 b118390aa42c770634cdfaf8db1a77e07d2ca29b -r b1f59cce50637b74a31f1fc6f4a5493b1620d4cd 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