[superlu-dist] 06/07: switch off RPATH from shared library

Drew Parsons dparsons at moszumanska.debian.org
Tue Nov 14 11:54:26 UTC 2017


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

dparsons pushed a commit to tag debian/5.2.2+dfsg1-1
in repository superlu-dist.

commit 37844b4b13508cc6bd89d806e5cb6abaa18ea539
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue Nov 14 19:15:43 2017 +0800

    switch off RPATH from shared library
    
    no RUNPATH please, Debian policy
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5f40c75..856296f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 # For now, work around the error by ignoring it (append "|| /bin/true")
 override_dh_auto_configure:
 	dh_auto_configure -- \
-	    -DBUILD_SHARED_LIBS=ON \
+	    -DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON \
 	    -Denable_parmetislib=OFF \
 	    -DCMAKE_C_COMPILER=mpicc -DCMAKE_FORTRAN_COMPILER=mpifort \
 	    -Denable_blaslib=OFF -DTPL_BLAS_LIBRARIES=/usr/lib/$(DEB_HOST_MULTIARCH)/libblas.so \

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



More information about the debian-science-commits mailing list