[atlas] 06/08: No longer embed lib(pt)?cblas.a into liblapack.a, not needed.

Sébastien Villemot sebastien at debian.org
Thu Aug 10 17:07:36 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 0062b247afff6b8f7584685123ab0fb975626a7e
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Aug 10 18:38:09 2017 +0200

    No longer embed lib(pt)?cblas.a into liblapack.a, not needed.
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 84cd9cd..dfcb7cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -184,12 +184,7 @@ override_dh_auto_build:
 	mkdir tmp
 	cd tmp && \
 		ar x /usr/lib/liblapack_pic.a && \
-		ar x ../build/lib/liblapack_atlas.a && \
-		if test -f ../build/lib/libptcblas.a; then \
-			ar x ../build/lib/libptcblas.a; \
-		else \
-			ar x ../build/lib/libcblas.a; \
-		fi
+		ar x ../build/lib/liblapack_atlas.a
 	ar r liblapack.a tmp/*.o
 	rm -rf tmp
 	gfortran $(LDFLAGS) -shared -Wl,-soname=liblapack.so.3 -o liblapack.so.$(DEB_VERSION_UPSTREAM) \

-- 
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