Changeset 16707
- Timestamp:
- 11/11/13 21:45:04 (11 years ago)
- Location:
- issm/trunk-jpl/externalpackages/nose
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/nose/install-linux64-python2.sh
r13263 r16707 2 2 #Install Python nose module 3 3 4 rm -rf src 4 rm -rf src install 5 5 6 6 #Download from ISSM server … … 13 13 python ./setup.py build 14 14 python ./setup.py install 15 16 #to be flagged by jenkins, we create an empty install dir: 17 cd ../ 18 mkdir install 19 touch install/emptyfile 20 -
issm/trunk-jpl/externalpackages/nose/install-linux64-python3.sh
r13263 r16707 10 10 python ./setup.py build 11 11 python ./setup.py install 12 13 #to be flagged by jenkins, we create an empty install dir: 14 cd ../ 15 mkdir install 16 touch install/emptyfile -
issm/trunk-jpl/externalpackages/nose/install-macosx64-python2.sh
r13263 r16707 13 13 python ./setup.py build 14 14 python ./setup.py install 15 16 #to be flagged by jenkins, we create an empty install dir: 17 cd ../ 18 mkdir install 19 touch install/emptyfile -
issm/trunk-jpl/externalpackages/nose/install-macosx64-python3.sh
r13263 r16707 10 10 python ./setup.py build 11 11 python ./setup.py install 12 13 #to be flagged by jenkins, we create an empty install dir: 14 cd ../ 15 mkdir install 16 touch install/emptyfile
Note:
See TracChangeset
for help on using the changeset viewer.