Changeset 11397


Ignore:
Timestamp:
02/12/12 21:54:37 (13 years ago)
Author:
Eric.Larour
Message:

Adapted patches to metis install for windows 7 installation

Location:
issm/trunk-jpl/externalpackages/metis
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/metis/configs/4.0/win7/Makefile.in.patch

    r11385 r11397  
    113,5c3,5
    2 < CC = gcc
    3 < OBJ_EXT=o
    4 < LIB_EXT=a
     2< CC = cl
     3< OBJ_EXT=obj
     4< LIB_EXT=lib
    55---
    6 > CC = cl
    7 > OBJ_EXT=obj
    8 > LIB_EXT=lib
     6> CC = gcc
     7> OBJ_EXT=o
     8> LIB_EXT=a
    998c8
    10 < OPTFLAGS = -DLINUX -fPIC
     10< OPTFLAGS = -DWIN32 -D__VC__
    1111---
    12 > OPTFLAGS = -DWIN32 -D__VC__
    13 22d21
    14 < #RANLIB =
     12> OPTFLAGS = -DLINUX -fPIC
     1316,17c16,24
     14< # What tool to use to create library
     15< LIB=lib.exe
     16---
     17> # What archiving to use
     18> AR = ar rv
     19>
     20> # What to use for indexing the archive
     21> RANLIB = ranlib
     22> #RANLIB = ar -ts
     23> #RANLIB =
     24>
     25>
  • issm/trunk-jpl/externalpackages/metis/install-4.0-win7.sh

    r11385 r11397  
    1515cd install
    1616patch -p1 < ../metis-4.0.patch
    17 patch Makefile.in ../configs/4.0/win7/Makefile.in.patch
     17patch -R Lib/Makefile ../configs/4.0/win7/Makefile.patch
     18patch -R Makefile.in ../configs/4.0/win7/Makefile.in.patch
    1819
    1920#Compile
Note: See TracChangeset for help on using the changeset viewer.