Changeset 177

Show
Ignore:
Timestamp:
03/25/09 11:11:26 (8 months ago)
Author:
cholt
Message:

update Intall for MPI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • MPI/Install.PL

    r94 r177  
    77system("perl Makefile.PL"); 
    88system("make install"); 
     9system("make clean"); 
    910chdir("$FindBin::Bin"); 
     11unlink("threads-1.71/Makefile.old") if(-e "threads-1.71/Makefile.old"); 
    1012 
    1113chdir "$FindBin::Bin/MPIcar"; 
    1214system("perl Makefile.PL"); 
    1315system("make install"); 
     16system("make clean"); 
    1417chdir("$FindBin::Bin"); 
     18unlink("MPIcar/Makefile.old") if(-e "MPIcar/Makefile.old"); 
    1519 
    1620system("cp $FindBin::Bin/mpi_maker $FindBin::Bin/../bin/"); 
  • MPI/MPIcar/Makefile.PL

    r114 r177  
    1919    'INC'       => "-I$MPIDIR", 
    2020#    'EXE_FILES' => [''], 
    21     'DESTDIR' => "$FindBin::Bin/../../", 
     21    'DESTDIR' => "$FindBin::Bin/../../perl/", 
    2222    'INSTALLDIRS' => "perl", 
    2323    'INSTALLMAN1DIR' => "none", 
  • MPI/threads-1.71/Makefile.PL

    r94 r177  
    8686        'threads.pm'    => '$(INST_LIBDIR)/threads.pm', 
    8787    }, 
    88     'DESTDIR' => "$FindBin::Bin/../../", 
     88    'DESTDIR' => "$FindBin::Bin/../../perl/", 
    8989    'INSTALLDIRS' => "perl", 
    9090    'INSTALLMAN1DIR' => "none",