[packages/cpu_features] - disable building tests (downloads gtest); release 2

qboosh qboosh at pld-linux.org
Sun Feb 18 16:50:42 CET 2024


commit 2ab93ee8d688c8856a6ca309afb2e537360b176d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 18 16:16:12 2024 +0100

    - disable building tests (downloads gtest); release 2

 cpu_features.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/cpu_features.spec b/cpu_features.spec
index 06680df..4d103d2 100644
--- a/cpu_features.spec
+++ b/cpu_features.spec
@@ -2,7 +2,7 @@ Summary:	A cross platform C99 library to get CPU features at runtime
 Summary(pl.UTF-8):	Wieloplatformowa biblioteka C99 do sprawdzania funkcjonalności CPU w czasie działania
 Name:		cpu_features
 Version:	0.9.0
-Release:	1
+Release:	2
 License:	Apache v2.0
 Group:		Libraries
 #Source0Download: https://github.com/google/cpu_features/releases
@@ -37,7 +37,8 @@ Pliki nagłówkowe biblioteki cpu_features.
 %setup -q
 
 %build
-%cmake -B build
+%cmake -B build \
+	-DBUILD_TESTING=OFF
 
 %{__make} -C build
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cpu_features.git/commitdiff/2ab93ee8d688c8856a6ca309afb2e537360b176d



More information about the pld-cvs-commit mailing list