Upgrade numactl to 2.0.14
Re-enable LTO, now that upstream has been fixed to support LTO builds. (Thanks Jeff Law for the patch that fixed it!) Signed-off-by: Filipe Brandenburger <filbranden@gmail.com>
This commit is contained in:
parent
75238a36b6
commit
c5260c37ca
14
numactl.spec
14
numactl.spec
@ -1,7 +1,7 @@
|
|||||||
Name: numactl
|
Name: numactl
|
||||||
Summary: Library for tuning for Non Uniform Memory Access machines
|
Summary: Library for tuning for Non Uniform Memory Access machines
|
||||||
Version: 2.0.12
|
Version: 2.0.14
|
||||||
Release: 6%{dist}
|
Release: 1%{dist}
|
||||||
# libnuma is LGPLv2 and GPLv2
|
# libnuma is LGPLv2 and GPLv2
|
||||||
# numactl binaries are GPLv2 only
|
# numactl binaries are GPLv2 only
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -37,12 +37,6 @@ Provides development headers for numa library calls
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# This package fails to build with LTO due to undefined symbols. LTO
|
|
||||||
# was disabled in OpenSuSE as well, but with no real explanation why
|
|
||||||
# beyond the undefined symbols. It really shold be investigated further.
|
|
||||||
# Disable LTO
|
|
||||||
%define _lto_cflags %{nil}
|
|
||||||
|
|
||||||
%configure --prefix=/usr --libdir=%{_libdir}
|
%configure --prefix=/usr --libdir=%{_libdir}
|
||||||
# Using recipe to fix rpaths, from here:
|
# Using recipe to fix rpaths, from here:
|
||||||
# https://fedoraproject.org/wiki/RPath_Packaging_Draft#Removing_Rpath
|
# https://fedoraproject.org/wiki/RPath_Packaging_Draft#Removing_Rpath
|
||||||
@ -83,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 17 2020 Filipe Brandenburger <filbranden@gmail.com> - 2.0.14-1
|
||||||
|
- Upgrade to 2.0.14
|
||||||
|
- Re-enabled LTO, now that upstream has been fixed to support it.
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-6
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (numactl-2.0.12.tar.gz) = 316b10f50e6eee4cee9cf191f19381ec4a61980354eec3f9fe43fef21465bee28a82adeb9c235d4877e82950ccd14c9473b79fd1e2f5a7f598ec2fac230780ff
|
SHA512 (numactl-2.0.14.tar.gz) = 28b95985d6b2f26c5f6f15fe235224c998c86f534adf5fdaa355a292cf2fd65515c91ba2a76c899d552d439b18ea1209a1712bd6755f8ee3a442f3935993b2e6
|
||||||
|
Loading…
Reference in New Issue
Block a user