Changeset 212

Show
Ignore:
Timestamp:
05/04/09 16:40:07 (7 months ago)
Author:
cholt
Message:

changed install process

Files:

Legend:

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

    r198 r212  
    33use strict; 
    44use FindBin; 
    5  
    6 chdir ("$FindBin::Bin/threads-1.71"); 
    7 system("perl Makefile.PL"); 
    8 system("make install"); 
    9 system("make clean"); 
    10 chdir("$FindBin::Bin"); 
    11 unlink("threads-1.71/Makefile.old") if(-e "threads-1.71/Makefile.old"); 
    125 
    136chdir "$FindBin::Bin/MPIcar"; 
  • perl/Install.PL

    r178 r212  
    33use strict; 
    44use FindBin; 
     5 
     6chdir ("$FindBin::Bin/threads-1.71"); 
     7system("perl Makefile.PL"); 
     8system("make install"); 
     9system("make clean"); 
     10chdir("$FindBin::Bin"); 
     11unlink("threads-1.71/Makefile.old") if(-e "threads-1.71/Makefile.old"); 
    512 
    613chdir "$FindBin::Bin/DBI-1.607";