[med-svn] [opensurgsim] 02/03: Disables eigen alignment on ppc64el and ppc64

Paul Novotny paulnovo-guest at moszumanska.debian.org
Mon Nov 9 21:41:48 UTC 2015


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

paulnovo-guest pushed a commit to branch master
in repository opensurgsim.

commit 49abd22c56c7a305a41552b875ab1f6a68a2ef85
Author: Paul Novotny <paul at paulnovo.us>
Date:   Sat Nov 7 11:43:56 2015 -0500

    Disables eigen alignment on ppc64el and ppc64
    
    Eigen alignment was causing tests to fail on ppc64el ppc64, this
    disables it on these platforms, and joins i386 and powerpc.
---
 debian/rules | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index e3e7a8a..70eacc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-format
 %:
 	dh $@ --parallel --with linktree
 
-EIGEN_ALIGNMENT=ON
-ifeq ($(DEB_BUILD_ARCH),i386)
-	EIGEN_ALIGNMENT=OFF
-endif
-ifeq ($(DEB_BUILD_ARCH),powerpc)
-	EIGEN_ALIGNMENT=OFF
+ifeq (,$(filter $(DEB_BUILD_ARCH),i386 powerpc ppc64el ppc64))
+    EIGEN_ALIGNMENT=ON
+else
+    EIGEN_ALIGNMENT=OFF
 endif
 
 override_dh_auto_configure:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/opensurgsim.git



More information about the debian-med-commit mailing list