Accepting request 991745 from home:gmbr3:Active
- Add libXNVCtrl support on TW OBS-URL: https://build.opensuse.org/request/show/991745 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=50
This commit is contained in:
parent
69efd4af39
commit
3cdd2028d6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 17:38:15 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Add libXNVCtrl support on TW
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 07:47:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -15,7 +15,11 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%bcond_without XNVCtrl
|
||||
%else
|
||||
%bcond_with XNVCtrl
|
||||
%endif
|
||||
%global lname libhwloc15
|
||||
Name: hwloc
|
||||
Version: 2.8.0
|
||||
@ -31,6 +35,9 @@ BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libnuma-devel
|
||||
%if %{with XNVCtrl}
|
||||
BuildRequires: libXNVCtrl-devel
|
||||
%endif
|
||||
BuildRequires: libtool
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: perl
|
||||
|
Loading…
Reference in New Issue
Block a user