[adios] 23/207: build fixes

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:26 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit 99d8217ed025a2baa9c07063296217f62e8b972b
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Aug 15 16:23:56 2011 +0100

    build fixes
---
 debian/rules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 845ac0b..0eb324d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 
 # Cope with lam not providing mpicc.
-.  /usr/share/mpi-default-dev/debian_defaults 
+include /usr/share/mpi-default-dev/debian_defaults 
 ifeq ($(ARCH_DEFAULT_MPI_IMPL),lam)
   CC:=gcc
 else
@@ -14,16 +14,16 @@ ARCH:=$(shell dpkg --print-architecture)
 WITH_LUSTRE := 
 
 ifeq ($(ARCH), i386) 
-  WITH_LUSTRE:= --with-lustre
+  WITH_LUSTRE:= --with-lustre=/usr
 endif
 ifeq ($(ARCH), amd64)
-  WITH_LUSTRE:= --with-lustre
+  WITH_LUSTRE:= --with-lustre=/usr
 endif
 ifeq ($(ARCH), powerpc) 
-  WITH_LUSTRE:= --with-lustre
+  WITH_LUSTRE:= --with-lustre=/usr
 endif
 ifeq ($(ARCH), ia64) 
-  WITH_LUSTRE:= --with-lustre
+  WITH_LUSTRE:= --with-lustre=/usr
 endif
 
 BINDIR=debian/libadios-dev/usr/bin

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