[openblas] 04/07: debian/rules: remove TARGET=GENERIC flag when building dynamic arch binary.
Sébastien Villemot
sebastien at debian.org
Tue Apr 28 18:31:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository openblas.
commit f3520a03b4b74990f1ee6fc3b3a12ec8c3d7b5ec
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Apr 28 20:04:50 2015 +0200
debian/rules: remove TARGET=GENERIC flag when building dynamic arch binary.
This flag creates a compilation failure and seems no longer needed.
Git-Dch: Full
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0b9741c..e983cdd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,10 @@ endif
# Build generic package with hardcoded max number of threads of 64
GENERIC_OPTIONS := NUM_THREADS=64
-# On x86 archs, enable dynamic arch selection and select GENERIC target
+# On x86 archs, enable dynamic arch selection
ENABLE_DYNAMIC_ARCHS := amd64 i386 kfreebsd-amd64 kfreebsd-i386
ifneq (,$(findstring $(DEB_HOST_ARCH),$(ENABLE_DYNAMIC_ARCHS)))
- GENERIC_OPTIONS += DYNAMIC_ARCH=1 TARGET=GENERIC
+ GENERIC_OPTIONS += DYNAMIC_ARCH=1
endif
# We cannot use the ARMv7 profile on armhf, because it requires a 32-register FP unit.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openblas.git
More information about the debian-science-commits
mailing list