[fflas-ffpack] 02/02: debian/rules: Remove -fno-strict-aliasing from CXXFLAGS; it ended up not helping the armel build.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Jan 13 04:04:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository fflas-ffpack.

commit 06bf1c7829aa119608955244868aeaf60246c90c
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Thu Jan 12 23:02:45 2017 -0500

    debian/rules: Remove -fno-strict-aliasing from CXXFLAGS;
    it ended up not helping the armel build.
---
 debian/changelog | 3 +++
 debian/rules     | 4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e50cb68..82bb15b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 fflas-ffpack (2.2.2-5) UNRELEASED; urgency=medium
 
+  * debian/rules
+    - Remove -fno-strict-aliasing from CXXFLAGS; it ended up not helping
+      the armel build.
   * debian/tests/upstream-tests
     - Add new tests included in version 2.2.2.
     - Simplify by using implicit make rules.
diff --git a/debian/rules b/debian/rules
index dcf3cdb..8dd4404 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# needed for armel build; inspired by
-# http://pkgs.fedoraproject.org/cgit/rpms/fflas-ffpack.git/commit/?id=76a0a82
-export DEB_CXXFLAGS_MAINT_APPEND = -fno-strict-aliasing
-
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --with-all \
 		--with-blas-libs="-lblas -llapack" --disable-simd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fflas-ffpack.git



More information about the debian-science-commits mailing list