[petsc] 01/02: update for multiarch MPI

Drew Parsons dparsons at moszumanska.debian.org
Wed Dec 21 11:12:28 UTC 2016


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

dparsons pushed a commit to branch master
in repository petsc.

commit 9d2ea510bddaa469ad5a95af28967ca2829a6931
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Dec 21 18:29:34 2016 +0800

    update for multiarch MPI
    
    Closes: #848784.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dee15f8..0afab45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+petsc (3.7.4+dfsg1-8) UNRELEASED; urgency=medium
+
+  * update for multiarch MPI. Closes: #848784.
+
+ -- Drew Parsons <dparsons at debian.org>  Wed, 21 Dec 2016 18:25:27 +0800
+
 petsc (3.7.4+dfsg1-7) unstable; urgency=medium
 
   * link include/petsc/finclude docs to headers
diff --git a/debian/rules b/debian/rules
index 6f0f135..e8389a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ PETSC_ARCH=$(DEB_HOST_MULTIARCH)
 # available at build time.
 include /usr/share/mpi-default-dev/debian_defaults
 PETSC_MPI=$(ARCH_DEFAULT_MPI_IMPL)
-PETSC_MPI_DIR=/usr/lib/$(PETSC_MPI)
+PETSC_MPI_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)/$(PETSC_MPI)
 
 # PETSc has a tight dependency on the MPI version:
 # the release/patch version of the current MPI must match the one that

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