Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package highway for openSUSE:Factory checked in at 2022-07-14 16:34:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/highway (Old) and /work/SRC/openSUSE:Factory/.highway.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "highway" Thu Jul 14 16:34:07 2022 rev:2 rq:988970 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/highway/highway.changes 2022-07-12 11:12:41.279717963 +0200 +++ /work/SRC/openSUSE:Factory/.highway.new.1523/highway.changes 2022-07-14 16:34:35.172646042 +0200 @@ -1,0 +2,6 @@ +Wed Jul 13 10:09:10 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Use GCC11 instead of default GCC12 to build on aarch64 Tumbleweed + until fixed upstream - https://github.com/google/highway/issues/776 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ highway.spec ++++++ --- /var/tmp/diff_new_pack.9aDXHv/_old 2022-07-14 16:34:35.504646369 +0200 +++ /var/tmp/diff_new_pack.9aDXHv/_new 2022-07-14 16:34:35.508646373 +0200 @@ -27,7 +27,16 @@ Group: Development/Libraries/C and C++ URL: https://github.com/google/highway Source: https://github.com/google/highway/archive/refs/tags/%version.tar.gz +# https://github.com/google/highway/issues/776 +%if 0%{?suse_version} > 1550 +%ifarch aarch64 +BuildRequires: gcc11-c++ +%else BuildRequires: c++_compiler +%endif +%else +BuildRequires: c++_compiler +%endif BuildRequires: cmake BuildRequires: pkg-config BuildRequires: pkgconfig(gtest) @@ -68,6 +77,11 @@ %build export CFLAGS="%optflags -DHWY_COMPILE_ALL_ATTAINABLE" export CXXFLAGS="$CFLAGS" +%if 0%{?suse_version} > 1550 +%ifarch aarch64 +export CXX=g++-11 +%endif +%endif %cmake \ -DCMAKE_SKIP_RPATH=OFF \