- Timestamp:
- 08/08/12 14:38:52 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12881-12896,12898-12900,12902-12916,12920-12935,12937-12945
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/externalpackages/matplotlib/install.sh
r12143 r12946 1 1 #/bin/bash 2 pythonversion=2.7 3 PYTHON=python${pythonversion} 4 5 export GIT_SSL_NO_VERIFY=true 6 export CC="gcc -fPIC " 7 export CXX="g++ -fPIC -L$ISSM_DIR/externalpackages/tcl/install/lib" 8 export F77="gfortran -fPIC" 9 export FC="gfortran -fPIC" 10 export FFLAGS=-ff2c 11 2 12 3 13 git clone https://github.com/matplotlib/matplotlib 4 14 mv matplotlib src 5 15 cd src 6 python setup.py build 7 python setup.py install 16 python setup.py build 17 python setup.py install
Note:
See TracChangeset
for help on using the changeset viewer.