forked from pool/libfabric
This commit is contained in:
parent
486be02274
commit
850871875e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 10:19:28 UTC 2017 - josef.moellers@suse.com
|
||||
|
||||
- This version fixes bnc#990184
|
||||
(bnc#990184)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 16:21:53 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libfabric (Version 1.2.0)
|
||||
# spec file for package libfabric
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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
|
||||
@ -14,24 +14,28 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libfabric
|
||||
Summary: User-space RDMA Fabric Interfaces
|
||||
Version: 1.4.1
|
||||
Release: 1
|
||||
License: GPL-2.0 or BSD-2-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Source: https://github.com/ofiwg/libfabric/releases/download/v1.4.1/libfabric-1.4.1.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
Patch0: libfabric-libtool.patch
|
||||
Url: http://www.github.com/ofiwg/libfabric
|
||||
Prefix: ${_prefix}
|
||||
BuildRequires: libnl3-devel
|
||||
BuildRequires: librdmacm-devel
|
||||
BuildRequires: libibverbs-devel
|
||||
BuildRequires: infinipath-psm-devel
|
||||
BuildRequires: libpsm2-devel
|
||||
BuildRequires: automake autoconf libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: infinipath-psm-devel
|
||||
BuildRequires: libibverbs-devel
|
||||
BuildRequires: libnl3-devel
|
||||
BuildRequires: libpsm2-devel
|
||||
BuildRequires: librdmacm-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
#Currently *only* builds on x86_64 as it is dependent on libpsm2
|
||||
ExclusiveArch: x86_64
|
||||
%define lib_major 1
|
||||
@ -41,9 +45,8 @@ libfabric provides a user-space API to access high-performance fabric
|
||||
services, such as RDMA. This package only contains the fi_info binary.
|
||||
|
||||
%package -n libfabric%{lib_major}
|
||||
Summary: Libfabric runtime libary
|
||||
Group: System/Libraries
|
||||
|
||||
Summary: Libfabric runtime libary
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libfabric%{lib_major}
|
||||
libfabric provides a user-space API to access high-performance fabric
|
||||
@ -244,6 +247,6 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_includedir}/rdma/fi_trigger.h
|
||||
%{_includedir}/rdma/fi_ext_usnic.h
|
||||
|
||||
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user