[hypre] 01/08: reenable build with mli and fei with external blas, lapack

Drew Parsons dparsons at moszumanska.debian.org
Tue Nov 1 08:47: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 a0bd69c284e3021e3eee0e90b106a7774f4e09a4
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue Nov 1 11:18:48 2016 +0800

    reenable build with mli and fei with external blas,lapack
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 823fa99..2d8f6cb 100644
--- a/debian/rules
+++ b/debian/rules
@@ -21,11 +21,9 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 
 # extra flags set to be similar to what petsc requires
 extra_flags += \
-  --without-mli \
-  --without-fei \
   --without-superlu \
   --with-blas \
-  --with-lapack \
+  --with-lapack-libs="lapack" --with-lapack-lib-dirs="/usr/lib/lapack" \
   --prefix=$(CURDIR)/debian/tmp/usr
 
 # To get petsc support when indexTypes.integerSize == 64

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