[hypre] 07/09: update blas.patch for multiarch blas

Drew Parsons dparsons at moszumanska.debian.org
Fri Sep 29 06:41:37 UTC 2017


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

dparsons pushed a commit to tag experimental/2.11.2-1
in repository hypre.

commit 4576445dc4ae3c86fb750b2d0d5153bbd76df578
Author: Drew Parsons <dparsons at debian.org>
Date:   Fri Sep 29 12:37:43 2017 +0800

    update blas.patch for multiarch blas
    
    BLASLIBDIRS is returned empty instead of "null".
    
    Thanks Adrian Bunk.
    Closes: #877054.
---
 debian/changelog          |  4 ++++
 debian/patches/blas.patch | 15 +++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5c705c..7964aef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ hypre (2.11.2-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream version.
   * Standards-Version: 4.1.0
+  * Refresh debian patches
+    - "hypre_lapack.h" now included where needed
+    - blas.patch: for multiarch blas, BLASLIBDIRS is returned empty
+      instead of "null". Thanks Adrian Bunk. Closes: #877054.
 
  -- Drew Parsons <dparsons at debian.org>  Fri, 29 Sep 2017 12:18:26 +0800
 
diff --git a/debian/patches/blas.patch b/debian/patches/blas.patch
index a63bd60..5c9328c 100644
--- a/debian/patches/blas.patch
+++ b/debian/patches/blas.patch
@@ -13,3 +13,18 @@ Index: hypre/src/config/hypre_blas_macros.m4
  
  #***************************************************************
  #   Check for function dgemm in BLAS_LIB_NAMES
+@@ -123,10 +123,14 @@ AC_DEFUN([AC_HYPRE_FIND_BLAS],
+ #***************************************************************
+   if test "$BLASLIBS" != "null" -a "$BLASLIBS" != "internal"; then
+      BLASLIBS="-l$BLASLIBS"
++  else
++     BLASLIBS=""
+   fi
+ 
+   if test "$BLASLIBDIRS" != "null"; then
+      BLASLIBDIRS="-L$BLASLIBDIRS"
++  else
++     BLASLIBDIRS=""
+   fi
+ 
+ #***************************************************************

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