Accepting request 667404 from home:adamm:boost_test
- Simplify _multibuild flavours OBS-URL: https://build.opensuse.org/request/show/667404 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=225
This commit is contained in:
parent
eac3bebcf3
commit
20cba1e41b
@ -1,3 +1,4 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<package>base</package>
|
<package>base</package>
|
||||||
|
<package>extra</package>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 14 14:57:14 UTC 2019 - adam.majer@suse.de
|
||||||
|
|
||||||
|
- Simplify _multibuild flavours
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 14 01:26:04 UTC 2018 - adam.majer@suse.de
|
Fri Dec 14 01:26:04 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
|
16
boost.spec
16
boost.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package boost
|
# spec file for package boost
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,13 +29,21 @@
|
|||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
%define python2_sitearch %{python_sitearch}
|
%define python2_sitearch %{python_sitearch}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "@BUILD_FLAVOR@" == ""
|
||||||
|
ExclusiveArch: nothing_here
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "@BUILD_FLAVOR@" == "base"
|
%if "@BUILD_FLAVOR@" == "base"
|
||||||
%define build_base 1
|
%define build_base 1
|
||||||
%define name_suffix -base
|
%define name_suffix -base
|
||||||
%else
|
|
||||||
%define build_base 0
|
|
||||||
%define name_suffix %{nil}
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if "@BUILD_FLAVOR@" == "extra"
|
||||||
|
%define build_base 0
|
||||||
|
%define name_suffix -extra
|
||||||
|
%endif
|
||||||
|
|
||||||
# Build with OpenMPI
|
# Build with OpenMPI
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
# OpenMPI >= 2 is not available on ppc64be
|
# OpenMPI >= 2 is not available on ppc64be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user