forked from pool/ComputeLibrary
Accepting request 1131645 from science:machinelearning
OBS-URL: https://build.opensuse.org/request/show/1131645 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ComputeLibrary?expand=0&rev=19
This commit is contained in:
commit
6cc33eac6a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62f514a555409d4401e5250b290cdf8cf1676e4eb775e5bd61ea6a740a8ce24f
|
||||
size 13902839
|
3
ComputeLibrary-23.11.tar.gz
Normal file
3
ComputeLibrary-23.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd19b6c3355edd57d718c74bb496ab386452a835804a290da706f21b261f6bdf
|
||||
size 14031383
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 09:05:47 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 23.11:
|
||||
* Public major release
|
||||
* Documentation (API, changelogs, build guide,
|
||||
contribution guide, errata, etc.) available here:
|
||||
https://arm-software.github.io/ComputeLibrary/v23.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 14:24:12 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define so_ver 32
|
||||
%define so_ver 33
|
||||
# Disable validation tests by default due to opencl needing to be set up
|
||||
%bcond_with computelibrary_tests
|
||||
Name: ComputeLibrary
|
||||
Version: 23.08
|
||||
Version: 23.11
|
||||
Release: 0
|
||||
Summary: ARM Compute Library
|
||||
License: MIT
|
||||
@ -128,6 +128,7 @@ rm -f $(find %{buildroot}%{_includedir}/ -name *.cpp)
|
||||
mkdir -p %{buildroot}%{_datadir}/ComputeLibrary/%{sampledir}
|
||||
cp -r data/* %{buildroot}%{_datadir}/ComputeLibrary/%{sampledir}
|
||||
# Install scripts
|
||||
rm -rf scripts/modules # Unused scripts/module/Shell.py
|
||||
install -Dm0755 scripts/* %{buildroot}%{_bindir}
|
||||
rm -f %{buildroot}%{_bindir}/*.h
|
||||
# Fix Python scripts interpreter
|
||||
|
Loading…
x
Reference in New Issue
Block a user