Changeset 11101 for issm/trunk-jpl/externalpackages/angel/install.sh
- Timestamp:
- 01/13/12 10:13:39 (14 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  issm/trunk-jpl/externalpackages/angel/install.sh (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      issm/trunk-jpl/externalpackages/angel/install.shr10064 r11101 1 1 #!/bin/bash 2 3 #get number of CPUS4 NUMCPUS=$1;5 2 6 3 #Some cleanup … … 10 7 svn co -r 82 https://angellib.svn.sourceforge.net/svnroot/angellib/trunk angel 11 8 12 # Apply patches9 #Compile 13 10 cd angel 14 15 #Compile angel 16 if [ -z $NUMCPUS ]; 17 then 18 make 19 else 20 make -j $NUMCPUS 21 fi 11 make -j $1 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)
