diff options
Diffstat (limited to 'sci-astronomy/fpipe/files/pipeline_driver-Remove-references-to-IPC-XPA.patch')
-rw-r--r-- | sci-astronomy/fpipe/files/pipeline_driver-Remove-references-to-IPC-XPA.patch | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/sci-astronomy/fpipe/files/pipeline_driver-Remove-references-to-IPC-XPA.patch b/sci-astronomy/fpipe/files/pipeline_driver-Remove-references-to-IPC-XPA.patch new file mode 100644 index 0000000..421dce1 --- /dev/null +++ b/sci-astronomy/fpipe/files/pipeline_driver-Remove-references-to-IPC-XPA.patch @@ -0,0 +1,62 @@ +From 2d679c373df2834f411024a2a64f34d0dc05ffa2 Mon Sep 17 00:00:00 2001 +From: Henry Gebhardt <hsggebhardt@googlemail.com> +Date: Thu, 11 Nov 2010 15:41:52 +0100 +Subject: [PATCH] pipeline_driver: Remove references to IPC::XPA + +The perl module is no longer used since the 'fpipeservercmd' branch was +merged in commit e6c591eb1013415aaaa14c7505769a765cbd8b5c. +--- + software/README | 4 ---- + software/pipeline_driver/perl/README | 1 - + software/pipeline_driver/perl/lib/fpTask.pm | 1 - + 3 files changed, 0 insertions(+), 6 deletions(-) + +diff --git a/software/README b/software/README +index 628ce17..390a28d 100644 +--- a/software/README ++++ b/software/README +@@ -22,7 +22,6 @@ have used at some point in the development process. + with modules: + IPC::Semaphore + IPC::SysV +- IPC::XPA + List::Util + POSIX ":sys_wait_h" + Time::HiRes +@@ -40,9 +39,6 @@ To install all needed perl modules, do the following: + dev-perl/gtk2-perl + dev-perl/XML-Simple + virtual/perl-Time-HiRes +- app-portage/g-cpan +- and run the following command: +- $ g-cpan -i IPC::XPA + + - You might need to install some modules with the cpan command. If + you are on an IAAT-Cluster computer, be sure to NOT use +diff --git a/software/pipeline_driver/perl/README b/software/pipeline_driver/perl/README +index a2214cb..992cc21 100644 +--- a/software/pipeline_driver/perl/README ++++ b/software/pipeline_driver/perl/README +@@ -3,7 +3,6 @@ is: + + IPC::Semaphore + IPC::SysV +-IPC::XPA + List::Util + POSIX ":sys_wait_h" + Time::HiRes +diff --git a/software/pipeline_driver/perl/lib/fpTask.pm b/software/pipeline_driver/perl/lib/fpTask.pm +index 6d9b27c..2683829 100755 +--- a/software/pipeline_driver/perl/lib/fpTask.pm ++++ b/software/pipeline_driver/perl/lib/fpTask.pm +@@ -10,7 +10,6 @@ use POSIX ":sys_wait_h"; + use Time::HiRes qw(usleep); + use List::Util qw(max); + use XML::Simple; +-use IPC::XPA; + + use Cwd 'realpath'; + use Switch; +-- +1.7.8.rc1 + |