[dolfin] 03/03: drop VTK support

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 7 11:31:20 UTC 2017


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

dparsons pushed a commit to branch experimental
in repository dolfin.

commit 2e61a9e4f1aefde80686fb7a9c421a0df9d29eff
Author: Drew Parsons <dparsons at debian.org>
Date:   Sat Oct 7 17:05:28 2017 +0800

    drop VTK support
    
    new version drops VTK plots, but VTK files can still be created
---
 debian/changelog | 1 +
 debian/control   | 2 --
 debian/rules     | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 00ef09a..0d0148d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ dolfin (2017.2.0-1) UNRELEASED; urgency=medium
   * New upstream release.
     - updated debian/upstream/signing-key.asc for signature
       from the FEniCS Project Steering Council (key BED06106DD22BAB3)
+    - drops VTK support (no plots, but VTK files can still be created)
   * Standards-Version: 4.1.1
   * Update debian.patches
     - file encoding now included when reading files in python scripts
diff --git a/debian/control b/debian/control
index eebf68c..1ec83d5 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,6 @@ Build-Depends:
  libhdf5-mpi-dev,
  libsuitesparse-dev,
  libscotch-dev,
- libvtk6-dev,
  libxml2-dev,
  mpi-default-dev,
  petsc-dev (>= 3.6.4.dfsg1-2),
@@ -74,7 +73,6 @@ Depends:
  libhdf5-mpi-dev,
  libsuitesparse-dev,
  libscotch-dev,
- libvtk6-dev,
  libxml2-dev,
  pkg-config,
  python-ffc (>= ${source:Upstream-Version}) | python3-ffc (>= ${source:Upstream-Version}), python-ffc (<< ${source:Next-Upstream-Version}) | python3-ffc (<< ${source:Next-Upstream-Version}),
diff --git a/debian/rules b/debian/rules
index 24ae689..ba36a6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,6 @@ CMAKE_OPTS := \
 	-D DOLFIN_ENABLE_TRILINOS:BOOL=OFF \
 	-D DOLFIN_ENABLE_HDF5:BOOL=ON \
 	-D HDF5_C_COMPILER_EXECUTABLE:FILEPATH=/usr/bin/h5pcc \
-	-D DOLFIN_ENABLE_VTK:BOOL=ON \
 	-D DOLFIN_ENABLE_QT:BOOL=OFF \
 	-D DOLFIN_ENABLE_PARMETIS:BOOL=OFF \
 	-D DOLFIN_ENABLE_PASTIX:BOOL=OFF \

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



More information about the debian-science-commits mailing list