From d658d832238c84ffc975b9f530ee38ab58cc0929 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 17 Nov 2021 13:48:41 +0100 Subject: [PATCH 1/5] boost(without MPI): support for Clang added to build-script --- Compiler/boost/build | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Compiler/boost/build b/Compiler/boost/build index 5b2d34b..efc3e83 100755 --- a/Compiler/boost/build +++ b/Compiler/boost/build @@ -13,13 +13,14 @@ pbuild::pre_configure() { gcc ) TOOLSET=gcc ;; + clang ) + TOOLSET=clang + ;; * ) std::die 1 "Unsupported compiler!" ;; esac -} -pbuild::compile() { cd "${SRC_DIR}" ./bootstrap.sh \ --prefix="${PREFIX}" \ @@ -39,6 +40,9 @@ pbuild::compile() { || exit 1 } +pbuild::compile() { + : +} pbuild::install() { : } From f032af718d0e0525d18a574f07c9462c5c9e6092 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 17 Nov 2021 13:50:42 +0100 Subject: [PATCH 2/5] boost(without MPI): variants for 1.76.0 with clang/12.0.0_rhel7 added --- Compiler/boost/files/variants.rhel7 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Compiler/boost/files/variants.rhel7 diff --git a/Compiler/boost/files/variants.rhel7 b/Compiler/boost/files/variants.rhel7 new file mode 100644 index 0000000..682c5ed --- /dev/null +++ b/Compiler/boost/files/variants.rhel7 @@ -0,0 +1,2 @@ +boost/1.76.0 unstable gcc/8.4.0 clang/12.0.0 b:zlib/1.2.11 +boost/1.76.0_rhel7 unstable clang/12.0.0_rhel7 b:zlib/1.2.11 From 9b591a8b1cac59be4984cbea7c4ee436797fc978 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 18 Nov 2021 09:43:42 +0100 Subject: [PATCH 3/5] boost(without MPI): build 1.76.0 for current gcc --- Compiler/boost/files/variants.rhel6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Compiler/boost/files/variants.rhel6 b/Compiler/boost/files/variants.rhel6 index 32440ea..21f2448 100644 --- a/Compiler/boost/files/variants.rhel6 +++ b/Compiler/boost/files/variants.rhel6 @@ -23,3 +23,5 @@ boost/1.67.0 stable intel/17.4 b:Python/2.7.14 boost/1.68.0 stable gcc/{7.3.0,8.2.0} b:Python/2.7.14 boost/1.73.0 stable gcc/{7.5.0,8.4.0,9.3.0,10.1.0} b:zlib/1.2.11 + +boost/1.76.0 stable gcc/{7.5.0,8.4.0,9.3.0,10.3.0} b:zlib/1.2.11 From de1933c339b1dab57892199a1c003df031062e5b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 18 Nov 2021 09:44:37 +0100 Subject: [PATCH 4/5] boost(without MPI): set release stage of 1.76.0 for clang/12.0.0_rhel7 to stable --- Compiler/boost/files/variants.rhel7 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Compiler/boost/files/variants.rhel7 b/Compiler/boost/files/variants.rhel7 index 682c5ed..369fe50 100644 --- a/Compiler/boost/files/variants.rhel7 +++ b/Compiler/boost/files/variants.rhel7 @@ -1,2 +1 @@ -boost/1.76.0 unstable gcc/8.4.0 clang/12.0.0 b:zlib/1.2.11 -boost/1.76.0_rhel7 unstable clang/12.0.0_rhel7 b:zlib/1.2.11 +boost/1.76.0_rhel7 stable clang/12.0.0_rhel7 b:zlib/1.2.11 From 5f7b9ef1ca05c02a5e4a89150c20da69c39acc0f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 18 Nov 2021 13:55:09 +0100 Subject: [PATCH 5/5] boost(without MPI): cleanup release stages --- Compiler/boost/files/variants.rhel6 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Compiler/boost/files/variants.rhel6 b/Compiler/boost/files/variants.rhel6 index 21f2448..00f7c65 100644 --- a/Compiler/boost/files/variants.rhel6 +++ b/Compiler/boost/files/variants.rhel6 @@ -5,6 +5,7 @@ boost/1.57.0 deprecated gcc/4.8.2 b:Python/3.4.0 boost/1.58.0 deprecated gcc/4.8.4 b:Python/3.4.0 boost/1.58.0 deprecated gcc/{4.8.5,4.9.3} b:Python/2.7.11 +boost/1.58.0 deprecated intel/15.3 boost/1.61.0 deprecated gcc/{4.8.5,6.2.0} b:Python/2.7.11 @@ -15,10 +16,7 @@ boost/1.63.0 deprecated gcc/6.3.0 Python/2.7.12 boost/1.64.0 deprecated gcc/5.4.0 Python/2.7.12 boost/1.66.0 stable gcc/{5.5.0,6.4.0,7.3.0} b:Python/2.7.14 -boost/1.66.0 stable intel/17.4 b:Python/2.7.12 - -boost/1.67.0 stable gcc/{5.5.0,6.4.0,7.3.0} b:Python/2.7.14 -boost/1.67.0 stable intel/17.4 b:Python/2.7.14 +boost/1.66.0 deprecated intel/17.4 b:Python/2.7.12 boost/1.68.0 stable gcc/{7.3.0,8.2.0} b:Python/2.7.14