package/intel-gmmlib: bump version to 22.8.0

Removed patch 0002 which was applied upstream:
af5f033fbe

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-07-04 18:51:53 +02:00
committed by Julien Olivain
parent e97ca416c6
commit 3c27767d97
3 changed files with 2 additions and 45 deletions

View File

@@ -1,43 +0,0 @@
From c9db6e993d4e440a276f2918f48de0868fe98093 Mon Sep 17 00:00:00 2001
From: Rudi Heitbaum <rudi@heitbaum.com>
Date: Fri, 28 Mar 2025 04:45:44 +0000
Subject: [PATCH] Update cmake_minimum_required to 3.5 consisently across
CMakeLists
Source/GmmLib/CMakeLists.txt already is requiring CMake 3.5. Update
remaining files to 3.5. This supports the compilation with cmake-4.0.0
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Upstream: https://github.com/intel/gmmlib/pull/130
---
CMakeLists.txt | 2 +-
Source/GmmLib/os_release_info.cmake | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a3ad36..ca42104 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
+cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
if (NOT DEFINED RUN_TEST_SUITE)
option (RUN_TEST_SUITE "run test suite after install" ON)
diff --git a/Source/GmmLib/os_release_info.cmake b/Source/GmmLib/os_release_info.cmake
index 70c8318..0951a4a 100755
--- a/Source/GmmLib/os_release_info.cmake
+++ b/Source/GmmLib/os_release_info.cmake
@@ -28,7 +28,7 @@ if(NOT DEFINED _os_release_info)
set(_os_release_info TRUE)
# Set cmake policies for at least this level:
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.5)
if(POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)
--
2.34.1

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 36f2ff2b59158d1253a33d735f4e35a1b5740c4751818bdaa222b8ddf96ee881 intel-gmmlib-22.7.2.tar.gz
sha256 0e509edf0b7892fad210e406014b3f6a53816a2ddb80650e9e1294f55aa493aa intel-gmmlib-22.8.0.tar.gz
sha256 8b7446825df3f8b0268307e272aa6aaaf78351c83161d860d02c913c22666c48 LICENSE.md

View File

@@ -4,7 +4,7 @@
#
################################################################################
INTEL_GMMLIB_VERSION = 22.7.2
INTEL_GMMLIB_VERSION = 22.8.0
INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
INTEL_GMMLIB_LICENSE = MIT
INTEL_GMMLIB_LICENSE_FILES = LICENSE.md