public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fast_float] f44: Better conditionalize test dependencies
@ 2026-06-03 5:51 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-03 5:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fast_float
Branch : f44
Commit : 13ee89dfe97efd6ece63f0ac0ad64e2e58da33d0
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-05-17T20:41:14+01:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fast_float/c/13ee89dfe97efd6ece63f0ac0ad64e2e58da33d0?branch=f44
Log:
Better conditionalize test dependencies
---
diff --git a/fast_float.spec b/fast_float.spec
index 0e9dbb5..1d0dbf5 100644
--- a/fast_float.spec
+++ b/fast_float.spec
@@ -39,9 +39,11 @@ BuildOption(conf): %{shrink:
BuildRequires: gcc-c++
+%if %{with ctest}
BuildRequires: cmake(doctest)
# Doctest is header-only, so we must BR:
BuildRequires: doctest-static
+%endif
# No compiled binaries are installed, so this would be empty.
%global debug_package %{nil}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-03 5:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 5:51 [rpms/fast_float] f44: Better conditionalize test dependencies Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox