2015-09-13 21:57:54 +00:00
|
|
|
Name: libfabric
|
2018-10-09 06:50:33 +00:00
|
|
|
Version: 1.6.2
|
|
|
|
Release: 1%{?dist}
|
2015-09-13 21:57:54 +00:00
|
|
|
Summary: Open Fabric Interfaces
|
|
|
|
|
|
|
|
License: BSD or GPLv2
|
|
|
|
URL: http://ofiwg.github.io/libfabric/
|
2016-04-12 14:20:01 +00:00
|
|
|
Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/libfabric-%{version}.tar.bz2
|
2015-09-13 21:57:54 +00:00
|
|
|
|
2018-07-09 17:06:47 +00:00
|
|
|
BuildRequires: gcc
|
2016-03-09 21:14:01 +00:00
|
|
|
BuildRequires: libnl3-devel
|
2017-08-23 19:41:11 +00:00
|
|
|
# RDMA not available on 32-bit ARM: #1484155
|
|
|
|
%ifnarch %{arm}
|
|
|
|
BuildRequires: libibverbs-devel
|
2016-03-09 21:14:01 +00:00
|
|
|
BuildRequires: librdmacm-devel
|
2017-08-23 19:41:11 +00:00
|
|
|
%endif
|
2016-03-09 21:14:01 +00:00
|
|
|
%ifarch x86_64
|
2016-05-31 16:43:14 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 6
|
2016-03-09 16:12:45 +00:00
|
|
|
BuildRequires: infinipath-psm-devel
|
|
|
|
%endif
|
2016-05-31 16:43:14 +00:00
|
|
|
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 7
|
2016-03-09 16:12:45 +00:00
|
|
|
BuildRequires: libpsm2-devel
|
|
|
|
%endif
|
2016-03-09 21:14:01 +00:00
|
|
|
%endif
|
2015-09-13 21:57:54 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
OpenFabrics Interfaces (OFI) is a framework focused on exporting fabric
|
|
|
|
communication services to applications. OFI is best described as a collection
|
|
|
|
of libraries and applications used to export fabric services. The key
|
|
|
|
components of OFI are: application interfaces, provider libraries, kernel
|
|
|
|
services, daemons, and test applications.
|
|
|
|
|
|
|
|
Libfabric is a core component of OFI. It is the library that defines and
|
|
|
|
exports the user-space API of OFI, and is typically the only software that
|
|
|
|
applications deal with directly. It works in conjunction with provider
|
|
|
|
libraries, which are often integrated directly into libfabric.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static --disable-silent-rules
|
2018-03-15 18:05:22 +00:00
|
|
|
%make_build
|
2015-09-13 21:57:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%{_bindir}/fi_info
|
2016-11-04 04:37:46 +00:00
|
|
|
%{_bindir}/fi_pingpong
|
|
|
|
%{_bindir}/fi_strerror
|
2015-09-13 21:57:54 +00:00
|
|
|
%{_libdir}/*.so.1*
|
2016-11-04 04:37:46 +00:00
|
|
|
%{_mandir}/man1/*.1*
|
2015-09-13 21:57:54 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README
|
|
|
|
# We knowingly share this with kernel-headers and librdmacm-devel
|
|
|
|
# https://github.com/ofiwg/libfabric/issues/1277
|
|
|
|
%{_includedir}/rdma/
|
|
|
|
%{_libdir}/*.so
|
2016-03-09 16:12:45 +00:00
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
2015-09-13 21:57:54 +00:00
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man7/*.7*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2018-10-09 06:50:33 +00:00
|
|
|
* Mon Oct 8 2018 Honggang Li <honli@redhat.com> - 1.6.2-1
|
|
|
|
- Rebase libfabric to latest upstream release v1.6.2
|
|
|
|
- Resolves: bz1637334
|
|
|
|
|
2018-07-13 08:04:55 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-22 07:20:45 +00:00
|
|
|
* Fri Jun 22 2018 Honggang Li <honli@redhat.com> - 1.6.1-1
|
|
|
|
- Rebase to latest upstream release 1.6.1
|
|
|
|
- Resolves: bz1550404
|
|
|
|
|
2018-03-15 18:05:22 +00:00
|
|
|
* Thu Mar 15 2018 Orion Poplawski <orion@nwra.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
2018-02-07 21:35:46 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-23 19:41:11 +00:00
|
|
|
* Wed Aug 23 2017 Adam Williamson <awilliam@redhat.com> - 1.4.2-5
|
|
|
|
- Disable RDMA support on 32-bit ARM (#1484155)
|
|
|
|
|
2017-08-03 01:26:33 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-30 13:12:25 +00:00
|
|
|
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 1.4.2-3
|
|
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
|
2017-07-26 18:49:10 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-11 17:41:39 +00:00
|
|
|
* Wed Jul 11 2017 Orion Poplawski <orion@cora.nwra.com> - 1.4.2-1
|
|
|
|
- Update to 1.4.2
|
|
|
|
|
2017-04-10 06:12:37 +00:00
|
|
|
* Mon Apr 10 2017 Orion Poplawski <orion@cora.nwra.com> - 1.4.1-1
|
|
|
|
- Update to 1.4.1
|
|
|
|
|
2017-02-10 18:38:07 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-11-04 04:37:46 +00:00
|
|
|
* Thu Nov 3 2016 Orion Poplawski <orion@cora.nwra.com> - 1.4.0-1
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
2016-07-21 20:06:34 +00:00
|
|
|
* Thu Jul 21 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3.0-3
|
|
|
|
- Rebuild for aarch64 glibc update
|
|
|
|
|
2016-05-31 16:43:14 +00:00
|
|
|
* Tue May 31 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3.0-2
|
|
|
|
- Use psm/psm2 if possible on Fedora (bug #1340988)
|
|
|
|
|
2016-04-12 14:20:01 +00:00
|
|
|
* Tue Apr 12 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3.0-1
|
|
|
|
- Update to 1.3.0
|
|
|
|
|
2016-03-09 16:12:45 +00:00
|
|
|
* Wed Mar 9 2016 Orion Poplawski <orion@cora.nwra.com> - 1.2.0-1
|
|
|
|
- Update to 1.2.0
|
|
|
|
- Use psm/psm2 if possible on EL
|
2016-03-09 21:14:01 +00:00
|
|
|
- Add upstream patch to fix non-x86 builds
|
2016-03-09 16:12:45 +00:00
|
|
|
|
2016-02-04 03:08:22 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-13 21:57:54 +00:00
|
|
|
* Wed Aug 26 2015 Orion Poplawski <orion@cora.nwra.com> - 1.1.0-1
|
|
|
|
- Update to 1.1.0
|
|
|
|
|
|
|
|
* Mon Jul 20 2015 Orion Poplawski <orion@cora.nwra.com> - 1.0.0-1
|
|
|
|
- Initial package
|