Changeset 6863


Ignore:
Timestamp:
12/30/10 07:51:18 (14 years ago)
Author:
Mathieu Morlighem
Message:

for now do not create src directory otherwise petsc will not compile (2.3.2)

File:
1 edited

Legend:

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

    r6857 r6863  
    1313
    1414#Some cleanup
    15 rm -rf install petsc-$version src
     15rm -rf install petsc-$version
    1616
    1717#Create src and install directories
    18 mkdir install src
     18mkdir install
    1919
    2020#Untar
     
    2222
    2323#Move petsc to install directory
    24 rm -rf src/*
    25 mv petsc-$version/* src/
     24rm -rf install/*
     25mv petsc-$version/* install/
    2626rm -rf petsc-$version
    2727
    2828#Configure petsc
    29 cd src
     29cd install
    3030../configure.sh
    3131
Note: See TracChangeset for help on using the changeset viewer.