Update to 1.3
This commit is contained in:
parent
14f0f68b5a
commit
e2dc92b75f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
13
hwloc.spec
13
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 <hladky.jiri@gmail.com> - 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 <hladky.jiri@gmail.com> - 1.2.2-1
|
||||
- moved *.so to the devel package
|
||||
- libhwloc*so* in the main package
|
||||
|
Loading…
Reference in New Issue
Block a user