Accepting request 1164352 from home:Guillaume_G:branches:science:machinelearning

- Update to 24.02.1:
  * Drop libarm_compute_core.so
  * Public patch release
  * Documentation (API, changelogs, build guide,
    contribution guide, errata, etc.) available here:
    https://arm-software.github.io/ComputeLibrary/v24.02.1
- Skipped 24.02:
  * Public major release
  * Documentation (API, changelogs, build guide,
    contribution guide, errata, etc.) available here:
    https://arm-software.github.io/ComputeLibrary/v24.02

OBS-URL: https://build.opensuse.org/request/show/1164352
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ComputeLibrary?expand=0&rev=46
This commit is contained in:
Guillaume GARDET 2024-04-03 12:20:20 +00:00 committed by Git OBS Bridge
parent d5350cd959
commit e1ca66aa10
4 changed files with 24 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd19b6c3355edd57d718c74bb496ab386452a835804a290da706f21b261f6bdf
size 14031383

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:590d5cb710355bce2ddfe7117529c2f492cd253b548f709bbfe84702203d99c8
size 14050350

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Apr 3 09:17:31 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 24.02.1:
* Drop libarm_compute_core.so
* Public patch release
* Documentation (API, changelogs, build guide,
contribution guide, errata, etc.) available here:
https://arm-software.github.io/ComputeLibrary/v24.02.1
- Skipped 24.02:
* Public major release
* Documentation (API, changelogs, build guide,
contribution guide, errata, etc.) available here:
https://arm-software.github.io/ComputeLibrary/v24.02
-------------------------------------------------------------------
Thu Dec 7 09:05:47 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package ComputeLibrary
#
# 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
@ -16,11 +16,11 @@
#
%define so_ver 33
%define so_ver 35
# Disable validation tests by default due to opencl needing to be set up
%bcond_with computelibrary_tests
Name: ComputeLibrary
Version: 23.11
Version: 24.02.1
Release: 0
Summary: ARM Compute Library
License: MIT
@ -46,14 +46,6 @@ A software library for computer vision and machine learning.
The Compute Library is a collection of low-level functions optimized for Arm CPU and GPU architectures targeted at image processing, computer vision, and machine learning.
Library part.
%package -n libarm_compute_core%{so_ver}
Summary: ARM Compute Library - Core part
%description -n libarm_compute_core%{so_ver}
A software library for computer vision and machine learning.
The Compute Library is a collection of low-level functions optimized for Arm CPU and GPU architectures targeted at image processing, computer vision, and machine learning.
Library part.
%package -n libarm_compute_graph%{so_ver}
Summary: ARM Compute Library - Graph part
@ -66,7 +58,6 @@ Library part.
Summary: ARM Compute Library -- devel
Requires: %{name} = %{version}
Requires: libarm_compute%{so_ver} = %{version}
Requires: libarm_compute_core%{so_ver} = %{version}
Requires: libarm_compute_graph%{so_ver} = %{version}
# stb headers are required
Requires: stb-devel
@ -137,13 +128,13 @@ for pyfile in `ls %{buildroot}%{_bindir}/*.py`; do
sed -i -e 's|#!%{_bindir}/env python|#!%{_bindir}/python3|' $pyfile
done
sed -i -e 's|#!%{_bindir}/python|#!%{_bindir}/python3|' %{buildroot}%{_bindir}/generate_build_files.py
# Drop files which should not be in _bindir
rm %{buildroot}%{_bindir}/BUILD.bazel
rm %{buildroot}%{_bindir}/*.txt
%post -n libarm_compute%{so_ver} -p /sbin/ldconfig
%postun -n libarm_compute%{so_ver} -p /sbin/ldconfig
%post -n libarm_compute_core%{so_ver} -p /sbin/ldconfig
%postun -n libarm_compute_core%{so_ver} -p /sbin/ldconfig
%post -n libarm_compute_graph%{so_ver} -p /sbin/ldconfig
%postun -n libarm_compute_graph%{so_ver} -p /sbin/ldconfig
@ -159,10 +150,6 @@ LD_LIBRARY_PATH="build/" build/tests/arm_compute_validation
%license LICENSE
%{_libdir}/libarm_compute.so.%{so_ver}*
%files -n libarm_compute_core%{so_ver}
%license LICENSE
%{_libdir}/libarm_compute_core.so.%{so_ver}*
%files -n libarm_compute_graph%{so_ver}
%license LICENSE
%{_libdir}/libarm_compute_graph.so.%{so_ver}*