[opengm] 384/386: Skip usage of RPATH with CMake.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:38:39 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit c0172039830e314ed4ce5b4e3115d537cb67a066
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Aug 30 16:53:06 2016 +0100

    Skip usage of RPATH with CMake.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 45a45d1..cace79a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,8 @@ BUILD_OPTIONS = \
 	-DWITH_OPENMP=ON \
 	-DWITH_VIGRA=OFF \
 	-DBUILD_CONVERTER=ON \
-	-DBUILD_PYTHON_WRAPPER=ON
+	-DBUILD_PYTHON_WRAPPER=ON \
+	-DCMAKE_SKIP_RPATH=ON
 
 # Build tests subject to nocheck.
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))

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



More information about the debian-science-commits mailing list