Rev | Line | |
---|
[12325] | 1 | Index: /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 |
|
---|
| 17 | Property changes on: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib/install-osx.sh
|
---|
| 18 | ___________________________________________________________________
|
---|
| 19 | Added: svn:executable
|
---|
| 20 | + *
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 | Property changes on: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/matplotlib
|
---|
| 24 | ___________________________________________________________________
|
---|
| 25 | Modified: svn:ignore
|
---|
| 26 | - src-*
|
---|
| 27 | src
|
---|
| 28 | install
|
---|
| 29 |
|
---|
| 30 | + src-*
|
---|
| 31 | src
|
---|
| 32 | install
|
---|
| 33 | matplotlib
|
---|
| 34 | deps
|
---|
| 35 |
|
---|
| 36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.