|
From: <jd...@us...> - 2009-09-24 03:00:35
|
Revision: 7818
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7818&view=rev
Author: jdh2358
Date: 2009-09-24 03:00:28 +0000 (Thu, 24 Sep 2009)
Log Message:
-----------
try statically linking in the deps for OSX
Modified Paths:
--------------
branches/v0_99_maint/lib/matplotlib/__init__.py
branches/v0_99_maint/make.osx
Modified: branches/v0_99_maint/lib/matplotlib/__init__.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/__init__.py 2009-09-23 17:21:25 UTC (rev 7817)
+++ branches/v0_99_maint/lib/matplotlib/__init__.py 2009-09-24 03:00:28 UTC (rev 7818)
@@ -89,7 +89,7 @@
"""
from __future__ import generators
-__version__ = '0.99.1'
+__version__ = '0.99.1.1'
__revision__ = '$Revision$'
__date__ = '$Date$'
Modified: branches/v0_99_maint/make.osx
===================================================================
--- branches/v0_99_maint/make.osx 2009-09-23 17:21:25 UTC (rev 7817)
+++ branches/v0_99_maint/make.osx 2009-09-24 03:00:28 UTC (rev 7818)
@@ -1,8 +1,8 @@
# build mpl into a local install dir with
# PREFIX=/Users/jdhunter/dev make -f make.osx fetch deps mpl_install
-MPLVERSION=0.99.1rc1
-PYVERSION=2.6
+MPLVERSION=0.99.1.1
+PYVERSION=2.5
PYTHON=python${PYVERSION}
ZLIBVERSION=1.2.3
PNGVERSION=1.2.33
@@ -90,6 +90,7 @@
cp release/osx/data/setup.cfg release/osx/data/ReadMe.txt . &&\
export CFLAGS=${CFLAGS} &&\
export LDFLAGS=${LDFLAGS} &&\
+ rm -f ${PREFIX}/lib/*.dylib &&\
/Library/Frameworks/Python.framework/Versions/${PYVERSION}/bin/bdist_mpkg --readme=ReadMe.txt &&\
hdiutil create -srcdir dist/matplotlib-${MPLVERSION}-py${PYVERSION}-macosx10.5.mpkg dist/matplotlib-${MPLVERSION}-py${PYVERSION}-macosx10.5.dmg &&\
${PYTHON} setupegg.py bdist_egg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|