Changeset 8570


Ignore:
Timestamp:
06/08/11 16:04:25 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added a one file patch.
This patch also fixes log2 compilation problems

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

Legend:

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

    r1548 r8570  
    2323#Apply patches
    2424cd install
    25 patch -R Makefile ../Makefile.patch
    26 patch -R Makefile.in ../Makefile.in.patch
    27 patch -R Lib/metis.h ../metis.h.patch
    28 patch Lib/Makefile ../lib_Makefile.patch
     25patch -p1 < ../metis-4.0.patch
    2926
    3027#Compile metis
     
    3532        make -j $NUMCPUS
    3633fi
    37 
    38 #Patch proto.h
    39 patch Lib/proto.h ../proto.h.patch
Note: See TracChangeset for help on using the changeset viewer.