[SCM] ATLAS packaging for Debian branch, master, updated. upstream/3.8.4-18-gc5af294
Sébastien Villemot
sebastien at debian.org
Wed Jun 5 19:54:46 UTC 2013
The following commit has been merged in the master branch:
commit c5af29480d6bec7b62b0fc313e726c6ddab24a6f
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Jun 5 19:36:46 2013 +0200
Do not use POWER3 arch for powerpcspe port (Closes: #701068)
diff --git a/debian/changelog b/debian/changelog
index 9e5dcd0..f567c48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ atlas (3.10.1-1) UNRELEASED; urgency=low
* Remove Conflicts/Replaces against pre-squeeze packages
* libatlas-base-dev now provides libblas.so, as libblas-dev
* No longer use -Wa,--noexecstack in CFLAGS, it makes the package FTBFS
+ * Do not use POWER3 arch for powerpcspe port (Closes: #701068)
-- Sylvestre Ledru <sylvestre at debian.org> Mon, 16 Jul 2012 14:57:17 +0200
diff --git a/debian/rules b/debian/rules
index 216f2fa..89b1cde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
# First number in ARCHS:
# - 0 means Unknown CPU. Leave Atlas find out
-# - 1 means POWER3, most generic PowerPC (see #680096)
+# - 1 means POWER3, most generic PowerPC (see #680096), howevever not suitable for powerpcspe (#701068)
# - 11 means artificial architecture called x86x87, providing you with portable (but slow!) architectural defaults.
# See http://math-atlas.sourceforge.net/atlas_install/node28.html
# - 13 means generic libraries for P4 and later, with SSE2
@@ -13,7 +13,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
# Second number in ARCHS:
# - 1 means no instruction set extension
# - 384 means SSE1+SSE2
-PPC_ARCHS := powerpc powerpcspe ppc64
+PPC_ARCHS := powerpc ppc64
ifeq ($(DEB_HOST_ARCH_CPU),i386)
ARCHS=base_11_1
else ifeq ($(DEB_HOST_ARCH_CPU),amd64)
--
ATLAS packaging for Debian
More information about the debian-science-commits
mailing list