Changeset 1388


Ignore:
Timestamp:
07/28/09 08:45:02 (16 years ago)
Author:
Eric.Larour
Message:

Adapter to win32 platforms.

Location:
issm/trunk/externalpackages/metis
Files:
10 added
1 deleted
1 edited

Legend:

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

    r1 r1388  
    2121rm -rf metis-$version
    2222
    23 #Apply patch
     23#Platform specific stuff:
     24./configure.sh
     25
     26#Apply patches
    2427cd install
    25 patch Makefile.in ../Makefile.in.patch
     28patch -R Makefile ../Makefile.patch
     29patch -R Lib/metis.h ../metis.h.patch
     30patch Lib/Makefile ../lib_Makefile.patch
    2631
    2732#Compile metis
     
    3035#Patch proto.h
    3136patch Lib/proto.h ../proto.h.patch
    32 
Note: See TracChangeset for help on using the changeset viewer.