From 47a0dd5640b76361558c17f43dd20da6ba2e6df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sat, 19 Nov 2011 17:00:44 +0100 Subject: [PATCH] no InfiniBand on s390(x) --- hwloc.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/hwloc.spec b/hwloc.spec index 62f8e0f..5ba8fd7 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,14 +1,17 @@ Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures Name: hwloc Version: 1.3 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Applications/System URL: http://www.open-mpi.org/projects/hwloc/ Source0: http://www.open-mpi.org/software/hwloc/v1.3/downloads/%{name}-%{version}.tar.bz2 #Patch0: hwloc-1.2.1.patch -BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel libibverbs-devel pciutils-devel +BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel pciutils-devel +%ifnarch s390 s390x +BuildRequires: libibverbs-devel +%endif %ifnarch s390 s390x %{arm} BuildRequires: numactl-devel %endif @@ -102,16 +105,22 @@ Headers and shared object symbolic links for the hwloc. %changelog +* Fri Nov 18 2011 Dan HorĂ¡k - 1.3-2 +- no InfiniBand on s390(x) + * Mon Nov 14 2011 Peter Robinson - 1.3-1 - Update build for ARM support + * Sat Oct 15 2011 Jirka Hladky - 1.3-0 - 1.3 release - added dependency on libibverbs-devel pciutils-devel - cannot provide support for cuda (cuda_runtime_api.h). - Nvidia CUDA is free but not open-source therefore not in Fedora. + * Fri Oct 07 2011 Jirka Hladky - 1.2.2-1 - moved *.so to the devel package - libhwloc*so* in the main package + * Wed Oct 05 2011 Jirka Hladky - 1.2.2-0 - 1.2.2 release - Fix for BZ https://bugzilla.redhat.com/show_bug.cgi?id=724937 for 32-bit PPC