[hypre] 01/01: Refresh debian patch superlu_internal.patch

Drew Parsons dparsons at moszumanska.debian.org
Wed Oct 18 18:24:37 UTC 2017


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

dparsons pushed a commit to branch experimental
in repository hypre.

commit 945b8b5b68852e1d83ac8aa1bec90007802b4be7
Author: Drew Parsons <dparsons at debian.org>
Date:   Thu Oct 19 02:23:09 2017 +0800

    Refresh debian patch superlu_internal.patch
    
    superlu handling is now already applied in upstream configure
---
 debian/changelog                      |  8 ++++++++
 debian/patches/superlu_internal.patch | 36 -----------------------------------
 2 files changed, 8 insertions(+), 36 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5dbc9d3..dbabdb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hypre (2.12.1-1exp2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Refresh debian patch superlu_internal.patch
+    (superlu handling is now already applied in upstream configure)
+
+ -- Drew Parsons <dparsons at debian.org>  Thu, 19 Oct 2017 02:21:04 +0800
+
 hypre (2.12.1-1exp1) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/superlu_internal.patch b/debian/patches/superlu_internal.patch
index 1a0ed61..3a9cb81 100644
--- a/debian/patches/superlu_internal.patch
+++ b/debian/patches/superlu_internal.patch
@@ -40,39 +40,3 @@ Index: hypre/src/FEI_mv/SuperLU/SRC/Makefile
  
  ${OBJS}: ${HEADERS}
  
-Index: hypre/src/config/configure.in
-===================================================================
---- hypre.orig/src/config/configure.in
-+++ hypre/src/config/configure.in
-@@ -1270,6 +1270,13 @@ then
-    else
-       HYPRE_FEI_FEMLI_FILES=
-    fi
-+   if test "$hypre_using_superlu" = "yes"
-+   then
-+      HYPRE_FEI_SUBDIRS="SuperLU $HYPRE_FEI_SUBDIRS"
-+      HYPRE_FEI_SUPERLU_FILES="$HYPRE_SRCDIR/FEI_mv/SuperLU/SRC/*.o"
-+   else
-+      HYPRE_FEI_SUPERLU_FILES=
-+   fi
-    if test "$hypre_user_chose_fei" = "no"
-    then
-       HYPRE_FEI_BASE_DIR="$HYPRE_SRCDIR/FEI_mv/fei-base"
-Index: hypre/src/configure
-===================================================================
---- hypre.orig/src/configure
-+++ hypre/src/configure
-@@ -7291,6 +7291,13 @@ then
-    else
-       HYPRE_FEI_FEMLI_FILES=
-    fi
-+   if test "$hypre_using_superlu" = "yes"
-+   then
-+      HYPRE_FEI_SUBDIRS="SuperLU $HYPRE_FEI_SUBDIRS"
-+      HYPRE_FEI_SUPERLU_FILES="$HYPRE_SRCDIR/FEI_mv/SuperLU/SRC/*.o"
-+   else
-+      HYPRE_FEI_SUPERLU_FILES=
-+   fi
-    if test "$hypre_user_chose_fei" = "no"
-    then
-       HYPRE_FEI_BASE_DIR="$HYPRE_SRCDIR/FEI_mv/fei-base"

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



More information about the debian-science-commits mailing list