Changeset 3074


Ignore:
Timestamp:
02/22/10 15:47:46 (15 years ago)
Author:
jschierm
Message:

Scotch: populate install directory.

File:
1 edited

Legend:

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

    r3003 r3074  
    2121
    2222# Build scotch
    23 cp Makefile.inc src/src
    24 cp gmap_mex.c src/src/scotch
     23cp -p Makefile.inc src/src
     24cp -p gmap_mex.c src/src/scotch
    2525cd src/src
    2626make mexscotch
    27 # For stand-alone scotch modules, also execute below
    28 #make
     27# For stand-alone scotch modules, also execute next two
     28make clean
     29make scotch
    2930# Clean up
    3031make clean
    3132cd ../..
    3233
     34# Populate install directory
     35cp -pr src/grf install
     36cp -pr src/tgt install
     37cp -pr src/doc install
     38cp -pr src/man install
     39mkdir install/bin
     40mv src/bin/* install/bin
     41cp -p gmap.m install/bin
     42
Note: See TracChangeset for help on using the changeset viewer.