From 44c9e8b0d668f36beb5ae1e30a3d103cd88c6571 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 24 Apr 2017 13:53:30 +0200 Subject: [PATCH 1/2] Programming/gtest - moved to group Compiler --- {Programming => Compiler}/gtest/1/variants | 0 {Programming => Compiler}/gtest/build | 0 {Programming => Compiler}/gtest/modulefile | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {Programming => Compiler}/gtest/1/variants (100%) rename {Programming => Compiler}/gtest/build (100%) rename {Programming => Compiler}/gtest/modulefile (100%) diff --git a/Programming/gtest/1/variants b/Compiler/gtest/1/variants similarity index 100% rename from Programming/gtest/1/variants rename to Compiler/gtest/1/variants diff --git a/Programming/gtest/build b/Compiler/gtest/build similarity index 100% rename from Programming/gtest/build rename to Compiler/gtest/build diff --git a/Programming/gtest/modulefile b/Compiler/gtest/modulefile similarity index 100% rename from Programming/gtest/modulefile rename to Compiler/gtest/modulefile From b451355f045d4900110c931e6428eaa3b6e90e3d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 24 Apr 2017 13:54:27 +0200 Subject: [PATCH 2/2] Compiler/gtest - set group to Compiler - add gcc to variant --- Compiler/gtest/1/variants | 2 +- Compiler/gtest/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiler/gtest/1/variants b/Compiler/gtest/1/variants index 9c6ffe2..d383a10 100644 --- a/Compiler/gtest/1/variants +++ b/Compiler/gtest/1/variants @@ -1 +1 @@ -gtest/1.7.0 unstable b:cmake +gtest/1.7.0 unstable b:cmake b:gcc/5.4.0 diff --git a/Compiler/gtest/build b/Compiler/gtest/build index 28b4df5..395c6f8 100755 --- a/Compiler/gtest/build +++ b/Compiler/gtest/build @@ -30,6 +30,6 @@ pbuild::install() { cp -v *.a "${_lib_dstdir}" } -pbuild::add_to_group 'Programming' +pbuild::add_to_group 'Compiler' pbuild::make_all