[hypre] 01/02: Don't install internal superlu header files in /usr/include/hypre

Drew Parsons dparsons at moszumanska.debian.org
Thu Nov 3 18:40:26 UTC 2016


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

dparsons pushed a commit to tag debian/2.11.1-3
in repository hypre.

commit 03a08d816a08c4111271d157fe5bed935b094cfa
Author: Drew Parsons <dparsons at debian.org>
Date:   Fri Nov 4 01:51:13 2016 +0800

    Don't install internal superlu header files in /usr/include/hypre
    
    It may interfere with access to the system superlu, if a client
    uses both superlu and hypre (like petsc does).
---
 debian/changelog                      | 8 ++++++++
 debian/patches/superlu_internal.patch | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f725d5f..7faaba3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hypre (2.11.1-3) UNRELEASED; urgency=medium
+
+  * Don't install internal superlu header files in /usr/include/hypre
+    It may interfere with access to the system superlu, if a client
+    uses both superlu and hypre.
+
+ -- Drew Parsons <dparsons at debian.org>  Fri, 04 Nov 2016 01:48:17 +0800
+
 hypre (2.11.1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/superlu_internal.patch b/debian/patches/superlu_internal.patch
index cc3f640..d4d142d 100644
--- a/debian/patches/superlu_internal.patch
+++ b/debian/patches/superlu_internal.patch
@@ -25,7 +25,7 @@ Index: hypre/src/FEI_mv/SuperLU/SRC/Makefile
  install: libHYPRE_superlu${HYPRE_LIB_SUFFIX}
 -	cp -f *.h $(HYPRE_INC_INSTALL)
 -#	cp -f libHYPRE* $(HYPRE_LIB_INSTALL)
-+	cp -fR *.h $(HYPRE_INC_INSTALL)
++#	cp -fR *.h $(HYPRE_INC_INSTALL)
 +	cp -fR libHYPRE* $(HYPRE_LIB_INSTALL)
  	@echo  " "
  

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