Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tvm for openSUSE:Factory checked in at 2025-04-16 20:42:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tvm (Old) and /work/SRC/openSUSE:Factory/.tvm.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tvm" Wed Apr 16 20:42:37 2025 rev:27 rq:1269986 version:0.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tvm/tvm.changes 2025-02-11 21:31:00.602062445 +0100 +++ /work/SRC/openSUSE:Factory/.tvm.new.30101/tvm.changes 2025-04-20 20:11:23.089710093 +0200 @@ -1,0 +2,6 @@ +Wed Apr 16 11:27:57 UTC 2025 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Disable cpptest until build with llvm20 fixed upstream + https://github.com/apache/tvm/issues/17823 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tvm.spec ++++++ --- /var/tmp/diff_new_pack.YYf9px/_old 2025-04-20 20:11:23.757738059 +0200 +++ /var/tmp/diff_new_pack.YYf9px/_new 2025-04-20 20:11:23.757738059 +0200 @@ -36,6 +36,8 @@ %else %bcond_with arm_compute_lib %endif +# tests fail to build with llvm20 - https://github.com/apache/tvm/issues/17823 +%bcond_with cpptest # regular cmake builddir conflicts with the python singlespec %global __builddir build_cmake Name: tvm @@ -80,8 +82,10 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: git +%if %{with cpptest} BuildRequires: gmock BuildRequires: gtest +%endif BuildRequires: llvm-devel BuildRequires: memory-constraints BuildRequires: openblas-devel @@ -233,6 +237,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check +%if %{with cpptest} pushd %{__builddir} %cmake_build cpptest popd @@ -248,6 +253,7 @@ ctestflags="-E (TextureCopy|TvmVMMemoryManagerTest|AProfileParser.DefaultSVESupportSVESupport|AProfileParser.DefaultFP16Support)" %ctest $ctestflags } +%endif %if %{with pytest} mkdir python_gen