[petsc] 01/07: temporarily deactivate hypre

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 354ccceaddac54764682d00a59ddc7c1945a3b1b
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Oct 4 23:12:34 2015 +0800

    temporarily deactivate hypre
    
    Support for HYPRE is temporarily deactivated pending updating of
    HYPRE to version 2.10.0b-p2 in Debian.
    
    PETSc 3.6.2 cannot build against hypre 2.8.0b-2.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 373dbe4..bc600ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ petsc (3.6.2.dfsg1-1) UNRELEASED; urgency=medium
        separately at https://bitbucket.org/petsc/win32fe but we don't
        need it and therefore don't include it)
   * Standards version 3.9.6.
+  * Support for HYPRE is temporarily deactivated, pending updating of
+    HYPRE to version 2.10.0b-p2 in Debian.
 
  -- Drew Parsons <dparsons at debian.org>  Thu, 24 Sep 2015 11:55:47 +0800
 
diff --git a/debian/rules b/debian/rules
index 6910eea..3353e02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,12 +84,12 @@ CONFIGURATION_OPTIONS=--with-shared-libraries \
 	  --with-suitesparse-lib="-lumfpack -lamd -lcholmod -lklu" \
 	  --with-spooles=1 --with-spooles-include=/usr/include/spooles \
 	  --with-spooles-lib=/usr/lib/libspooles.so \
-	  --with-hypre=1 --with-hypre-dir=/usr \
 	  --with-ptscotch=1 --with-ptscotch-include=/usr/include/scotch \
 	  --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] \
 	  $(PETSC_HDF5_FLAGS) --CXX_LINKER_FLAGS="-Wl,--no-as-needed" 
+#	  --with-hypre=1 --with-hypre-dir=/usr \
 
 
 # main packaging script based on dh7 syntax

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