1
0

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

- Update to 22.02:
  * Public major release
  * Documentation (API, changelogs, build guide,
    contribution guide, errata, etc.) available here:
    https://arm-software.github.io/ComputeLibrary/v22.02

OBS-URL: https://build.opensuse.org/request/show/962182
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ComputeLibrary?expand=0&rev=26
This commit is contained in:
2022-03-16 13:07:29 +00:00
committed by Git OBS Bridge
parent 525fbb5e93
commit 1c913efb79
4 changed files with 15 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 15 13:08:32 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 22.02:
* Public major release
* Documentation (API, changelogs, build guide,
contribution guide, errata, etc.) available here:
https://arm-software.github.io/ComputeLibrary/v22.02
-------------------------------------------------------------------
Wed Dec 1 10:01:36 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ComputeLibrary
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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 25
%define so_ver 26
# Disable validation tests by default due to opencl needing to be set up
%bcond_with computelibrary_tests
Name: ComputeLibrary
Version: 21.11
Version: 22.02
Release: 0
Summary: ARM Compute Library
License: MIT
@@ -92,7 +92,6 @@ scons os=linux \
install_dir=install \
set_soname=1 \
examples=1 \
gles_compute=0 \
opencl=1 \
%if %{with computelibrary_tests}
validation_tests=1 \