source: issm/oecreview/Archive/16554-17801/ISSM-16706-16707.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 2.2 KB
  • TabularUnified ../trunk-jpl/externalpackages/nose/install-macosx64-python2.sh

     
    1212cd src
    1313python ./setup.py build
    1414python ./setup.py install
     15
     16#to be flagged by jenkins, we create an empty install dir:
     17cd ../
     18mkdir install
     19touch install/emptyfile
  • TabularUnified ../trunk-jpl/externalpackages/nose/install-macosx64-python3.sh

     
    99cd src
    1010python ./setup.py build
    1111python ./setup.py install
     12
     13#to be flagged by jenkins, we create an empty install dir:
     14cd ../
     15mkdir install
     16touch install/emptyfile
  • TabularUnified ../trunk-jpl/externalpackages/nose/install-linux64-python2.sh

     
    11#!/bin/bash
    22#Install Python nose module
    33
    4 rm -rf src
     4rm -rf src  install
    55
    66#Download from ISSM server
    77$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/nose-1.1.2.tar.gz' 'nose-1.1.2.tar.gz'
     
    1212cd src
    1313python ./setup.py build
    1414python ./setup.py install
     15
     16#to be flagged by jenkins, we create an empty install dir:
     17cd ../
     18mkdir install
     19touch install/emptyfile
     20
  • TabularUnified ../trunk-jpl/externalpackages/nose/install-linux64-python3.sh

     
    99cd src
    1010python ./setup.py build
    1111python ./setup.py install
     12
     13#to be flagged by jenkins, we create an empty install dir:
     14cd ../
     15mkdir install
     16touch install/emptyfile
Note: See TracBrowser for help on using the repository browser.