Changeset 4630


Ignore:
Timestamp:
07/15/10 15:10:50 (15 years ago)
Author:
jschierm
Message:

Scotch: move include files into install directory for module.

File:
1 edited

Legend:

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

    r4629 r4630  
    2727# For stand-alone scotch modules:
    2828make scotch
    29 make clean
     29#make clean
    3030# For mex scotch modules:
    31 make mexscotch
     31#make mexscotch
    3232# Clean up
    3333make clean
     
    3939cp -pr src/doc install
    4040cp -pr src/man install
     41mkdir install/include
     42cp -pr src/src/libscotch/module.h install/include
     43cp -pr src/src/libscotch/common.h install/include
     44cp -pr src/include/scotch.h install/include
     45cp -pr src/src/scotch/gmap.h install/include
    4146mkdir install/lib
    4247mv src/lib/* install/lib
Note: See TracChangeset for help on using the changeset viewer.