[hypre] 02/02: internal superlu also needs BLAS libraries

Drew Parsons dparsons at moszumanska.debian.org
Tue Nov 1 10:58:53 UTC 2016


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

dparsons pushed a commit to branch experimental
in repository hypre.

commit 8b744dc8159e18e695b711dc66b18824eb12ac86
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue Nov 1 18:50:32 2016 +0800

    internal superlu also needs BLAS libraries
---
 debian/patches/superlu_internal.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/superlu_internal.patch b/debian/patches/superlu_internal.patch
index 92f359a..6086b41 100644
--- a/debian/patches/superlu_internal.patch
+++ b/debian/patches/superlu_internal.patch
@@ -7,7 +7,7 @@ Index: hypre/src/FEI_mv/SuperLU/SRC/Makefile
   slu_util.h\
   supermatrix.h
 +
-+SYSTEM_LIBS = ${LAPACKLIBDIRS} ${LAPACKLIBS} -lm
++SYSTEM_LIBS = ${BLASLIBDIRS} ${BLASLIBS} ${LAPACKLIBDIRS} ${LAPACKLIBS} -lm
 +
  #######################################
  

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