]> git.pld-linux.org Git - packages/volk.git/commitdiff
- updated to 3.1.2 master
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Mar 2024 18:49:39 +0000 (19:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 1 Mar 2024 18:49:39 +0000 (19:49 +0100)
volk-pld.patch
volk.spec

index 2d8af188078d0e8ab7a6fd34f9786f1d4adea87c..3f42f13d3dc4e36dd0d8ef01a7663200398470e5 100644 (file)
@@ -1,11 +1,10 @@
---- volk-3.1.1/cmake/Modules/VolkBuildTypes.cmake.orig 2024-01-29 21:15:17.000000000 +0100
-+++ volk-3.1.1/cmake/Modules/VolkBuildTypes.cmake      2024-02-18 14:31:31.617923137 +0100
-@@ -26,7 +26,7 @@ set(__INCLUDED_VOLK_BUILD_TYPES_CMAKE TR
- # Defines the list of acceptable cmake build types. When adding a new
- # build type below, make sure to add it to this list.
- list(APPEND AVAIL_BUILDTYPES
--  None Debug Release RelWithDebInfo MinSizeRel
-+  PLD None Debug Release RelWithDebInfo MinSizeRel
-   DebugParanoid NoOptWithASM O2WithASM O3WithASM
-   ASAN
- )
+--- volk-3.1.2/cmake/Modules/VolkBuildTypes.cmake.orig 2024-03-01 19:42:38.849606008 +0100
++++ volk-3.1.2/cmake/Modules/VolkBuildTypes.cmake      2024-03-01 19:44:20.785720439 +0100
+@@ -28,6 +28,7 @@ set(__INCLUDED_VOLK_BUILD_TYPES_CMAKE TR
+ list(
+     APPEND
+     AVAIL_BUILDTYPES
++    PLD
+     None
+     Debug
+     Release
index 1a4ebb791606084173adfbbbc41dcf2571870d42..7c824f21f166a22a8bab6dc2c0b7997761bcf8a2 100644 (file)
--- a/volk.spec
+++ b/volk.spec
@@ -5,12 +5,12 @@
 Summary:       Vector-Optimized Library of Kernels
 Summary(pl.UTF-8):     Vector-Optimized Library of Kernels - biblioteka jÄ…der zoptymalizowanych wektorowo
 Name:          volk
-Version:       3.1.1
+Version:       3.1.2
 Release:       1
 License:       LGPL v3+
 Group:         Libraries
-Source0:       https://www.libvolk.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: f361b834203bff052074d8661297ed83
+Source0:       https://www.libvolk.org/releases/%{name}-%{version}.tar.xz
+# Source0-md5: 04d83692c9292324f311ebe9b93bf2cf
 Patch0:                %{name}-pld.patch
 URL:           https://www.libvolk.org/
 BuildRequires: cmake >= 3.8
@@ -23,6 +23,8 @@ BuildRequires:        pkgconfig
 BuildRequires: python3 >= 1:3.4
 BuildRequires: python3-Mako >= 0.4.2
 BuildRequires: rpm-build >= 4.6
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires:      orc >= 0.4.12
 Conflicts:     gnuradio < 3.9.0.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.109036 seconds and 4 git commands to generate.