Update to 1.4-1
This commit is contained in:
parent
63a3dc87aa
commit
93698e74ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ hwloc-1.0.2.tar.bz2
|
|||||||
/hwloc-1.2.2.tar.bz2
|
/hwloc-1.2.2.tar.bz2
|
||||||
/hwloc-1.3.tar.bz2
|
/hwloc-1.3.tar.bz2
|
||||||
/hwloc-1.4.tar.bz2
|
/hwloc-1.4.tar.bz2
|
||||||
|
/hwloc-1.4.1.tar.bz2
|
||||||
|
14
hwloc.spec
14
hwloc.spec
@ -1,19 +1,20 @@
|
|||||||
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
||||||
Name: hwloc
|
Name: hwloc
|
||||||
Version: 1.4
|
Version: 1.4.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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.3/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
|
||||||
|
|
||||||
BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel pciutils-devel transfig doxygen w3m
|
BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel libibverbs-devel pciutils-devel transfig doxygen w3m
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
BuildRequires: libibverbs-devel
|
BuildRequires: libibverbs-devel
|
||||||
%endif
|
%endif
|
||||||
%ifnarch s390 s390x %{arm}
|
%ifnarch s390 s390x %{arm}
|
||||||
BuildRequires: numactl-devel
|
BuildRequires: numactl-devel
|
||||||
|
Requires: numactl-libs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -76,6 +77,7 @@ Headers and shared object symbolic links for the hwloc.
|
|||||||
%{_mandir}/man1/lstopo*
|
%{_mandir}/man1/lstopo*
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%{_datadir}/%{name}/%{name}.dtd
|
%{_datadir}/%{name}/%{name}.dtd
|
||||||
|
%{_datadir}/%{name}/%{name}-valgrind.supp
|
||||||
%dir %{_defaultdocdir}/%{name}-%{version}
|
%dir %{_defaultdocdir}/%{name}-%{version}
|
||||||
%{_defaultdocdir}/%{name}-%{version}/*[^c]
|
%{_defaultdocdir}/%{name}-%{version}/*[^c]
|
||||||
%{_libdir}/libhwloc*so.*
|
%{_libdir}/libhwloc*so.*
|
||||||
@ -92,6 +94,10 @@ Headers and shared object symbolic links for the hwloc.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 16 2012 Jirka Hladky <hladky.jiri@gmail.com> - 1.4.1-1
|
||||||
|
- Update to version 1.4.1
|
||||||
|
- BZ812622 - libnuma was splitted out of numactl package
|
||||||
|
|
||||||
* Thu Apr 12 2012 Dan Horák <dan[at]danny.cz> - 1.4-2
|
* Thu Apr 12 2012 Dan Horák <dan[at]danny.cz> - 1.4-2
|
||||||
- no InfiniBand on s390(x)
|
- no InfiniBand on s390(x)
|
||||||
|
|
||||||
@ -105,7 +111,7 @@ Headers and shared object symbolic links for the hwloc.
|
|||||||
- 1.3 release
|
- 1.3 release
|
||||||
- added dependency on libibverbs-devel pciutils-devel
|
- added dependency on libibverbs-devel pciutils-devel
|
||||||
- cannot provide support for cuda (cuda_runtime_api.h).
|
- cannot provide support for cuda (cuda_runtime_api.h).
|
||||||
- Nvidia CUDA is free but not open-source therefore not in Fedora.
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user