[hypre] 01/02: build against external superlu-dist
Drew Parsons
dparsons at moszumanska.debian.org
Tue Nov 14 11:47:55 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 3ebed85bae2fafc162159af3cac61542829f10dd
Author: Drew Parsons <dparsons at debian.org>
Date: Tue Nov 14 19:38:21 2017 +0800
build against external superlu-dist
---
debian/changelog | 3 ++-
debian/control | 2 +-
debian/rules | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aea9d3d..a390b1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,8 @@ hypre (2.13.0-1exp1) UNRELEASED; urgency=medium
- new multigrid reduction (MGR) solver
- updates AMG Hybrid solver with BoomerAMG
- now uses external SuperLU (remove debian superlu_internal.patch)
- Build-Depends: libsuperlu-dev
+ and SuperLU-Dist.
+ Build-Depends: libsuperlu-dev, libsuperlu-dist-dev
- regression: breaks build of distributed_ls/pilut. Fixed with
debian patch pilut_blas_mangle.patch to use external BLAS.
Build-Depends: libopenblas-dev | libatlas-base-dev |
diff --git a/debian/control b/debian/control
index 5407fc9..d25f0c9 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
gfortran,
libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
liblapack-dev | liblapack.so,
- libsuperlu-dev,
+ libsuperlu-dev, libsuperlu-dist-dev,
libltdl-dev,
libtool,
mpi-default-dev,
diff --git a/debian/rules b/debian/rules
index 1ef57a8..5c60574 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
extra_flags += \
--with-fei --with-mli \
--with-superlu --with-superlu-include=/usr/include/superlu --with-superlu-lib="-lsuperlu" \
+ --with-dsuperlu --with-dsuperlu-include=/usr/include/superlu-dist --with-dsuperlu-lib="-lsuperlu_dist" \
--with-blas --with-blas-lib="-lblas" \
--with-lapack-libs="lapack" --with-lapack-lib-dirs="/usr/lib/lapack" --with-fmangle-lapack="one-underscore" \
--prefix=$(CURDIR)/debian/tmp/usr
--
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