Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blosc2 for openSUSE:Factory checked in at 2023-03-04 22:43:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blosc2 (Old) and /work/SRC/openSUSE:Factory/.blosc2.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blosc2" Sat Mar 4 22:43:24 2023 rev:2 rq:1069312 version:2.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/blosc2/blosc2.changes 2023-02-27 12:55:02.311301058 +0100 +++ /work/SRC/openSUSE:Factory/.blosc2.new.31432/blosc2.changes 2023-03-04 22:44:10.828030375 +0100 @@ -1,0 +2,5 @@ +Sat Feb 25 19:07:56 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Build AVX2 enabled hwcaps library for x86_64-v3 + +------------------------------------------------------------------- New: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blosc2.spec ++++++ --- /var/tmp/diff_new_pack.O0QcVG/_old 2023-03-04 22:44:11.536033777 +0100 +++ /var/tmp/diff_new_pack.O0QcVG/_new 2023-03-04 22:44:11.536033777 +0100 @@ -16,6 +16,7 @@ # +# Adjust baselibs.conf if this changes %define major 2 %define libname lib%{name}-%{major} Name: blosc2 @@ -25,13 +26,14 @@ License: MIT AND BSD-3-Clause AND BSD-2-Clause URL: https://www.blosc.org/c-blosc2/c-blosc2.html Source: https://github.com/Blosc/c-blosc2/archive/refs/tags/v%{version}.tar.gz#/c-blosc2-%{version}.tar.gz +Source99: baselibs.conf BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(zlib) -ExclusiveArch: x86_64 %{ix86} aarch64 +%{?suse_build_hwcaps_libs} %description Blosc is a high performance compressor optimized for binary data @@ -72,7 +74,9 @@ %build %cmake \ +%ifnarch x86_64_v3 -DDEACTIVATE_AVX2:BOOL=ON \ +%endif -DPREFER_EXTERNAL_ZLIB:BOOL=ON \ -DPREFER_EXTERNAL_ZSTD:BOOL=ON \ -DPREFER_EXTERNAL_LZ4:BOOL=ON \ ++++++ baselibs.conf ++++++ libblosc2-2 (No newline at EOF)