[petsc] 01/01: remove PETSC_MPI_DIR in debian/rules (no longer used)

Drew Parsons dparsons at moszumanska.debian.org
Mon Dec 25 12:14:29 UTC 2017


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

dparsons pushed a commit to branch experimental
in repository petsc.

commit a2e934b05eb3bfb2acdb1ec32da8e585ad6b02de
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Dec 25 23:11:10 2017 +1100

    remove PETSC_MPI_DIR in debian/rules (no longer used)
    
    follows from a3c279e2479af2cedff13d2437bda2ae31468a2c
    "remove configure option --with-mpi-dir".
    
    PETSC_MPI_DIR was also misleading since it was set with multiarch, but
    the generic mpi dir for mpich is not multiarch (/usr/lib/mpich).  No
    point setting up a conditional PETSC_MPI_DIR if it's no longer being
    used anyway.
---
 debian/rules | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d80ca05..dbee2dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,6 @@ 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/$(DEB_HOST_MULTIARCH)/$(PETSC_MPI)
 
 # PETSc has a tight dependency on the MPI minor version:
 # the Major.Minor 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