[lapack] 06/10: Make the build reproducible.
Sébastien Villemot
sebastien at debian.org
Sun Jun 26 18:21:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository lapack.
commit 6f76200ef6c8928f597b31686dbe805cec80c5a3
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Jun 26 14:07:18 2016 +0200
Make the build reproducible.
+ remove tests results from liblapack3 doc directory.
+ use locale-independent ordering of object files when creating static lib.
Closes: #813309
Gbp-Dch: Full
---
debian/liblapack3.docs | 1 -
debian/rules | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/liblapack3.docs b/debian/liblapack3.docs
index 26f268d..e845566 100644
--- a/debian/liblapack3.docs
+++ b/debian/liblapack3.docs
@@ -1,2 +1 @@
-TESTING/testing_results.txt
README
diff --git a/debian/rules b/debian/rules
index 491c82f..40fc606 100755
--- a/debian/rules
+++ b/debian/rules
@@ -141,7 +141,7 @@ override_dh_auto_build-arch:
ar d librefblas.a xerbla.o # We want to use the xerbla.o from libcblas.a
mkdir -p tmp
cd tmp && ar x ../librefblas.a && ar x ../libcblas.a
- ar r libblas.a tmp/*.o
+ ar r libblas.a $(shell LC_ALL=C ls tmp/*.o)
rm -rf tmp
# Build the test programs, in order to avoid FTBFS if DEB_BUILD_OPTIONS contains nocheck
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git
More information about the debian-science-commits
mailing list