Changeset 212
- Timestamp:
- 05/04/09 16:40:07 (7 months ago)
- Files:
-
- MPI/Install.PL (modified) (1 diff)
- MPI/threads-1.71 (deleted)
- perl/Install.PL (modified) (1 diff)
- perl/threads-1.71 (added)
- perl/threads-1.71/Changes (added)
- perl/threads-1.71/MANIFEST (added)
- perl/threads-1.71/META.yml (added)
- perl/threads-1.71/Makefile.PL (added)
- perl/threads-1.71/README (added)
- perl/threads-1.71/examples (added)
- perl/threads-1.71/examples/pool.pl (added)
- perl/threads-1.71/hints (added)
- perl/threads-1.71/hints/hpux.pl (added)
- perl/threads-1.71/hints/linux.pl (added)
- perl/threads-1.71/ppport.h (added)
- perl/threads-1.71/t (added)
- perl/threads-1.71/t/basic.t (added)
- perl/threads-1.71/t/blocks.t (added)
- perl/threads-1.71/t/context.t (added)
- perl/threads-1.71/t/end.t (added)
- perl/threads-1.71/t/err.t (added)
- perl/threads-1.71/t/exit.t (added)
- perl/threads-1.71/t/free.t (added)
- perl/threads-1.71/t/free2.t (added)
- perl/threads-1.71/t/join.t (added)
- perl/threads-1.71/t/kill.t (added)
- perl/threads-1.71/t/libc.t (added)
- perl/threads-1.71/t/list.t (added)
- perl/threads-1.71/t/pod.t (added)
- perl/threads-1.71/t/problems.t (added)
- perl/threads-1.71/t/stack.t (added)
- perl/threads-1.71/t/stack_env.t (added)
- perl/threads-1.71/t/state.t (added)
- perl/threads-1.71/t/stress_cv.t (added)
- perl/threads-1.71/t/stress_re.t (added)
- perl/threads-1.71/t/stress_string.t (added)
- perl/threads-1.71/t/test.pl (added)
- perl/threads-1.71/t/thread.t (added)
- perl/threads-1.71/threads.h (added)
- perl/threads-1.71/threads.pm (added)
- perl/threads-1.71/threads.xs (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
MPI/Install.PL
r198 r212 3 3 use strict; 4 4 use 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");12 5 13 6 chdir "$FindBin::Bin/MPIcar"; perl/Install.PL
r178 r212 3 3 use strict; 4 4 use 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"); 5 12 6 13 chdir "$FindBin::Bin/DBI-1.607";
