source:
issm/oecreview/Archive/16554-17801/ISSM-16706-16707.diff@
17802
Last change on this file since 17802 was 17802, checked in by , 11 years ago | |
---|---|
File size: 2.2 KB |
-
TabularUnified ../trunk-jpl/externalpackages/nose/install-macosx64-python2.sh
12 12 cd src 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 -
TabularUnified ../trunk-jpl/externalpackages/nose/install-macosx64-python3.sh
9 9 cd src 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 -
TabularUnified ../trunk-jpl/externalpackages/nose/install-linux64-python2.sh
1 1 #!/bin/bash 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 7 7 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/nose-1.1.2.tar.gz' 'nose-1.1.2.tar.gz' … … 12 12 cd src 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 -
TabularUnified ../trunk-jpl/externalpackages/nose/install-linux64-python3.sh
9 9 cd src 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 TracBrowser
for help on using the repository browser.