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:
parent
f28d3cb9d7
commit
3ad0f89f51
@ -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
3
Vc-1.4.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb734ef4827933fcd67d4c74aef54211b841c350a867c681c73003eb6d511a48
|
||||||
|
size 645302
|
@ -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>
|
Mon Oct 23 20:12:57 UTC 2023 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
6
Vc.spec
6
Vc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Vc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: Vc
|
Name: Vc
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Collection of SIMD Vector Classes
|
Summary: Collection of SIMD Vector Classes
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: https://github.com/VcDevel/Vc/
|
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: cmake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Loading…
Reference in New Issue
Block a user