freebsd-ports/biology/unanimity/files/patch-meson__options.txt
Jason W. Bacon 1895acd462 biology/unanimity: Upgrade to 3.4.0
Switch from cmake to new meson build system
Tests disabled for now pending work on unbundling googletest
2019-02-20 01:36:51 +00:00

8 lines
466 B
Text

--- meson_options.txt.orig 2019-02-17 22:53:47 UTC
+++ meson_options.txt
@@ -1,4 +1,4 @@
-option('tests', type : 'boolean', value : true, description : 'Enable dependencies required for testing')
+option('tests', type : 'boolean', value : false, description : 'Enable dependencies required for testing')
# python:
option('swig', type : 'boolean', value : true, description : 'Build UNANMITIY\'s SWIG interfacing code')