aports/community/simde/disable-tests.patch

13 lines
306 B
Diff

diff --git a/meson_options.txt b/meson_options.txt
index 091ddbe..380fffd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,6 @@
option('tests',
type : 'boolean',
- value : true,
+ value : false,
description : 'Enable dependencies required for testing')
option('sleef',