Update to upstream release v1.12.1
Enable psm3 support Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
ba1b09a49e
commit
5d430348f8
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
|||||||
/libfabric-1.11.2rc1.tar.bz2
|
/libfabric-1.11.2rc1.tar.bz2
|
||||||
/libfabric-1.11.2.tar.bz2
|
/libfabric-1.11.2.tar.bz2
|
||||||
/libfabric-1.12.0rc1.tar.bz2
|
/libfabric-1.12.0rc1.tar.bz2
|
||||||
|
/libfabric-1.12.1.tar.bz2
|
||||||
|
@ -1,14 +1,13 @@
|
|||||||
%global __remake_config 0
|
%global __remake_config 1
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.12.0
|
Version: 1.12.1
|
||||||
%global __rc rc1
|
Release: 1%{?dist}
|
||||||
Release: 0.1%{?dist}
|
|
||||||
Summary: Open Fabric Interfaces
|
Summary: Open Fabric Interfaces
|
||||||
|
|
||||||
License: BSD or GPLv2
|
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}%{__rc}/%{name}-%{version}%{__rc}.tar.bz2
|
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
%if %{__remake_config}
|
%if %{__remake_config}
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -30,6 +29,7 @@ BuildRequires: infinipath-psm-devel
|
|||||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||||
BuildRequires: libpsm2-devel
|
BuildRequires: libpsm2-devel
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: numactl-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,7 +55,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{__rc}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{__remake_config}
|
%if %{__remake_config}
|
||||||
@ -94,6 +94,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 01 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
||||||
|
- Update to upstream release v1.12.1
|
||||||
|
- Enable psm3 support
|
||||||
|
- Resolves: bz1945627
|
||||||
|
|
||||||
* Sun Jan 31 2021 Honggang Li <honli@redhat.com> - 1.12.0-0.1
|
* Sun Jan 31 2021 Honggang Li <honli@redhat.com> - 1.12.0-0.1
|
||||||
- Update to upstream release v1.12.0rc1
|
- Update to upstream release v1.12.0rc1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libfabric-1.12.0rc1.tar.bz2) = 8a1d4ba9a1c433d28bc78cc3cc1c4d999daea0556d51034d2ed736d3a4073f6ad844369e2c85feb3cc47e475b1ec942433c7456f70c089add942880f84a21df3
|
SHA512 (libfabric-1.12.1.tar.bz2) = 898d86b697666656c81b8416cf3c3e861092a86d432c3ae024ce777e245c76f984232d508441a0f9c1e7699d9ea8853665db97163cef1cf2d8ecc8b9bed042b8
|
||||||
|
Loading…
Reference in New Issue
Block a user