[adios] 206/207: re-enable tests on bigendian systems on sid

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:05:00 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 6de464b797bb6d182a05c2ac67bdb54b50645def
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue May 19 07:24:09 2015 +0100

    re-enable tests on bigendian systems on sid
---
 debian/changelog |  1 +
 debian/rules     | 18 +++---------------
 2 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 883bb3f..d36fd90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ adios (1.8.0-1) UNRELEASED; urgency=medium
   * adios_config: Fix typo: pkgconfig -> pkg-config
   * No longer ship FindADIOS.cmake; recommend pkg-config instead.
     Closes: #784766.
+  * Re-enable tests for big-endian systems on sid 
 
  -- Alastair McKinstry <mckinstry at debian.org>  Thu, 08 Jan 2015 22:04:42 +0000
 
diff --git a/debian/rules b/debian/rules
index de9f430..12d84f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,31 +13,19 @@ include /usr/share/mpi-default-dev/debian_defaults
 #endif
 
 ARCH:=$(shell dpkg --print-architecture)
-WITH_LUSTRE :=
 WITH_IBVERBS:= --with-ibverbs=/usr
 DO_TEST:= true
 
 # Do tests on little-endian only for the moment;
-# lustre currently not provided in Debian sid
-
-ifeq ($(ARCH), i386)
-#  WITH_LUSTRE:= --with-lustre=/usr
-endif
-ifeq ($(ARCH), amd64)
-#  WITH_LUSTRE:= --with-lustre=/usr
-endif
 ifeq ($(ARCH), powerpc)
-#  WITH_LUSTRE:= --with-lustre=/usr
-   DO_TEST:= false
+#   DO_TEST:= false
 endif
-ifeq ($(ARCH), ia64)
-#  WITH_LUSTRE:= --with-lustre=/usr
 endif
 ifeq ($(ARCH), sparc)
-   DO_TEST:= false
+#   DO_TEST:= false
 endif
 ifeq ($(ARCH), mips)
-   DO_TEST:= false
+#   DO_TEST:= false
 endif
 ifeq ($(ARCH),hurd-i386)
   WITH_IBVERBS:=

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