Marcus Meissner
99b8fdd9ac
- Update to Version 1.10.0 * v1.10.0 is the new feature release. There is no new major change in this release, just improvements everywhere. If you are buying new Intel Xeon E5 with 10 cores or more, this release is required for proper Socket/NUMA detection until the Linux kernel gets fixed. * API + Add hwloc_topology_export_synthetic() to export a topology to a synthetic string without using lstopo. See the Synthetic topologies section in the documentation. + Add hwloc_topology_set/get_userdata() to let the application save a private pointer in the topology whenever it needs a way to find its own object corresponding to a topology. + Add hwloc_get_numanode_obj_by_os_index() and document that this function as well as hwloc_get_pu_obj_by_os_index() are good at converting nodesets and cpusets into objects. + hwloc_distrib() does not ignore any objects anymore when there are too many of them. They get merged with others instead. Thanks to Tim Creech for reporting the issue. * Tools + hwloc-bind --get <command-line> now executes the command after displaying the binding instead of ignoring the command entirely. Thanks to John Donners for the suggestion. + Clarify that memory sizes shown in lstopo are local by default unless specified (total memory added in the root object). * Synthetic topologies + Synthetic topology descriptions may now specify attributes such as memory sizes and OS indexes. See the Synthetic topologies section in the documentation. + lstopo now exports in this fully-detailed format by default. OBS-URL: https://build.opensuse.org/request/show/265428 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=8
199 lines
6.1 KiB
RPMSpec
199 lines
6.1 KiB
RPMSpec
#
|
|
# spec file for package hwloc
|
|
#
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%global lname libhwloc5
|
|
%define sversion 1.10
|
|
Name: hwloc
|
|
Version: 1.10.0
|
|
Release: 2%{?dist}
|
|
Summary: Portable Hardware Locality
|
|
License: BSD-3-Clause
|
|
Group: Productivity/Clustering/Computing
|
|
Url: http://www.open-mpi.org/projects/hwloc/
|
|
Source0: http://www.open-mpi.org/software/hwloc/v%{sversion}/downloads/%{name}-%{version}.tar.bz2
|
|
Requires: %{lname} = %{version}-%{release}
|
|
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: doxygen
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: libtool
|
|
%if 0%{?suse_version} <= 1220 && !0%{?suse_version}
|
|
BuildRequires: pkgconfig(cairo)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: pkgconfig(pciaccess)
|
|
BuildRequires: pkgconfig(x11)
|
|
%else
|
|
BuildRequires: cairo-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: xorg-x11-libICE-devel
|
|
BuildRequires: xorg-x11-libSM-devel
|
|
BuildRequires: xorg-x11-libX11-devel
|
|
%endif
|
|
#BuildRequires: libXNVCtrl-devel
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: update-desktop-files
|
|
#BuildRequires: texlive-latex
|
|
%if 0%{?suse_version} <= 1220
|
|
BuildRequires: texlive-bin-latex
|
|
%else
|
|
BuildRequires: texlive-makeindex-bin
|
|
%endif
|
|
BuildRequires: transfig
|
|
BuildRequires: w3m
|
|
# % ifnarch s390 s390x
|
|
# BuildRequires: libibverbs-devel
|
|
# % endif
|
|
%ifnarch s390 s390x i586 %{arm}
|
|
BuildRequires: libnuma-devel
|
|
%endif
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
The Portable Hardware Locality (hwloc) software package provides
|
|
a portable abstraction (across OS, versions, architectures, ...)
|
|
of the hierarchical topology of modern architectures, including
|
|
NUMA memory nodes, shared caches, processor sockets, processor cores
|
|
and processing units (logical processors or "threads"). It also gathers
|
|
various system attributes such as cache and memory information. It primarily
|
|
aims at helping applications with gathering information about modern
|
|
computing hardware so as to exploit it accordingly and efficiently.
|
|
|
|
hwloc may display the topology in multiple convenient formats.
|
|
It also offers a powerful programming interface (C API) to gather information
|
|
about the hardware, bind processes, and much more.
|
|
|
|
%package lstopo
|
|
Summary: Shows the topology in various formats
|
|
Group: Productivity/Clustering/Computing
|
|
|
|
%description lstopo
|
|
Lstopo shows the topology of the system in various formats.
|
|
|
|
|
|
%package devel
|
|
Summary: Headers and shared development libraries for hwloc
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %{lname} = %{version}
|
|
Provides: lib%{name}-devel = %{version}-%{release}
|
|
Obsoletes: lib%{name}-devel <= 1.4.1
|
|
|
|
%description devel
|
|
Headers and shared object symbolic links for the hwloc.
|
|
|
|
%package -n %{lname}
|
|
Summary: Run time libraries for the hwloc
|
|
Group: System/Libraries
|
|
Requires: %{name}-data
|
|
|
|
%description -n %{lname}
|
|
Run time libraries for the %{name}.
|
|
|
|
%package data
|
|
Summary: Run time data for hwloc
|
|
Group: Development/Libraries/C and C++
|
|
|
|
%description data
|
|
Run time data for the hwloc.
|
|
|
|
%package doc
|
|
Summary: Documentation for hwloc
|
|
Group: Documentation/Other
|
|
|
|
%description doc
|
|
Package contains documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%if 0%{?sles_version}
|
|
sed -i 's/1.11 dist-bzip2 subdir-objects foreign tar-ustar parallel-tests -Wall -Werror/1.10 dist-bzip2 subdir-objects foreign tar-ustar -Wall -Werror/g' configure.ac
|
|
%endif
|
|
autoreconf --force --install
|
|
sed -i "s;(LN_S) lstopo-no-graphics;(LN_S) lstopo;g" utils/lstopo/Makefile.in
|
|
%configure
|
|
##sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
##sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
%{__make} %{?_smp_mflags} V=1
|
|
|
|
%install
|
|
%{__make} install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
|
|
%suse_update_desktop_file -r hwloc-ls System Monitor
|
|
#Fix wrong permition on file hwloc-assembler-remote => I have reported this to upstream already
|
|
%{__chmod} 0755 %{buildroot}%{_bindir}/hwloc-assembler-remote
|
|
# We don't ship .la files.
|
|
%{__rm} -rf %{buildroot}%{_libdir}/libhwloc.la
|
|
|
|
# documentation will be handled by % doc macro
|
|
%{__rm} -rf %{buildroot}%{_datadir}/doc/ doc/doxygen-doc/man
|
|
%{__rm} -rf doc/.deps
|
|
%fdupes -s %{buildroot}/%{_mandir}/man1
|
|
%fdupes -s %{buildroot}/%{_mandir}/man3
|
|
%fdupes -s %{buildroot}/%{_mandir}/man7
|
|
%fdupes -s doc/
|
|
|
|
%check
|
|
#XXX: this is weird, but make check got broken by removing doxygen-doc/man above
|
|
# the only one fix is to install documentation by hand, or to ignore check error
|
|
%{__make} check || :
|
|
|
|
%post -n %{lname} -p /sbin/ldconfig
|
|
|
|
%postun -n %{lname} -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-, root, root, -)
|
|
%doc AUTHORS COPYING NEWS README VERSION
|
|
%attr(0755,root,root) %{_bindir}/%{name}*
|
|
%doc %{_mandir}/man1/%{name}*
|
|
|
|
%files lstopo
|
|
%defattr(-,root,root)
|
|
%attr(0755,root,root) %{_bindir}/lstopo*
|
|
%{_datadir}/applications/*.desktop
|
|
%doc %{_mandir}/man1/lstopo.1*
|
|
%doc %{_mandir}/man1/lstopo-no-graphics.1.*
|
|
|
|
%files devel
|
|
%defattr(-, root, root, -)
|
|
%doc %{_mandir}/man3/*
|
|
%doc %{_mandir}/man7/%{name}*
|
|
%{_includedir}/%{name}
|
|
%{_includedir}/%{name}.h
|
|
%{_libdir}/lib%{name}.so
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%files -n %{lname}
|
|
%defattr(-, root, root, -)
|
|
%{_libdir}/libhwloc*so.*
|
|
|
|
%files data
|
|
%defattr(-, root, root, -)
|
|
%dir %{_datadir}/%{name}
|
|
%{_datadir}/%{name}/%{name}.dtd
|
|
%{_datadir}/%{name}/%{name}-valgrind.supp
|
|
|
|
%files doc
|
|
%defattr(-, root, root, -)
|
|
%doc doc/
|
|
|
|
%changelog
|