forked from pool/libfabric
Accepting request 678169 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/678169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfabric?expand=0&rev=14
This commit is contained in:
commit
16a8bf714b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 11 10:34:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Remove silly Prefix: value, we do not support that in SUSE anyway.
|
||||||
|
- Update summaries, make use of %make_install.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 7 07:24:21 UTC 2019 - nmoreychaisemartin@suse.com
|
Thu Feb 7 07:24:21 UTC 2019 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -46,8 +46,7 @@ cd fabtests
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd fabtests
|
%make_install -C fabtests
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 11 10:34:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Remove silly Prefix: value, we do not support that in SUSE anyway.
|
||||||
|
- Update summaries, make use of %make_install.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 7 07:24:21 UTC 2019 - nmoreychaisemartin@suse.com
|
Thu Feb 7 07:24:21 UTC 2019 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,16 +20,15 @@
|
|||||||
%define git_ver .0.08f3e2e095b5
|
%define git_ver .0.08f3e2e095b5
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
|
Version: 1.7.0
|
||||||
|
Release: 0
|
||||||
Summary: User-space RDMA Fabric Interfaces
|
Summary: User-space RDMA Fabric Interfaces
|
||||||
License: GPL-2.0-only OR BSD-2-Clause
|
License: GPL-2.0-only OR BSD-2-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 1.7.0
|
|
||||||
Release: 0
|
|
||||||
Source: %{name}-%{version}%{git_ver}.tar.bz2
|
Source: %{name}-%{version}%{git_ver}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch0: libfabric-libtool.patch
|
Patch0: libfabric-libtool.patch
|
||||||
Url: http://www.github.com/ofiwg/libfabric
|
URL: http://www.github.com/ofiwg/libfabric
|
||||||
Prefix: ${_prefix}
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libibverbs-devel
|
BuildRequires: libibverbs-devel
|
||||||
@ -51,7 +50,7 @@ libfabric provides a user-space API to access high-performance fabric
|
|||||||
services, such as RDMA. This package only contains the fi_info binary.
|
services, such as RDMA. This package only contains the fi_info binary.
|
||||||
|
|
||||||
%package -n libfabric%{lib_major}
|
%package -n libfabric%{lib_major}
|
||||||
Summary: Libfabric runtime libary
|
Summary: User-space RDMA fabric interfaces
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libfabric%{lib_major}
|
%description -n libfabric%{lib_major}
|
||||||
@ -88,7 +87,7 @@ autoreconf -fi
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
%make_install
|
||||||
|
|
||||||
# remove unpackaged files from the buildroot
|
# remove unpackaged files from the buildroot
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user