[lapack] 12/17: Dynamically link LAPACK test programs.

Sébastien Villemot sebastien at debian.org
Thu Dec 24 20:39:59 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 a1c2d38c7f88590f4cf37a439d21544ea5d82bf8
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Dec 23 22:29:46 2015 +0100

    Dynamically link LAPACK test programs.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 20eba64..36ef7e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,7 +110,7 @@ override_dh_auto_build-arch:
 	$(MAKE) lapacklib tmglib lapackelib
 
 	# Build the test programs, in order to avoid FTBFS if DEB_BUILD_OPTIONS contains nocheck
-	$(MAKE) OPTS="$(FFLAGS_TESTSUITE)" -C TESTING xeigtstc xeigtstd xeigtsts xeigtstz xlintstc xlintstd xlintsts xlintstz xlintstds xlintstrfc xlintstrfd xlintstrfs xlintstrfz xlintstzc
+	$(MAKE) OPTS="$(FFLAGS_TESTSUITE)" LAPACKLIB="liblapack.so" TMGLIB="libtmglib.so" -C TESTING xeigtstc xeigtstd xeigtsts xeigtstz xlintstc xlintstd xlintsts xlintstz xlintstds xlintstrfc xlintstrfd xlintstrfs xlintstrfz xlintstzc
 
 override_dh_auto_build-indep:
 	$(MAKE) html

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