- 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:
Nicolas Morey-Chaisemartin 2019-12-11 11:32:28 +00:00 committed by Git OBS Bridge
parent 98b081320c
commit 841baffadb
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Wed Dec 11 09:32:17 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- 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>

View File

@ -19,7 +19,11 @@
%bcond_without systemd
# Do not build static libs by default.
%define with_static 0
%if 0%{?sle_version} > 120400
%define with_pyverbs 1
%else
%define with_pyverbs 0
%endif
%define git_ver .0.9f820de9ca7d
Name: rdma-core