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() { : } diff --git a/Compiler/boost/files/variants.rhel6 b/Compiler/boost/files/variants.rhel6 index 32440ea..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,11 +16,10 @@ 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 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 diff --git a/Compiler/boost/files/variants.rhel7 b/Compiler/boost/files/variants.rhel7 new file mode 100644 index 0000000..369fe50 --- /dev/null +++ b/Compiler/boost/files/variants.rhel7 @@ -0,0 +1 @@ +boost/1.76.0_rhel7 stable clang/12.0.0_rhel7 b:zlib/1.2.11