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

Update to 19.11

OBS-URL: https://build.opensuse.org/request/show/768396
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ComputeLibrary?expand=0&rev=9
This commit is contained in:
Guillaume GARDET 2020-01-29 16:46:06 +00:00 committed by Git OBS Bridge
parent 908e01ea30
commit e3f529cb50
4 changed files with 15 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 6 13:44:14 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 19.11 (no upstream changelog)
- Revert previous commit to disable neon on armv7
-------------------------------------------------------------------
Tue Nov 26 15:40:34 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package ComputeLibrary
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,26 +15,24 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define so_ver 16
%define so_ver 17
# Disable validation tests by default due to CL
%bcond_with computelibrary_tests
Name: ComputeLibrary
Version: 19.08
Version: 19.11
Release: 0
Summary: ARM Compute Library
License: MIT
Group: Productivity/Graphics/Other
Url: https://developer.arm.com/technologies/compute-library
URL: https://developer.arm.com/technologies/compute-library
Source: https://github.com/ARM-software/ComputeLibrary/archive/v%{version}.tar.gz#/ComputeLibrary-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: git
BuildRequires: ocl-icd-devel
BuildRequires: scons >= 2.4
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: aarch64 armv7l armv7hl x86_64
Recommends: %{name}-sample-data
ExclusiveArch: aarch64 armv7l armv7hl x86_64
%description
A software library for computer vision and machine learning.
@ -50,7 +48,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 devel
Summary: ARM Compute Library -- devel
Group: Development/Languages/C and C++
@ -88,7 +85,7 @@ scons os=linux build=native \
neon=1 arch=arm64-v8a \
%else
%ifarch armv7l armv7hl
neon=1 arch=armv7a \
neon=0 arch=armv7a \
%else
neon=0 arch=x86_64 \
%endif