[SCM] libm4ri: library of Method of the Four Russians Inversion branch, master, updated. a15bf732be2bc840f6b02c15207875955b08c66b
Cédric Boutillier
boutil at debian.org
Mon Jan 7 14:41:11 UTC 2013
The following commit has been merged in the master branch:
commit 79f64be343f5df22a8a0a78477a91a37dad536e5
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Jan 7 12:08:15 2013 +0100
disable sse2 flag
diff --git a/debian/changelog b/debian/changelog
index e00623d..012a54f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,9 @@ libm4ri (20120613-1) UNRELEASED; urgency=low
+ add Pre-depends: multiarch-support, Multi-Arch: same for the shared
library
+ add strict dependency on the shared library for the -dev package
- * debian/rules: enable hardening
+ * debian/rules:
+ + enable hardening
+ + add --disable-sse2 flag to configure
* debian/source/local-options: add unapply-patches option
* debian/source/format: use 3.0 (quilt)
* debian/*.install:
diff --git a/debian/rules b/debian/rules
index 9c2e5d1..e6e8c14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@ include /usr/share/dpkg/buildflags.mk
%:
dh $@ --with autoreconf
+
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-sse2
--
libm4ri: library of Method of the Four Russians Inversion
More information about the debian-science-commits
mailing list