[sundials] 01/01: fixed the multiarch library installation

Dima Kogan dima at secretsauce.net
Sun Sep 17 05:01:14 UTC 2017


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

dkogan pushed a commit to branch master
in repository sundials.

commit 97069f33955b33cfc0b9721fba5a7f706e5b2cda
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sat Sep 16 22:01:07 2017 -0700

    fixed the multiarch library installation
    
    This reverts a bug introduced in 0376efbf6978bec5151a6329c13f68e07a97852e.
    
    That patch accidentally changed DEB_HOST_MULTIARCH to DEB_HOST_GNU_TYPE.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f9cb2cc..be1f070 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ extra_flags += \
 	\
 	-DKLU_ENABLE:BOOL=ON \
 	-DKLU_INCLUDE_DIR=/usr/include/suitesparse \
-	-DKLU_LIBRARY_DIR=/usr/lib/$(DEB_HOST_GNU_TYPE) \
+	-DKLU_LIBRARY_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
 	\
 	-DPETSC_ENABLE:BOOL=ON \
 	\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list