Update to version 1.4.5

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=43
This commit is contained in:
Asterios Dramis 2024-06-24 19:24:50 +00:00 committed by Git OBS Bridge
parent f28d3cb9d7
commit 3ad0f89f51
4 changed files with 14 additions and 6 deletions

View File

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

3
Vc-1.4.5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 23 13:24:03 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.4.5:
* Small CMake improvements (gh#VcDevel/Vc#360).
* Replace uses exec_program with execute_process
(gh#VcDevel/Vc#364).
-------------------------------------------------------------------
Mon Oct 23 20:12:57 UTC 2023 - Christoph G <foss@grueninger.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package Vc
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: Vc
Version: 1.4.4
Version: 1.4.5
Release: 0
Summary: Collection of SIMD Vector Classes
License: BSD-3-Clause
Group: System/Libraries
URL: https://github.com/VcDevel/Vc/
Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gcc-c++