diff --git a/.gitignore b/.gitignore index a53683c..c93efb5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ hwloc-1.0.2.tar.bz2 /hwloc-1.2.tar.bz2 /hwloc-1.2.1.tar.bz2 /hwloc-1.2.2.tar.bz2 +/hwloc-1.3.tar.bz2 diff --git a/hwloc.spec b/hwloc.spec index 1f71be9..7e2fa2f 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,14 +1,14 @@ Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures Name: hwloc -Version: 1.2.2 -Release: 1%{?dist} +Version: 1.3 +Release: 0%{?dist} License: BSD Group: Applications/System URL: http://www.open-mpi.org/projects/hwloc/ -Source0: http://www.open-mpi.org/software/hwloc/v1.2/downloads/%{name}-%{version}.tar.bz2 +Source0: http://www.open-mpi.org/software/hwloc/v1.3/downloads/%{name}-%{version}.tar.bz2 #Patch0: hwloc-1.2.1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel +BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel libibverbs-devel pciutils-devel %ifnarch s390 s390x BuildRequires: numactl-devel %endif @@ -106,6 +106,11 @@ Headers and shared object symbolic links for the hwloc. %changelog +* 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 diff --git a/sources b/sources index 1aa32e6..2e7b3d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6d3dbe7f661b7bd8cf3ba719cc2bedf hwloc-1.2.2.tar.bz2 +e3ba4029ff4956727431495b642d1afb hwloc-1.3.tar.bz2