[atlas] 06/08: debian/rules: update to reflect numbering change for architectures.

Sébastien Villemot sebastien at debian.org
Sat Jul 12 15:33:21 UTC 2014


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

sebastien pushed a commit to branch master
in repository atlas.

commit b4d5e67ffc71f6aacfa9e944ddd37ecca31be754
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Jul 12 12:55:21 2014 +0200

    debian/rules: update to reflect numbering change for architectures.
---
 debian/rules | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2d9c5f8..72eb35d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,34 +4,34 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 # NB: the following numbers come from xprint_enums (compilable from the build
-# directory with "make xprint_enums); they can change across major releases
+# directory with "make xprint_enums); they can change across releases
 #
 # First number in ARCHS:
 # - 0 means Unknown CPU: leave ATLAS find out; used for archs where a more specific choice is not available
-# - 8 means IBMz9: for s390x
-# - 11 means artificial architecture called x86x87, providing you with portable (but slow!) architectural defaults: for *i386
+# - 9 means IBMz9: for s390x
+# - 12 means artificial architecture called x86x87, providing you with portable (but slow!) architectural defaults: for *i386
 #   See http://math-atlas.sourceforge.net/atlas_install/node28.html
-# - 13 means generic libraries for P4 and later, with SSE2: for *amd64
+# - 14 means generic libraries for P4 and later, with SSE2: for *amd64
 #   See: http://math-atlas.sourceforge.net/atlas_install/node30.html
-# - 38 means UltraSparc I (USI): for sparc
-# - 46 means ARMv7: for armhf (but not for armel, which is ARM >= v4)
-# - 47 means GENERIC: the same than 0 (UNKNOWN), except that it does not try autodetection
+# - 42 means UltraSparc I (USI): for sparc
+# - 51 means ARMv7: for armhf (but not for armel, which is ARM >= v4)
+# - 52 means GENERIC: the same than 0 (UNKNOWN), except that it does not try autodetection
 #   See debian/patches/generic.diff
 # Second number in ARCHS:
 # - 1 means no instruction set extension
 # - 384 means SSE1+SSE2 (always available on amd64)
 ifeq ($(DEB_HOST_ARCH),s390x)
-ARCHS=base_8_1
+ARCHS=base_9_1
 else ifeq ($(DEB_HOST_ARCH_CPU),i386)
-ARCHS=base_11_1
+ARCHS=base_12_1
 else ifeq ($(DEB_HOST_ARCH_CPU),amd64)
-ARCHS=base_13_384
+ARCHS=base_14_384
 else ifeq ($(DEB_HOST_ARCH),sparc)
-ARCHS=base_38_1
+ARCHS=base_42_1
 else ifeq ($(DEB_HOST_ARCH),armhf)
-ARCHS=base_46_1
+ARCHS=base_51_1
 else
-ARCHS=base_47_1
+ARCHS=base_52_1
 endif
 
 # Pointer bitwidth

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



More information about the debian-science-commits mailing list