mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update arm-compute-library to 52.8.0
This commit is contained in:
@@ -4,7 +4,7 @@ DPB_PROPERTIES = parallel
|
||||
|
||||
COMMENT = Arm compute library
|
||||
|
||||
V = 52.7.0
|
||||
V = 52.8.0
|
||||
PKGNAME = arm-compute-library-${V}
|
||||
|
||||
GH_ACCOUNT = ARM-software
|
||||
@@ -18,7 +18,7 @@ HOMEPAGE = https://github.com/ARM-software/ComputeLibrary
|
||||
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
GRAPH_SO_V = 2.7
|
||||
COMPUTE_SO_V = 4.4
|
||||
COMPUTE_SO_V = 4.8
|
||||
|
||||
SHARED_LIBS += arm_compute ${COMPUTE_SO_V}
|
||||
SHARED_LIBS += arm_compute_graph ${GRAPH_SO_V}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (ComputeLibrary-52.7.0.tar.gz) = YC1v+nt/bRRFw26s5jsXZg566xRKI0e3qIKRdoC9vdU=
|
||||
SIZE (ComputeLibrary-52.7.0.tar.gz) = 7856418
|
||||
SHA256 (ComputeLibrary-52.8.0.tar.gz) = G87vI6pbPMcyHPgOBynodILxJUSxB82r/7iKalKqStw=
|
||||
SIZE (ComputeLibrary-52.8.0.tar.gz) = 8450154
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: SConscript
|
||||
--- SConscript.orig
|
||||
+++ SConscript
|
||||
@@ -743,7 +743,7 @@ Export('bootcode_o')
|
||||
@@ -745,7 +745,7 @@ Export('bootcode_o')
|
||||
if (env['multi_isa']):
|
||||
lib_static_objs, lib_shared_objs = build_multiisa_lib_objects()
|
||||
# STATIC library build.
|
||||
@@ -10,7 +10,7 @@ Index: SConscript
|
||||
|
||||
if(env['os'] == 'linux' and not env['opencl']):
|
||||
# -static suffix in static libraries is deprecated, and will be removed in COMPMID-8696.
|
||||
@@ -758,7 +758,7 @@ else:
|
||||
@@ -760,7 +760,7 @@ else:
|
||||
elif 'sve' in env['arch']:
|
||||
lib_files += lib_files_sve
|
||||
|
||||
@@ -19,7 +19,7 @@ Index: SConscript
|
||||
|
||||
Export('arm_compute_a')
|
||||
|
||||
@@ -782,7 +782,7 @@ arm_compute_graph_env = arm_compute_env.Clone()
|
||||
@@ -784,7 +784,7 @@ arm_compute_graph_env = arm_compute_env.Clone()
|
||||
# Build graph libraries
|
||||
arm_compute_graph_env.Append(CXXFLAGS = ['-Wno-redundant-move', '-Wno-pessimizing-move'])
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Index: SConstruct
|
||||
if env['cppthreads']:
|
||||
env.Append(CPPDEFINES = [('ARM_COMPUTE_CPP_SCHEDULER', 1)])
|
||||
|
||||
@@ -472,25 +463,6 @@ if not GetOption("help"):
|
||||
@@ -474,25 +465,6 @@ if not GetOption("help"):
|
||||
except OSError:
|
||||
print("ERROR: Compiler '%s' not found" % env['CXX'])
|
||||
Exit(1)
|
||||
|
||||
@@ -559,6 +559,7 @@ include/support/Semaphore.h
|
||||
include/support/StringSupport.h
|
||||
include/support/ToolchainSupport.h
|
||||
include/support/Traits.h
|
||||
include/support/WindowsSupport.h
|
||||
include/utils/
|
||||
include/utils/BUILD.bazel
|
||||
include/utils/CommonGraphOptions.cpp
|
||||
|
||||
Reference in New Issue
Block a user