Merge branch '163-boost-without-mpi-1-76-0-for-clang-and-other-compilers' into 'master'
Resolve "boost(without MPI): 1.76.0 for clang and other compilers" Closes #163 See merge request Pmodules/buildblocks!234
This commit is contained in:
@@ -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() {
|
||||
:
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
1
Compiler/boost/files/variants.rhel7
Normal file
1
Compiler/boost/files/variants.rhel7
Normal file
@@ -0,0 +1 @@
|
||||
boost/1.76.0_rhel7 stable clang/12.0.0_rhel7 b:zlib/1.2.11
|
||||
Reference in New Issue
Block a user