Changeset 3073


Ignore:
Timestamp:
02/22/10 15:24:03 (15 years ago)
Author:
jschierm
Message:

Meshpart: populate install directory.

File:
1 edited

Legend:

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

    r3059 r3073  
    1313mkdir meshpart/metis
    1414tar -xvzf metismex-4.0.tar.gz -C meshpart/metis
    15 #proto.h in metis library is not patched, at least for metismex, so create a local version
     15# proto.h in metis library is not patched, at least for metismex, so create a local version
    1616cp ${METIS_DIR}/Lib/proto.h meshpart/metis
    1717
     
    2424patch -p0 < meshpart.patch
    2525
    26 #Nothing to build for meshpart itself
     26# Nothing to build for meshpart itself
    2727
    28 #Build metismex
     28# Build metismex
    2929cd src/metis
    30 #proto.h in metis library is not patched, at least for metismex, so link with local version
     30# proto.h in metis library is not patched, at least for metismex, so link with local version
    3131#mex -I../../../metis/install/Lib -L../../../metis/install -lmetis -largeArrayDims metismex.c
    3232#mex -I. -I../../../metis/install/Lib -L../../../metis/install -lmetis -largeArrayDims metismex.c
     
    3535cd ../..
    3636
    37 #Build mlchaco
     37# Build mlchaco
    3838cd src/chaco
    3939make
    40 #Clean up, specifically the objects left in the chaco directories by mlchaco
     40# Clean up, specifically the objects left in the chaco directories by mlchaco
    4141make clean
    4242cd ../..
    4343
     44# Populate install directory
     45cp -p src/*.m install
     46cp -p src/*.mat install
     47cp -p src/*.htm install
     48mv src/*.mex* install
     49cp -p src/chaco/User_Params.* install
     50
Note: See TracChangeset for help on using the changeset viewer.