[petsc] 01/01: Temporarily disable SuperLU support.

Drew Parsons dparsons at moszumanska.debian.org
Sun May 15 08:27:43 UTC 2016


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

dparsons pushed a commit to branch experimental
in repository petsc.

commit 47c454b21852cedfd36665831b40b5207468751f
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun May 15 13:25:48 2016 +0800

    Temporarily disable SuperLU support.
    
    PETSc 3.7 requires SuperLU 5.2.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 06ecc31..0e0243f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 petsc (3.7.0.dfsg1-1) UNRELEASED; urgency=medium
 
   * New upstream version.
+  * Temporarily disable SuperLU support: 
+      PETSc 3.7 requires SuperLU 5.2.
 
  -- Drew Parsons <dparsons at debian.org>  Thu, 12 May 2016 23:22:48 +0800
 
diff --git a/debian/rules b/debian/rules
index d7a0306..9c5034b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,7 +97,7 @@ CONFIGURATION_OPTIONS=--with-shared-libraries \
 	  --with-spooles=1 --with-spooles-include=/usr/include/spooles --with-spooles-lib=-lspooles \
 	  --with-ptscotch=1 --with-ptscotch-include=/usr/include/scotch --with-ptscotch-lib="-lptesmumps -lptscotch -lptscotcherr" \
 	  --with-fftw=1 --with-fftw-include=[] --with-fftw-lib="-lfftw3 -lfftw3_mpi" \
-	  --with-superlu=1 --with-superlu-include=/usr/include/superlu --with-superlu-lib=-lsuperlu \
+	  --with-superlu=0 \
 	  $(PETSC_HDF5_FLAGS) --CXX_LINKER_FLAGS="-Wl,--no-as-needed"
 
 

-- 
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