From d8471c1c884db22b29f3c2172e7244b53baacd47 Mon Sep 17 00:00:00 2001 From: Kacper Kasper Date: Mon, 2 Apr 2018 03:16:14 +0200 Subject: [PATCH] yaml_cpp: bump version. * Remove directory copy in TEST because CMake complains about changed path. --- .../{yaml_cpp-0.6.1.recipe => yaml_cpp-0.6.2.recipe} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename dev-cpp/yaml_cpp/{yaml_cpp-0.6.1.recipe => yaml_cpp-0.6.2.recipe} (94%) diff --git a/dev-cpp/yaml_cpp/yaml_cpp-0.6.1.recipe b/dev-cpp/yaml_cpp/yaml_cpp-0.6.2.recipe similarity index 94% rename from dev-cpp/yaml_cpp/yaml_cpp-0.6.1.recipe rename to dev-cpp/yaml_cpp/yaml_cpp-0.6.2.recipe index 5bfac9289..3277bce84 100644 --- a/dev-cpp/yaml_cpp/yaml_cpp-0.6.1.recipe +++ b/dev-cpp/yaml_cpp/yaml_cpp-0.6.2.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2018 Jesse Beder" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-$portVersion.tar.gz" -CHECKSUM_SHA256="25ec37e6d82ab8c485926d69a5567741c7263515f8631e5dcb3fb4708e6b0d0d" +CHECKSUM_SHA256="e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05" SOURCE_DIR="yaml-cpp-yaml-cpp-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -79,8 +79,7 @@ TEST() # TODO: fail with: The current thread is not holding the mutex @0xf96b94 # probably because gtest is not ported (also it uses bundled one) - cp -r build build_test - cd build_test + cd build cmake .. \ -DBUILD_SHARED_LIBS=ON \