From: <as...@us...> - 2009-08-23 06:43:59
|
Revision: 7538 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7538&view=rev Author: astraw Date: 2009-08-23 06:43:53 +0000 (Sun, 23 Aug 2009) Log Message: ----------- Remove trailing whitespace from source code file. (This is mostly just a touch of the file to test the buildbot change detector.) Modified Paths: -------------- trunk/matplotlib/make.osx Modified: trunk/matplotlib/make.osx =================================================================== --- trunk/matplotlib/make.osx 2009-08-23 05:36:23 UTC (rev 7537) +++ trunk/matplotlib/make.osx 2009-08-23 06:43:53 UTC (rev 7538) @@ -1,4 +1,4 @@ -# build mpl into a local install dir with +# build mpl into a local install dir with # PREFIX=/Users/jdhunter/dev make -f make.osx fetch deps mpl_install PYVERSION=2.6 @@ -21,7 +21,7 @@ rm -rf zlib-${ZLIBVERSION}.tar.gz libpng-${PNGVERSION}.tar.bz2 \ freetype-${FREETYPEVERSION}.tar.bz2 bdist_mpkg-${BDISTMPKGVERSION}.tar.gz \ bdist_mpkg-${BDISTMPKGVERSION} \ - zlib-${ZLIBVERSION} libpng-${PNGVERSION} freetype-${FREETYPEVERSION} + zlib-${ZLIBVERSION} libpng-${PNGVERSION} freetype-${FREETYPEVERSION} fetch: ${PYTHON} -c 'import urllib; urllib.urlretrieve("http://www.zlib.net/zlib-${ZLIBVERSION}.tar.gz", "zlib-${ZLIBVERSION}.tar.gz")' &&\ @@ -78,7 +78,7 @@ export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} &&\ export CFLAGS=${CFLAGS_DEPS} &&\ export LDFLAGS=${LDFLAGS_DEPS} &&\ - python setup.py build + python setup.py build mpl_install: export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} &&\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |