forked from pool/spirv-tools
- Update to release 2024.1~rc1
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=108
This commit is contained in:
parent
8f41e32e02
commit
1abb4b5e60
@ -1,4 +1,4 @@
|
|||||||
libSPIRV-Tools-2023_6_rc1
|
libSPIRV-Tools-2024_1_rc1
|
||||||
spirv-tools-devel
|
spirv-tools-devel
|
||||||
requires -spirv-tools-<targettype>
|
requires -spirv-tools-<targettype>
|
||||||
requires "libSPIRV-Tools-2023_6_rc1-<targettype> = <version>"
|
requires "libSPIRV-Tools-2024_1_rc1-<targettype> = <version>"
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 10 10:38:33 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2024.1~rc1
|
||||||
|
* Add tooling support for SPV_KHR_maximal_reconvergence,
|
||||||
|
SPV_KHR_float_controls2, SPV_KHR_quad_control,
|
||||||
|
SPV_NV_shader_atomic_fp16_vector, SPV_QCOM_image_processing2
|
||||||
|
* Fold 64-bit int operations
|
||||||
|
* Support operand kind for SPV_INTEL_maximum_registers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 22 20:14:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Fri Dec 22 20:14:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package spirv-tools
|
# spec file for package spirv-tools
|
||||||
#
|
#
|
||||||
# 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,17 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
%define _lto_cflags %nil
|
%define _lto_cflags %nil
|
||||||
%define lname libSPIRV-Tools-2023_6_rc1
|
%define lname libSPIRV-Tools-2024_1_rc1
|
||||||
|
|
||||||
Name: spirv-tools
|
Name: spirv-tools
|
||||||
Version: 2023.6~rc1
|
Version: 2024.1~rc1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: API and commands for processing SPIR-V modules
|
Summary: API and commands for processing SPIR-V modules
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/KhronosGroup/SPIRV-Tools
|
URL: https://github.com/KhronosGroup/SPIRV-Tools
|
||||||
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2023.6.rc1.tar.gz
|
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2024.1.rc1.tar.gz
|
||||||
#Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/sdk-1.3.268.0.tar.gz
|
|
||||||
Source9: baselibs.conf
|
Source9: baselibs.conf
|
||||||
Patch1: ver.diff
|
Patch1: ver.diff
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -40,7 +39,7 @@ BuildRequires: gcc11-c++
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: spirv-headers >= 1.6.1+sdk268
|
BuildRequires: spirv-headers >= 1.6.1+sdk275+git19
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The package includes an assembler, binary module parser,
|
The package includes an assembler, binary module parser,
|
||||||
@ -68,7 +67,7 @@ validator, and is used in the standalone tools whilst also enabling
|
|||||||
integration into other code bases directly.
|
integration into other code bases directly.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n SPIRV-Tools-2023.6.rc1
|
%autosetup -p1 -n SPIRV-Tools-2024.1.rc1
|
||||||
find . -type f -name CMakeLists.txt -exec \
|
find . -type f -name CMakeLists.txt -exec \
|
||||||
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +
|
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +
|
||||||
|
|
||||||
|
BIN
v2023.6.rc1.tar.gz
(Stored with Git LFS)
BIN
v2023.6.rc1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
v2024.1.rc1.tar.gz
Normal file
3
v2024.1.rc1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:793715a2b09b86bbd795101a201724a8fc86fe9619b1ecbaf78677e77a183b92
|
||||||
|
size 3171457
|
Loading…
Reference in New Issue
Block a user