Changeset 1548
- Timestamp:
- 08/04/09 10:46:11 (16 years ago)
- Location:
- issm/trunk/externalpackages
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/dakota/install.sh
r1508 r1548 79 79 make install 80 80 else 81 make 82 make 81 make -j $NUMCPUS 82 make -j $NUMCPUS install 83 83 fi 84 84 cd .. -
issm/trunk/externalpackages/gdal/install.sh
r1512 r1548 35 35 make install 36 36 else 37 make 38 make 37 make -j $NUMCPUS 38 make -j $NUMCPUS install 39 39 fi -
issm/trunk/externalpackages/metis/install.sh
r1515 r1548 33 33 make 34 34 else 35 make 35 make -j $NUMCPUS 36 36 fi 37 37 -
issm/trunk/externalpackages/mpich2/install.sh
r1509 r1548 36 36 make install 37 37 else 38 make 39 make 38 make -j $NUMCPUS 39 make -j $NUMCPUS install 40 40 fi -
issm/trunk/externalpackages/netcdf/install.sh
r22 r1548 26 26 27 27 #Compile netcdf 28 make 28 make -j $NUMCPUS 29 29 30 30 #Install -
issm/trunk/externalpackages/qhull/install.sh
r1516 r1548 29 29 if [ -z $NUMCPUS ]; 30 30 then 31 32 31 make 32 make install 33 33 else 34 make-j $NUMCPUS35 make-j $NUMCPUS install34 make -j $NUMCPUS 35 make -j $NUMCPUS install 36 36 fi -
issm/trunk/externalpackages/slepc/install.sh
r1514 r1548 25 25 if [ -z $NUMCPUS ]; 26 26 then 27 27 make 28 28 else 29 make-j $NUMCPUS29 make -j $NUMCPUS 30 30 fi -
issm/trunk/externalpackages/sowing/install.sh
r22 r1548 25 25 26 26 #Compile sowing 27 make 27 make -j $NUMCPUS 28 28 29 29 #Install sowing -
issm/trunk/externalpackages/triangle/install.sh
r1446 r1548 26 26 #Patch triangle.h 27 27 patch triangle.h ../triangle.h.patch 28
Note:
See TracChangeset
for help on using the changeset viewer.