Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tvm for openSUSE:Factory checked in 
at 2024-01-25 18:42:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tvm (Old)
 and      /work/SRC/openSUSE:Factory/.tvm.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tvm"

Thu Jan 25 18:42:12 2024 rev:22 rq:1141544 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tvm/tvm.changes  2023-10-10 21:03:06.628196773 
+0200
+++ /work/SRC/openSUSE:Factory/.tvm.new.1815/tvm.changes        2024-01-25 
18:42:47.450051233 +0100
@@ -1,0 +2,7 @@
+Wed Jan 24 16:17:44 UTC 2024 - Christian Goll <cg...@suse.com>
+
+- Update to 0.14.0: 
+  * Release notes: https://github.com/apache/tvm/releases/tag/v0.14.0
+- Removed CYTHON-Make-cython-compatible-with-3.0-15469.patch
+
+-------------------------------------------------------------------

Old:
----
  CYTHON-Make-cython-compatible-with-3.0-15469.patch
  tvm-0.13.0.tar.gz

New:
----
  tvm-0.14.0.tar.gz

BETA DEBUG BEGIN:
  Old:  * Release notes: https://github.com/apache/tvm/releases/tag/v0.14.0
- Removed CYTHON-Make-cython-compatible-with-3.0-15469.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tvm.spec ++++++
--- /var/tmp/diff_new_pack.qG0dz9/_old  2024-01-25 18:42:48.154076351 +0100
+++ /var/tmp/diff_new_pack.qG0dz9/_new  2024-01-25 18:42:48.154076351 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tvm
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
 # regular cmake builddir conflicts with the python singlespec
 %global __builddir build_cmake
 Name:           tvm
-Version:        0.13.0
+Version:        0.14.0
 Release:        0
 Summary:        An end-to-end Deep Learning Compiler Stack
 License:        Apache-2.0
@@ -48,7 +48,6 @@
 # PATCH-FIX-OPENSUSE tvm-disable-vulkan-test-check.patch -- Cannot test in OBS 
despite enabled in library
 Patch3:         tvm-disable-vulkan-test-check.patch
 # PATCH-FIX-UPSTREAM CYTHON-Make-cython-compatible-with-3.0-15469.patch
-Patch4:         CYTHON-Make-cython-compatible-with-3.0-15469.patch
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module attrs}
 BuildRequires:  %{python_module cloudpickle}
@@ -72,6 +71,7 @@
 BuildRequires:  dmlc-core-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gcc12-c++
 BuildRequires:  git
 BuildRequires:  gmock
 BuildRequires:  gtest
@@ -163,7 +163,7 @@
 # USE_MICRO USE_MICRO_STANDALONE_RUNTIME
 # USE_NNPACK
 # USE_ROCBLAS USE_ROCM
-%cmake \
+%cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12 
-DCMAKE_LINKER=gcc-12 \
 %if %{with arm_compute_lib}
   -DUSE_ARM_COMPUTE_LIB_GRAPH_RUNTIME=ON \
   -DUSE_ARM_COMPUTE_LIB=ON \
@@ -231,7 +231,7 @@
 export PYTHONPATH=%{buildroot}%{$python_sitearch}
 export PYTHONDONTWRITEBYTECODE=1
 # TextureCopy: no openCL in environment
-ctestflags="-E TextureCopy"
+ctestflags="-E (TextureCopy|TvmVMMemoryManagerTest)"
 %ctest $ctestflags
 }
 

++++++ tvm-0.13.0.tar.gz -> tvm-0.14.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/tvm/tvm-0.13.0.tar.gz 
/work/SRC/openSUSE:Factory/.tvm.new.1815/tvm-0.14.0.tar.gz differ: char 29, 
line 1

Reply via email to