[SCM] ATLAS packaging for Debian branch, master, updated. upstream/3.8.4-16-gede4b56

Sébastien Villemot sebastien at debian.org
Wed Jun 5 16:07:34 UTC 2013


The following commit has been merged in the master branch:
commit ed4015c7a3e75381c9fb44b1e8a246822af3b627
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Jun 5 14:05:49 2013 +0200

    No longer use -Wa,--noexecstack in CFLAGS, it makes the package FTBFS

diff --git a/debian/changelog b/debian/changelog
index d227b41..8e9b364 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ atlas (3.10.1-1) UNRELEASED; urgency=low
   * Switch VCS to git
   * 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
 
  -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 16 Jul 2012 14:57:17 +0200
 
diff --git a/debian/rules b/debian/rules
index fdb5326..c85e09a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ COMMON_CONFIG_PARAMS := --prefix="$(DEB_DESTDIR)" 	\
 	--cflags="${CFLAGS}" 							\
 	-D c -DWALL 									\
 	-b $(MODE_BITWIDTH) 							\
-	-Fa alg '-Wa,--noexecstack -fPIC' 				\
+	-Fa alg '-fPIC' 				\
 	-Ss f77lib "-L$(GFORTRAN_LIB_PATH) -lgfortran -lgcc_s -lpthread"  \
 	-Ss pmake '$(MAKE)'					\
 	-Ss flapack /usr/lib/liblapack_pic.a 	\

-- 
ATLAS packaging for Debian



More information about the debian-science-commits mailing list