[adios] 05/13: Don't include '-lcr' for MPI builds on hppa

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Mar 1 11:42:53 UTC 2016


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

mckinstry pushed a commit to tag debian/1.9.0-8
in repository adios.

commit 529a75b7fbd930afd0889777713f24229aeb6713
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Nov 4 18:29:39 2015 +0000

    Don't include '-lcr' for MPI builds on hppa
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ab7b187..f973dd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 adios (1.9.0-5) unstable; urgency=medium
 
   * Fix typo in build rules for s390x.
+  * Don't include '-lcr' for MPI builds on hppa
 
  -- Alastair McKinstry <mckinstry at debian.org>  Wed, 04 Nov 2015 18:27:29 +0000
 
diff --git a/debian/rules b/debian/rules
index 9e4eea6..2d9e78f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,9 @@ eodif
 ifeq ($(ARCH),s390x)
 MPI_LIBS:= -Wl,-z,relro  -lmpich -lopa -lmpl  -lrt -lpthread
 endif
+ifeq ($(ARCH),hppa)
+	MPI_LIBS:= -Wl,-z,relro  -lmpich -lopa -lmpl  -lrt -lpthread
+endif
 ifeq ($(ARCH), powerpc)
 #   DO_TEST:= false
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git



More information about the debian-science-commits mailing list