Auto sync2gitlab import of libfabric-1.15.1-1.el8.src.rpm
This commit is contained in:
parent
9a0e4a2416
commit
250a553c3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libfabric-1.14.0.tar.bz2
|
/libfabric-1.14.0.tar.bz2
|
||||||
|
/libfabric-1.15.1.tar.bz2
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
|
%global __remake_config 1
|
||||||
|
|
||||||
|
# LTO is running out of memory when building on x86_64
|
||||||
|
%ifarch x86_64
|
||||||
|
%global _lto_cflags %{nil}
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.14.0
|
Version: 1.15.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open Fabric Interfaces
|
Summary: Open Fabric Interfaces
|
||||||
|
|
||||||
@ -7,7 +14,12 @@ License: BSD or GPLv2
|
|||||||
URL: https://github.com/ofiwg/libfabric
|
URL: https://github.com/ofiwg/libfabric
|
||||||
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: make
|
%if %{__remake_config}
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: libtool
|
||||||
|
%endif
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
# RDMA not available on 32-bit ARM: #1484155
|
# RDMA not available on 32-bit ARM: #1484155
|
||||||
@ -16,10 +28,10 @@ BuildRequires: libibverbs-devel
|
|||||||
BuildRequires: librdmacm-devel
|
BuildRequires: librdmacm-devel
|
||||||
%endif
|
%endif
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%if 0%{?fedora} || ( 0%{?rhel} >= 6 && 0%{?rhel} <= 7 )
|
%if 0%{?fedora} || 0%{?rhel} == 7
|
||||||
BuildRequires: infinipath-psm-devel
|
BuildRequires: infinipath-psm-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 7
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||||
BuildRequires: libpsm2-devel
|
BuildRequires: libpsm2-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: numactl-devel
|
BuildRequires: numactl-devel
|
||||||
@ -48,9 +60,12 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{__remake_config}
|
||||||
|
./autogen.sh
|
||||||
|
%endif
|
||||||
%configure --disable-static --disable-silent-rules
|
%configure --disable-static --disable-silent-rules
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -86,6 +101,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
||||||
|
- Update to upstream release 1.15.1
|
||||||
|
- Disable LTO on x86_64 due to memory issues (copied from Fedora)
|
||||||
|
- Resolves: rhbz#2040450
|
||||||
|
|
||||||
* Thu Nov 25 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
* Thu Nov 25 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
||||||
- Rebase to upstream release v1.14.0
|
- Rebase to upstream release v1.14.0
|
||||||
- Resolves: bz1970601
|
- Resolves: bz1970601
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libfabric-1.14.0.tar.bz2) = 827fee42bdae1b226d2b3c3b7c2b9b29866791c7a8e9a20239459e6c5a2927d8674367bb075cfe00cc609f538c4630e3af9f566b89d00e337ae224c725cf5f85
|
SHA512 (libfabric-1.15.1.tar.bz2) = 241682b83bdec26cdf5fe918c445732bcd123c01798d1973c4c6bff0d4c7ca271a782ff8af8f9bcaf1560580804c3088a4c18fdf9fbc58d9c3d98f4377903818
|
||||||
|
Loading…
Reference in New Issue
Block a user