[yade] 01/02: Replace INSTALL_PREFIX by CMAKE_INSTALL_PREFIX

Anton Gladky gladk at moszumanska.debian.org
Tue Oct 13 18:44:08 UTC 2015


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

gladk pushed a commit to branch master
in repository yade.

commit de077fcc85eaa32515fc370c43d99835f3e05759
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Oct 11 09:33:09 2015 +0200

    Replace INSTALL_PREFIX by CMAKE_INSTALL_PREFIX
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index d71dc21..4111a37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,11 +28,11 @@ export YADE_PREFIX := $(tmpInstall)/usr
 
 extra_flags += \
 -DruntimePREFIX="/usr" \
--DINSTALL_PREFIX="/usr" \
+-DCMAKE_INSTALL_PREFIX="/usr" \
 -DNOSUFFIX=ON \
 -DLIBRARY_OUTPUT_PATH=lib/$(DEB_HOST_MULTIARCH) \
--DUSE_QT5=1 \
--DENABLE_SPH=1
+-DUSE_QT5=ON \
+-DENABLE_SPH=ON
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(extra_flags)

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



More information about the debian-science-commits mailing list