[SCM] Packaging of Math::TamuAnova in Debian branch, master, updated. upstream/1.0.1-15-gbee7c72
Vincent Danjean
Vincent.Danjean at ens-lyon.org
Thu May 24 13:33:19 UTC 2012
The following commit has been merged in the master branch:
commit bee7c7296ab4b1f07563429fe553cf06190c5058
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date: Thu May 24 15:30:29 2012 +0200
Disable Devel::CheckLib for -ltamuanova
This will probably be pushed upstream
diff --git a/debian/patches/fix-linking.patch b/debian/patches/fix-linking.patch
index 2e38fb8..83d3c93 100644
--- a/debian/patches/fix-linking.patch
+++ b/debian/patches/fix-linking.patch
@@ -3,9 +3,20 @@ Force link to libblas.so
The link should be done by tamuanova (or more exactly by libgsl called from
libtamuanova) but it is not (probably in order to allow to dynamically link
to different blas implementations.
+
+Devel::CheckLib cannot link to two simultaneous libraries (-ltamuanova -lblas)
+so this check is desactivated (it is ensure by build-dependencies)
--- a/Makefile.PL
+++ b/Makefile.PL
-@@ -18,7 +18,7 @@
+@@ -2,7 +2,6 @@
+ use Devel::CheckLib;
+
+ check_lib_or_exit(
+- lib => [qw(tamuanova)],
+ header => "tamu_anova/tamu_anova.h"
+ );
+
+@@ -18,7 +17,7 @@
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Math/TamuAnova.pm', # retrieve abstract from module
AUTHOR => 'Vincent Danjean <Vincent.Danjean at ens-lyon.org>') : ()),
--
Packaging of Math::TamuAnova in Debian
More information about the Pkg-perl-cvs-commits
mailing list