Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
ComputeLibrary-24.08.tar.gz
Normal file
3
ComputeLibrary-24.08.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3576ffa2a70e7704bdf7febe7109f4cfb416a0178222b58f5ee0fd455980337
|
||||
size 14210160
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e4c4901c4448bf7465ff043d8ace7c8fad01adef13fdbbc0dcca85f4e759fea
|
||||
size 14243390
|
@ -1,21 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define so_ver 43
|
||||
%define so_ver 40
|
||||
# Disable validation tests by default due to opencl needing to be set up
|
||||
%bcond_with computelibrary_tests
|
||||
Name: ComputeLibrary
|
||||
Version: 24.11
|
||||
Version: 24.08
|
||||
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 LICENSES/MIT.txt
|
||||
%license LICENSE
|
||||
%{_libdir}/libarm_compute.so.%{so_ver}*
|
||||
|
||||
%files -n libarm_compute_graph%{so_ver}
|
||||
%license LICENSES/MIT.txt
|
||||
%license LICENSE
|
||||
%{_libdir}/libarm_compute_graph.so.%{so_ver}*
|
||||
|
||||
%files devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user