[lapack] 01/10: Fix static libraries: they were compiled with -fPIC.

Sébastien Villemot sebastien at debian.org
Sat Oct 31 22:23:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository lapack.

commit 9c6e9e1b68063ea73b40c9aeab5ce67f49ed6995
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Oct 30 23:55:28 2015 +0100

    Fix static libraries: they were compiled with -fPIC.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 91e8a18..64ad38f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,6 +89,7 @@ liblapack.so: liblapack.so.$(SO)
 
 liblapack.a: make.inc
 	echo "Building liblapack.a"
+	$(MAKE) cleanlib
 	$(MAKE) lapack_install
 	$(MAKE) lib
 
@@ -118,6 +119,7 @@ lapacke/liblapacke.so: lapacke/liblapacke.so.$(SO)
 lapacke/liblapacke.a: make.inc
 	echo "Building liblapacke.a"
 	cd lapacke; \
+	$(MAKE) cleanlib; \
 	$(MAKE) ; \
 	mv ../liblapacke.a $(@F)
 

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