[gmsh] 03/11: remove now unnecessary DEB_HOST_MULTIARCH from d/rules

Nico Schlömer nschloe-guest at moszumanska.debian.org
Mon Nov 6 17:36:58 UTC 2017


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

nschloe-guest pushed a commit to branch master
in repository gmsh.

commit f991c2787058df576828c2d4b2faf0865b5c2a8b
Author: Nico Schlömer <nico.schloemer at gmail.com>
Date:   Mon Nov 6 17:06:47 2017 +0100

    remove now unnecessary DEB_HOST_MULTIARCH from d/rules
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 115184c..148a0d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@ JAVA_HOME=/usr/lib/jvm/default-java
 
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-export DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # Add --with javahelper for java-wrappers
 
@@ -29,8 +28,7 @@ extra_flags += \
 -DENABLE_BUILD_DYNAMIC:BOOL=ON \
 -DENABLE_ONELAB:BOOL=ON \
 -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
--DCMAKE_INCLUDE_PATH:STRING="/usr/include/mpi" \
--DINSTALL_LIB_DIR:STRING="/usr/lib/$(DEB_HOST_MULTIARCH)" \
+-DCMAKE_INCLUDE_PATH:STRING="/usr/include/mpi"
 
 ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_mpi_archs)))
 	extra_flags += \

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



More information about the debian-science-commits mailing list