[atlas] 03/05: Rename ASMDIA to ISA.
Sébastien Villemot
sebastien at debian.org
Tue Aug 8 15:28:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository atlas.
commit 4986ea1e8df11ce65159076de2b653685bfb1140
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Aug 8 16:25:03 2017 +0200
Rename ASMDIA to ISA.
Gbp-Dch: Ignore
---
debian/rules | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index c1d7e37..cae9139 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ ifeq (,$(filter custom,$(DEB_BUILD_OPTIONS)))
# Building the generic package, so enforce more configuration settings to make
# the package independent of the build host hardware.
-# In particular, force the MACHTYPE and ASMDIA.
+# In particular, force the MACHTYPE and ISA.
# The following strings and numbers come from xprint_enums (compilable
# with "make -C build xprint_enums").
# N.B.: They can change across releases!
@@ -54,13 +54,13 @@ else
MACHTYPE := GENERIC
endif
-# ASMDIA corresponds to the asm dialect (a.k.a. ISA, instruction set architecture):
+# ISA corresponds to the instruction set architecture:
# - 1 means no instruction set extension
# - 768 means SSE1+SSE2 (always available on amd64)
ifeq ($(DEB_HOST_ARCH_CPU),amd64)
-ASMDIA := 768
+ISA := 768
else
-ASMDIA := 1
+ISA := 1
endif
# - the cripple-atlas-performance flag is needed for disabling the CPU
@@ -73,7 +73,7 @@ endif
CONFIGURE_FLAGS += \
-b $(DEB_HOST_ARCH_BITS) \
-A $(MACHTYPE) \
- -V $(ASMDIA) \
+ -V $(ISA) \
-t 0 \
--cc="$(CC)" \
--cflags="$(CPPFLAGS) $(CFLAGS)" \
--
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