From 23f6b53d14694b9074fcc3da3b29ee3a64ba47c7 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 4 Dec 2019 23:09:24 -0600 Subject: [PATCH] yaml-cpp: Disable build tests Disable build test or causes conflict with gtest package in repo. Closes #17111 Signed-off-by: Nathan Owens --- srcpkgs/yaml-cpp/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yaml-cpp/template b/srcpkgs/yaml-cpp/template index 5ce97c721b7..ca3ba5ef7d7 100644 --- a/srcpkgs/yaml-cpp/template +++ b/srcpkgs/yaml-cpp/template @@ -1,11 +1,12 @@ # Template file for 'yaml-cpp' pkgname=yaml-cpp version=0.6.2 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=cmake -configure_args="-DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TOOLS=OFF" -short_desc="A YAML parser and emitter in C++" +configure_args="-DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TOOLS=OFF + -DYAML_CPP_BUILD_TESTS=OFF" +short_desc="YAML parser and emitter in C++" maintainer="Duncaen " license="MIT" homepage="https://github.com/jbeder/yaml-cpp"