[med-svn] [opensurgsim] 04/14: Disable Eigen alignment on arm64, armel, armhf (Closes: #838270)
Paul Novotny
paulnovo-guest at moszumanska.debian.org
Sun Oct 16 21:01:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
paulnovo-guest pushed a commit to branch master
in repository opensurgsim.
commit 34c030d1da4ec07ba0cb1a5576b4a7817767850c
Author: Paul Novotny <paul at paulnovo.us>
Date: Fri Oct 14 11:42:38 2016 -0400
Disable Eigen alignment on arm64, armel, armhf (Closes: #838270)
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 70eacc9..a9205f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=-format
%:
dh $@ --parallel --with linktree
-ifeq (,$(filter $(DEB_BUILD_ARCH),i386 powerpc ppc64el ppc64))
+ifeq (,$(filter $(DEB_BUILD_ARCH),i386 arm64 armel armhf powerpc ppc64el ppc64))
EIGEN_ALIGNMENT=ON
else
EIGEN_ALIGNMENT=OFF
--
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