From 7714b79bc7deed7b84781855bea652f7f44fdff43c8d6244f360c6c7c914c11b Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 8 Mar 2023 12:06:13 +0000 Subject: [PATCH] - Build AVX2 enabled hwcaps library for x86_64-v3 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=63 --- baselibs.conf | 1 + jsoncpp.changes | 5 +++++ jsoncpp.spec | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..ca8338e --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libjsoncpp25 diff --git a/jsoncpp.changes b/jsoncpp.changes index 63668c8..1705e9d 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 8 12:03:58 UTC 2023 - Martin Pluskal + +- Build AVX2 enabled hwcaps library for x86_64-v3 + ------------------------------------------------------------------- Sat Nov 27 12:32:49 UTC 2021 - Dirk Müller diff --git a/jsoncpp.spec b/jsoncpp.spec index 74edf22..be986d3 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -25,10 +25,12 @@ License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/open-source-parsers/jsoncpp Source0: https://github.com/open-source-parsers/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source99: baselibs.conf BuildRequires: gcc-c++ BuildRequires: meson >= 0.50.0 BuildRequires: pkgconfig BuildRequires: python3-base +%{?suse_build_hwcaps_libs} %description JSON is a lightweight data-interchange format. It can represent numbers,