- Timestamp:
- 04/22/14 10:39:19 (11 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 16565-17015,17017-17381,17383-17422,17424-17619,17621-17657,17659-17672,17674-17801,17804
- Property svn:mergeinfo changed
-
issm/trunk/externalpackages/numpy/install-macosx-mlion.sh
r13975 r17806 1 1 #!/bin/bash 2 2 set -eu 3 4 rm -rf install 3 5 4 6 export CC=gcc … … 23 25 python -c "import numpy; print 'Installed NumPy', numpy.__version__" 24 26 python -c "import numpy; numpy.test()" 27 28 #to be flagged by jenkins, we create an empty install dir: 29 mkdir install 30 touch install/emptyfile 31
Note:
See TracChangeset
for help on using the changeset viewer.