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
RevLine 
[12325]1Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh
2===================================================================
3--- /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh (revision 0)
4+++ /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh (revision 12246)
5@@ -0,0 +1,10 @@
6+#/bin/bash
7+pythonversion=2.7
8+PYTHON=python${pythonversion}
9+
10+git clone https://github.com/matplotlib/matplotlib
11+mv matplotlib src
12+mkdir deps
13+cd src
14+make -f make.osx PREFIX=$ISSM_DIR/externalpackages/matplotlib/deps PYVERSION=$pythonversion fetch deps mpl_install_std
15+${PYTHON} -c "import matplotlib; print 'Installed matplotlib', matplotlib.__version__, matplotlib.__file__"
16
17Property changes on: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh
18___________________________________________________________________
19Added: svn:executable
20 + *
21
22
23Property changes on: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib
24___________________________________________________________________
25Modified: svn:ignore
26 - src-*
27src
28install
29
30 + src-*
31src
32install
33matplotlib
34deps
35
36
Note: See TracBrowser for help on using the repository browser.