Changeset 11766


Ignore:
Timestamp:
03/21/12 08:58:55 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed linux 64 patch

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

Legend:

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

    r11765 r11766  
    1 3c3
    2 < CC = gcc
     13c3,5
     2< CC = cc
    33---
    4 > CC = cc
    5 8c8
    6 < OPTFLAGS = -DLINUX -fPIC
     4> CC = gcc
     5> OBJ_EXT=o
     6> LIB_EXT=a
     76c8
     8< OPTFLAGS = -O2
    79---
    8 > OPTFLAGS = -O2
     10> OPTFLAGS = -DLINUX -fPIC
  • issm/trunk-jpl/externalpackages/metis/metis-4.0.patch

    r8570 r11766  
    236236  clean:
    237237        (cd Lib ; make clean )
    238 diff -crB install/Makefile.in install2/Makefile.in
    239 *** install/Makefile.in 1998-10-02 14:28:35.000000000 -0700
    240 --- install2/Makefile.in        2011-06-08 15:19:00.536540378 -0700
    241 ***************
    242 *** 1,9 ****
    243  
    244   # Which compiler to use
    245 ! CC = cc
    246  
    247   # What optimization level to use
    248 ! OPTFLAGS = -O2
    249  
    250   # What options to be used by the compiler
    251   COPTIONS =
    252 --- 1,11 ----
    253  
    254   # Which compiler to use
    255 ! CC = gcc
    256 ! OBJ_EXT=o
    257 ! LIB_EXT=a
    258  
    259   # What optimization level to use
    260 ! OPTFLAGS = -DLINUX -fPIC
    261  
    262   # What options to be used by the compiler
    263   COPTIONS =
Note: See TracChangeset for help on using the changeset viewer.