Changeset 2044


Ignore:
Timestamp:
08/28/09 10:21:21 (16 years ago)
Author:
Eric.Larour
Message:

symlink to fix faulty petsc install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/install.sh

    r2041 r2044  
    2626../configure.sh
    2727
     28#symlink some missing stuff.
     29ln -s $ISSM_ARCH/conf/petscrules conf/petscrules
     30ln -s $ISSM_ARCH/conf/petscvariables conf/petscvariables
     31ln -s $ISSM_ARCH/include/petscconf.h include/petscconf.h
     32
    2833#Compile petsc and install it
    2934if [ -z $NUMCPUS ];
Note: See TracChangeset for help on using the changeset viewer.