[vtk7] 02/04: use a few more system libs

Nico Schlömer nschloe-guest at moszumanska.debian.org
Wed Jul 12 07:39:56 UTC 2017


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

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

commit 5b00144b84387923c5f7f9871d98e171c9d8a7f9
Author: Nico Schlömer <nico.schloemer at gmail.com>
Date:   Wed Jul 12 09:33:05 2017 +0200

    use a few more system libs
---
 debian/rules | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index b5da094..8fad169 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,25 +27,29 @@ extra_flags +=  \
 	-DVTK_WRAP_JAVA=ON \
 	-DVTK_WRAP_PYTHON=ON \
 	  -DVTK_PYTHON_VERSION:STRING=3 \
-	\
 	-DVTK_WRAP_TCL=ON \
+	\
+	-DVTK_USE_SYSTEM_AUTOBAHN=ON \
+	-DVTK_USE_SYSTEM_CONSTANTLY=ON \
 	-DVTK_USE_SYSTEM_EXPAT=ON \
 	-DVTK_USE_SYSTEM_FREETYPE=ON \
 	-DVTK_USE_SYSTEM_GL2PS=ON \
+	-DVTK_USE_SYSTEM_GLEW=ON \
 	-DVTK_USE_SYSTEM_HDF5=ON \
 	  -DHDF5_PREFER_PARALLEL=ON \
+	-DVTK_USE_SYSTEM_INCREMENTAL=ON \
 	-DVTK_USE_SYSTEM_JPEG=ON \
+	-DVTK_USE_SYSTEM_JSONCPP=ON \
 	-DVTK_USE_SYSTEM_LIBPROJ4=ON \
 	-DVTK_USE_SYSTEM_LIBXML2=ON \
+	-DVTK_USE_SYSTEM_MPI4PY=ON \
+	-DVTK_USE_SYSTEM_NETCDF=ON \
 	-DVTK_USE_SYSTEM_OGGTHEORA=ON \
 	-DVTK_USE_SYSTEM_PNG=ON \
 	-DVTK_USE_SYSTEM_SIX=ON \
 	-DVTK_USE_SYSTEM_TIFF=ON \
 	-DVTK_USE_SYSTEM_TWISTED=ON \
 	-DVTK_USE_SYSTEM_ZLIB=ON \
-	-DVTK_USE_SYSTEM_JSONCPP=ON \
-	-DVTK_USE_SYSTEM_NETCDF=ON \
-	-DVTK_USE_SYSTEM_GLEW=ON \
 	-DVTK_USE_SYSTEM_ZOPE=ON \
 	\
 	-DVTK_EXTRA_COMPILER_WARNINGS=ON \
@@ -116,6 +120,6 @@ override_dh_install-arch:
 	find $(CURDIR)/debian/libvtk7-dev/usr/include/ -name "Q*" -exec rm {} \;
 	chmod 755 $(CURDIR)/debian/libvtk7-dev/usr/share/vtk-7.1/doxygen/*.pl
 	rm -rf $(CURDIR)/debian/libvtk7-doc/usr/share/doc/vtk7-doc/html/_formulas.log
-	mkdir -p  $(CURDIR)/debian/python-vtk7/usr/lib/$(DEB_HOST_MULTIARCH)/python2.7/site-packages/ && \
-          cd $(CURDIR)/debian/python-vtk7/usr/lib/$(DEB_HOST_MULTIARCH)/python2.7/site-packages/ && \
-	  ln -s  /usr/lib/python2.7/dist-packages/vtk vtk
+	mkdir -p  $(CURDIR)/debian/python-vtk7/usr/lib/$(DEB_HOST_MULTIARCH)/python3.5/site-packages/ && \
+          cd $(CURDIR)/debian/python-vtk7/usr/lib/$(DEB_HOST_MULTIARCH)/python3.5/site-packages/ && \
+	  ln -s  /usr/lib/python3.5/dist-packages/vtk vtk

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



More information about the debian-science-commits mailing list