Ignore:
Timestamp:
01/13/12 10:13:39 (13 years ago)
Author:
Mathieu Morlighem
Message:

Changing the way externalpackages are installed: one script per version and per platform if necessary. The goal is to make the installation process more userfriendly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/angel/install.sh

    r10064 r11101  
    11#!/bin/bash
    2 
    3 #get number of CPUS
    4 NUMCPUS=$1;
    52
    63#Some cleanup
     
    107svn co -r 82 https://angellib.svn.sourceforge.net/svnroot/angellib/trunk angel
    118
    12 #Apply patches
     9#Compile
    1310cd angel
    14 
    15 #Compile angel
    16 if [ -z $NUMCPUS ];
    17 then
    18         make
    19 else
    20         make -j $NUMCPUS
    21 fi
     11make -j $1
Note: See TracChangeset for help on using the changeset viewer.