source:
issm/oecreview/Archive/12241-12260/ISSM-12245-12246.diff@
12325
Last change on this file since 12325 was 12325, checked in by , 13 years ago | |
---|---|
File size: 1.2 KB |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh
1 #/bin/bash 2 pythonversion=2.7 3 PYTHON=python${pythonversion} 4 5 git clone https://github.com/matplotlib/matplotlib 6 mv matplotlib src 7 mkdir deps 8 cd src 9 make -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.