From 59b9ff0adac8b7d7044b4a74c23b710fe1062d10 Mon Sep 17 00:00:00 2001 From: Jakub Sujak Date: Sun, 11 Jun 2023 21:35:11 +0100 Subject: Deprecate legacy libarm_compute_core This library is an artifact of Compute Library's legacy library architecture and no longer serves any purpose. Users must no longer link their applications to this library and instead link only to the main `libarm_compute` library to maintain full functionality. Resolves: COMPMID-6300 Change-Id: I7c222f511174ce9b0cfde94cf8f90da4a89f2a8b Signed-off-by: Jakub Sujak Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9760 Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez Tello Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SConscript') diff --git a/SConscript b/SConscript index 320cb2d6fc..be062e1d85 100644 --- a/SConscript +++ b/SConscript @@ -31,6 +31,9 @@ import zlib import json import codecs +print("DEPRECATION NOTICE: Legacy libarm_compute_core has been deprecated. Link your application only to " + "libarm_compute for core library functionality") + VERSION = "v0.0-unreleased" LIBRARY_VERSION_MAJOR = 31 LIBRARY_VERSION_MINOR = 0 -- cgit v1.2.1