[clblas] 03/07: d/rules: drop usage of -mno-altivec compile flag with ppc64.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue May 10 20:13:23 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository clblas.

commit 7e4959c8efcf44b95c754b6160079f288c0e7469
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue May 10 18:20:53 2016 +0100

    d/rules: drop usage of -mno-altivec compile flag with ppc64.
---
 debian/rules | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 08ca4b9..17f7d65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,12 +13,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 # Environment information.
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-# Build without Altivec to prevent FTBFS on ppc64el.
-ifeq ($(DEB_HOST_ARCH),ppc64el)
-DEB_CFLAGS_MAINT_APPEND += -mno-altivec
-DEB_CXXFLAGS_MAINT_APPEND += -mno-altivec
-endif
-
 # Fixes FTBFS on mips64* architectures. See #805893.
 ifneq (,$(filter mips64%,$(DEB_HOST_ARCH)))
 DEB_CFLAGS_MAINT_APPEND += -mxgot

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



More information about the debian-science-commits mailing list