Accepting request 925438 from home:NMoreyChaisemartin:branches:science:HPC
- Update to rdma-core v37.1 (jsc#SLE-18381, jsc#SLE-19249) - Bugfixes on all providers - Fix cmake flags to correct paths for .pc files OBS-URL: https://build.opensuse.org/request/show/925438 OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=151
This commit is contained in:
parent
c6ca2945f8
commit
80381123e5
2
_service
2
_service
@ -8,7 +8,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">d7a9dde2b164a1563c7a51e4ade8ea3b6cdea9ef</param>
|
||||
<param name="revision">02d96eb72943e71eb7c127f13afd167f5c83cb0c</param>
|
||||
<param name="extract">suse/rdma-core.spec</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41a89579b39e718739bd4b243da1271bc9d6332cf75774218109b0fe43d8b0ec
|
||||
size 107474
|
||||
oid sha256:b8977a2183eef2c130510defa9966a2500785323254a77fab7c358d3c425a75b
|
||||
size 118966
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a19b84049aaf268c3ebe24199b2db804d47c98d30d1ea2c1345f9452222f814
|
||||
size 1700982
|
3
rdma-core-37.1.0.02d96eb72943.tar.gz
Normal file
3
rdma-core-37.1.0.02d96eb72943.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a78f3520406c4f560cfa1e2c1fa345b2eb1f182285a72f452205b6c5b6b44c45
|
||||
size 1973958
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 08:44:00 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Update to rdma-core v37.1 (jsc#SLE-18381, jsc#SLE-19249)
|
||||
- Bugfixes on all providers
|
||||
- Fix cmake flags to correct paths for .pc files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 14:27:03 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
|
@ -25,9 +25,9 @@
|
||||
%define with_pyverbs 0
|
||||
%endif
|
||||
|
||||
%define git_ver .0.d7a9dde2b164
|
||||
%define git_ver .0.02d96eb72943
|
||||
Name: rdma-core
|
||||
Version: 36.0
|
||||
Version: 37.1
|
||||
Release: 0
|
||||
Summary: RDMA core userspace libraries and daemons
|
||||
License: BSD-2-Clause OR GPL-2.0-only
|
||||
@ -428,11 +428,11 @@ easy, object-oriented access to IB verbs.
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_BINDIR:PATH=%{_bindir} \
|
||||
-DCMAKE_INSTALL_SBINDIR:PATH=%{_sbindir} \
|
||||
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
|
||||
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR:PATH=%{_libexecdir} \
|
||||
-DCMAKE_INSTALL_LOCALSTATEDIR:PATH=%{_localstatedir} \
|
||||
-DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=%{_sharedstatedir} \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir} \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR:PATH=include \
|
||||
-DCMAKE_INSTALL_INFODIR:PATH=%{_infodir} \
|
||||
-DCMAKE_INSTALL_MANDIR:PATH=%{_mandir} \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user