[petsc] 03/04: Remove mpich workaround for blacs-mpi, since the latter has been fixed.
Sébastien Villemot
sebastien at debian.org
Sat Mar 1 13:17:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository petsc.
commit e134eb39a2eb8d99a9d7164c79a9a9d70bb814cc
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sat Mar 1 12:38:33 2014 +0100
Remove mpich workaround for blacs-mpi, since the latter has been fixed.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index c0506ec..7c04aa0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ PETSC_ARCH=$(DEB_BUILD_GNU_SYSTEM)
include /usr/share/mpi-default-dev/debian_defaults
PETSC_MPI=$(ARCH_DEFAULT_MPI_IMPL)
PETSC_MPI_DIR=/usr/lib/$(PETSC_MPI)
-# The following is a workaround for blacs-mpi and scalapack, whose libraries
+# The following is a workaround for scalapack, whose libraries
# still have the mpich2 suffix
ifeq ($(PETSC_MPI),mpich)
PETSC_MPI_ALT=mpich2
@@ -105,7 +105,7 @@ build-arch:
--with-mpi-dir=$(PETSC_MPI_DIR) \
--with-blas-lib=-lblas --with-lapack-lib=-llapack \
--with-blacs=1 --with-blacs-include=/usr/include \
- --with-blacs-lib=[/usr/lib/libblacsCinit-$(PETSC_MPI_ALT).so,/usr/lib/libblacs-$(PETSC_MPI_ALT).so] \
+ --with-blacs-lib=[/usr/lib/libblacsCinit-$(PETSC_MPI).so,/usr/lib/libblacs-$(PETSC_MPI).so] \
--with-scalapack=1 --with-scalapack-include=/usr/include \
--with-scalapack-lib=/usr/lib/libscalapack-$(PETSC_MPI_ALT).so \
--with-mumps=1 --with-mumps-include=/usr/include \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/petsc.git
More information about the debian-science-commits
mailing list