forked from pool/ComputeLibrary
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
8ec429b50a | |||
a356a17fb3 | |||
6f4f41d871 | |||
55cdcde414 | |||
4b852109ac | |||
6ea7aa892b | |||
3a0be24d8d | |||
831367ad8f | |||
d5c1e7b6ad | |||
e9aca83cdb | |||
a3948a8404 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3576ffa2a70e7704bdf7febe7109f4cfb416a0178222b58f5ee0fd455980337
|
||||
size 14210160
|
3
ComputeLibrary-52.0.0.tar.gz
Normal file
3
ComputeLibrary-52.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7f239ef6dcbbe2031e3dba5d298b0100be2f791c61a25d50f309db57b726b65
|
||||
size 6734225
|
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 09:06:00 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 52.0.0:
|
||||
* Public major release
|
||||
* Documentation (API, changelogs, build guide,
|
||||
contribution guide, errata, etc.) available here:
|
||||
https://arm-software.github.io/ComputeLibrary/v52.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:46:00 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 25.03.1:
|
||||
* Public major release
|
||||
* Documentation (API, changelogs, build guide,
|
||||
contribution guide, errata, etc.) available here:
|
||||
https://arm-software.github.io/ComputeLibrary/v25.03.1
|
||||
- Update to 25.03:
|
||||
* Public major release
|
||||
* Documentation (API, changelogs, build guide,
|
||||
contribution guide, errata, etc.) available here:
|
||||
https://arm-software.github.io/ComputeLibrary/v25.03
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 08:29:27 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 24.12:
|
||||
* Public major release
|
||||
* Documentation (API, changelogs, build guide,
|
||||
contribution guide, errata, etc.) available here:
|
||||
https://arm-software.github.io/ComputeLibrary/v24.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 12:39:55 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 24.11:
|
||||
* Public major release
|
||||
* Documentation (API, changelogs, build guide,
|
||||
contribution guide, errata, etc.) available here:
|
||||
https://arm-software.github.io/ComputeLibrary/v24.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 11:55:02 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 24.09:
|
||||
* Public major release
|
||||
* Documentation (API, changelogs, build guide,
|
||||
contribution guide, errata, etc.) available here:
|
||||
https://arm-software.github.io/ComputeLibrary/v24.09
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 09:56:28 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ComputeLibrary
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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 40
|
||||
%define so_ver 52
|
||||
# Disable validation tests by default due to opencl needing to be set up
|
||||
%bcond_with computelibrary_tests
|
||||
Name: ComputeLibrary
|
||||
Version: 24.08
|
||||
Version: 52.0.0
|
||||
Release: 0
|
||||
Summary: ARM Compute Library
|
||||
License: MIT
|
||||
@@ -147,11 +147,11 @@ LD_LIBRARY_PATH="build/" build/tests/arm_compute_validation
|
||||
%{_bindir}/*
|
||||
|
||||
%files -n libarm_compute%{so_ver}
|
||||
%license LICENSE
|
||||
%license LICENSES/MIT.txt
|
||||
%{_libdir}/libarm_compute.so.%{so_ver}*
|
||||
|
||||
%files -n libarm_compute_graph%{so_ver}
|
||||
%license LICENSE
|
||||
%license LICENSES/MIT.txt
|
||||
%{_libdir}/libarm_compute_graph.so.%{so_ver}*
|
||||
|
||||
%files devel
|
||||
|
Reference in New Issue
Block a user