Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh =================================================================== --- /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh (revision 0) +++ /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh (revision 12246) @@ -0,0 +1,10 @@ +#/bin/bash +pythonversion=2.7 +PYTHON=python${pythonversion} + +git clone https://github.com/matplotlib/matplotlib +mv matplotlib src +mkdir deps +cd src +make -f make.osx PREFIX=$ISSM_DIR/externalpackages/matplotlib/deps PYVERSION=$pythonversion fetch deps mpl_install_std +${PYTHON} -c "import matplotlib; print 'Installed matplotlib', matplotlib.__version__, matplotlib.__file__" Property changes on: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh ___________________________________________________________________ Added: svn:executable + * Property changes on: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib ___________________________________________________________________ Modified: svn:ignore - src-* src install + src-* src install matplotlib deps