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.tar.bz2
|
||||||
/hwloc-1.2.1.tar.bz2
|
/hwloc-1.2.1.tar.bz2
|
||||||
/hwloc-1.2.2.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
|
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
||||||
Name: hwloc
|
Name: hwloc
|
||||||
Version: 1.2.2
|
Version: 1.3
|
||||||
Release: 1%{?dist}
|
Release: 0%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.open-mpi.org/projects/hwloc/
|
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
|
#Patch0: hwloc-1.2.1.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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
|
%ifnarch s390 s390x
|
||||||
BuildRequires: numactl-devel
|
BuildRequires: numactl-devel
|
||||||
%endif
|
%endif
|
||||||
@ -106,6 +106,11 @@ Headers and shared object symbolic links for the hwloc.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 07 2011 Jirka Hladky <hladky.jiri@gmail.com> - 1.2.2-1
|
||||||
- moved *.so to the devel package
|
- moved *.so to the devel package
|
||||||
- libhwloc*so* in the main package
|
- libhwloc*so* in the main package
|
||||||
|
Loading…
Reference in New Issue
Block a user