[dolfin] 02/04: Activate support for SCOTCH.

Drew Parsons dparsons at moszumanska.debian.org
Tue Apr 26 17:42:03 UTC 2016


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

dparsons pushed a commit to branch master
in repository dolfin.

commit e08cd80bc02f2482932eda6c07d23485a972c494
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue Apr 26 23:51:58 2016 +0800

    Activate support for SCOTCH.
    
    For the record, parmetis support is not activated since it is non-free.
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a464b7d..6070fe1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ dolfin (1.6.0-4) UNRELEASED; urgency=medium
   * Build against vtk6 not vtk5 (source and libdolfin-dev dependencies).
     Requires Qt4 support to be switched off (vtk6 uses Qt5).
     Qt support has been dropped upstream. Closes: #821875. 
+  * Activate support for SCOTCH.
   * Standards-Version: 3.9.8
 
  -- Mattia Rizzolo <mattia at debian.org>  Sat, 23 Apr 2016 22:15:22 +0000
diff --git a/debian/control b/debian/control
index 3d71e70..7d27ffa 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Build-Depends:
  libeigen3-dev,
  libhdf5-mpi-dev,
  libsuitesparse-dev,
+ libscotch-dev,
  libvtk6-dev,
  libxml2-dev,
  mpi-default-dev,
@@ -59,6 +60,7 @@ Depends:
  libeigen3-dev,
  libhdf5-mpi-dev,
  libsuitesparse-dev,
+ libscotch-dev,
  libvtk6-dev,
  libxml2-dev,
  petsc-dev [!kfreebsd-amd64 !kfreebsd-i386],
diff --git a/debian/rules b/debian/rules
index 46cf2da..eef0cf2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ CMAKE_OPTS := \
 	-D DOLFIN_ENABLE_QT:BOOL=OFF \
 	-D DOLFIN_ENABLE_PARMETIS:BOOL=OFF \
 	-D DOLFIN_ENABLE_PASTIX:BOOL=OFF \
-	-D DOLFIN_ENABLE_SCOTCH:BOOL=OFF \
+	-D DOLFIN_ENABLE_SCOTCH:BOOL=ON \
 	-D DOLFIN_ENABLE_PETSC4PY:BOOL=OFF \
 	-D DOLFIN_ENABLE_SLEPC4PY:BOOL=OFF \
 	-D DOLFIN_ENABLE_SPHINX: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