[petsc] 03/07: Activate superlu support.

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 5 02:31:49 UTC 2015


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

dparsons pushed a commit to branch master
in repository petsc.

commit 39c631628c01a7a140d739909b85cfd2705fdd6a
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Oct 5 00:01:44 2015 +0800

    Activate superlu support.
    
    Closes: #671062.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 debian/rules     | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 853f428..5c25915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ petsc (3.6.2.dfsg1-1) UNRELEASED; urgency=medium
     HYPRE to version 2.10.0b-p2 in Debian.
   * PETSc matlab scripts are linked to /usr/share/octave/site/m/petsc.
     Closes: #736662.
+  * Add superlu support.  Closes: #671062.
 
  -- Drew Parsons <dparsons at debian.org>  Thu, 24 Sep 2015 11:55:47 +0800
 
diff --git a/debian/control b/debian/control
index 31c187b..05ec982 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 9), quilt, python (>= 2.2), gfortran,
  libspooles-dev (>= 2.2-6), libhypre-dev (>= 2.4.0), libptscotch-dev,
  libhdf5-mpi-dev (>= 1.8.8),
  libblacs-mpi-dev, libscalapack-mpi-dev, libmumps-dev,
- libfftw3-dev, libfftw3-mpi-dev, libssl-dev
+ libfftw3-dev, libfftw3-mpi-dev, libssl-dev,
+ libsuperlu-dev
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/petsc.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/petsc.git
 Homepage: http://www.mcs.anl.gov/petsc
diff --git a/debian/rules b/debian/rules
index a3de6d7..e8271d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,6 +88,7 @@ CONFIGURATION_OPTIONS=--with-shared-libraries \
 	  --with-ptscotch-lib=[/usr/lib/libptesmumps.so,/usr/lib/libptscotch.so,/usr/lib/libptscotcherr.so] \
 	  --with-fftw=1 --with-fftw-include=/usr/include \
 	  --with-fftw-lib=[/usr/lib/$(DEB_HOST_MULTIARCH)/libfftw3.so,/usr/lib/$(DEB_HOST_MULTIARCH)/libfftw3_mpi.so] \
+	  --with-superlu=1 --with-superlu-include=/usr/include/superlu --with-superlu-lib=-lsuperlu \
 	  $(PETSC_HDF5_FLAGS) --CXX_LINKER_FLAGS="-Wl,--no-as-needed" 
 #	  --with-hypre=1 --with-hypre-dir=/usr \
 

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



More information about the debian-science-commits mailing list