- Timestamp:
- 09/14/12 11:16:00 (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/matplotlib/install-linux64.sh
r13370 r13371 1 1 #/bin/bash 2 2 set -eu 3 pythonversion=2.74 PYTHON=python${pythonversion}5 6 3 export GIT_SSL_NO_VERIFY=true 7 4 export CC="gcc -fPIC " … … 11 8 export FFLAGS=-ff2c 12 9 13 14 10 git clone https://github.com/matplotlib/matplotlib 15 11 mv matplotlib src
Note:
See TracChangeset
for help on using the changeset viewer.