- Disable pyverbs build for older releases that do not have python3-Cython >= 0.25
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=124
This commit is contained in:
parent
98b081320c
commit
841baffadb
@ -2,6 +2,7 @@
|
|||||||
Wed Dec 11 09:32:17 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Wed Dec 11 09:32:17 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
|
||||||
- Remove file listed twice
|
- Remove file listed twice
|
||||||
|
- Disable pyverbs build for older releases that do not have python3-Cython >= 0.25
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 28 09:16:33 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
Thu Nov 28 09:16:33 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||||
|
@ -19,7 +19,11 @@
|
|||||||
%bcond_without systemd
|
%bcond_without systemd
|
||||||
# Do not build static libs by default.
|
# Do not build static libs by default.
|
||||||
%define with_static 0
|
%define with_static 0
|
||||||
|
%if 0%{?sle_version} > 120400
|
||||||
%define with_pyverbs 1
|
%define with_pyverbs 1
|
||||||
|
%else
|
||||||
|
%define with_pyverbs 0
|
||||||
|
%endif
|
||||||
|
|
||||||
%define git_ver .0.9f820de9ca7d
|
%define git_ver .0.9f820de9ca7d
|
||||||
Name: rdma-core
|
Name: rdma-core
|
||||||
|
Loading…
x
Reference in New Issue
Block a user