summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-09-04 16:10:13 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-09-04 16:10:13 +0000
commita5bfd5882bd6de7d98fc559a2669f1b3185f5579 (patch)
treed1216001b94d5dd400f1a1abd0b8c19e3f22c34d /dev-perl/PDL/files
parentfix manifest (Manifest recommit) (diff)
downloadgentoo-2-a5bfd5882bd6de7d98fc559a2669f1b3185f5579.tar.gz
gentoo-2-a5bfd5882bd6de7d98fc559a2669f1b3185f5579.tar.bz2
gentoo-2-a5bfd5882bd6de7d98fc559a2669f1b3185f5579.zip
bug 33936 closed
Diffstat (limited to 'dev-perl/PDL/files')
-rw-r--r--dev-perl/PDL/files/digest-PDL-2.4.0-r21
-rw-r--r--dev-perl/PDL/files/gsl.patch14
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/PDL/files/digest-PDL-2.4.0-r2 b/dev-perl/PDL/files/digest-PDL-2.4.0-r2
new file mode 100644
index 000000000000..0947c21e7923
--- /dev/null
+++ b/dev-perl/PDL/files/digest-PDL-2.4.0-r2
@@ -0,0 +1 @@
+MD5 4804aedbfdf6eb2574a61ca0134386ae PDL-2.4.0.tar.gz 1758829
diff --git a/dev-perl/PDL/files/gsl.patch b/dev-perl/PDL/files/gsl.patch
new file mode 100644
index 000000000000..87c74446a604
--- /dev/null
+++ b/dev-perl/PDL/files/gsl.patch
@@ -0,0 +1,14 @@
+--- perldl.conf.old 2004-01-07 23:47:08.000000000 -0500
++++ perldl.conf 2004-01-07 23:35:33.000000000 -0500
+@@ -85,9 +85,9 @@
+ WITH_GSL => undef, # Leave it up to PDL to decide
+
+ # Location to search for the GSL libs
+- GSL_LIBS => [ '/lib','/usr/lib','/usr/local/lib'],
++ GSL_LIBS => undef,
+ # Location to find GSL includes:
+- GSL_INC => '-I/usr/include/gsl -I/usr/local/include',
++ GSL_INC => undef,
+
+ # Whether or not to build the PDL::FFTW module
+ # 0 -> don't use