source: issm/oecreview/Archive/12241-12260/ISSM-12245-12246.diff@ 12325

Last change on this file since 12325 was 12325, checked in by Eric.Larour, 13 years ago

11990 to 12321 oec compliance

File size: 1.2 KB
  • proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh

     
     1#/bin/bash
     2pythonversion=2.7
     3PYTHON=python${pythonversion}
     4
     5git clone https://github.com/matplotlib/matplotlib
     6mv matplotlib src
     7mkdir deps
     8cd src
     9make -f make.osx PREFIX=$ISSM_DIR/externalpackages/matplotlib/deps PYVERSION=$pythonversion fetch deps mpl_install_std
     10${PYTHON} -c "import matplotlib; print 'Installed matplotlib', matplotlib.__version__, matplotlib.__file__"
Note: See TracBrowser for help on using the repository browser.