mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/Blender/Blender-3.1.0-GCC-10.3.0.eb new file: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb new file: b/Boost/Boost-1.77.0-intel-compilers-2021.4.0-Python-3.9.6.eb modified: c/CUDAcore/CUDAcore-11.6.0.eb new file: d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0-CUDA-11.6.0.eb new file: d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0.eb new file: d/DualSPHysics/DualSPHysics-5.0.175.patch new file: h/hwloc/hwloc-1.11.7-GCC-10.2.0.eb modified: o/ORCA/ORCA-4.2.0-OpenMPI-3.1.4.eb modified: o/ORCA/ORCA-4.2.1-OpenMPI-3.1.4.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-10.2.0.eb new file: q/QEMU/QEMU-6.2.0-VDE2.eb new file: s/sqsgenerator/sqsgenerator-0.0.5-GCC-10.2.0-Python-3.8.6.eb new file: s/sqsgenerator/sqsgenerator-0.1-GCC-10.2.0-Python-3.8.6.eb
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# LK 2022
|
|
|
|
name = 'Boost'
|
|
version = '1.77.0'
|
|
versionsuffix = '-Python-3.9.6'
|
|
|
|
homepage = 'https://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'intel-compilers', 'version': '2021.4.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/']
|
|
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
|
checksums = ['5347464af5b14ac54bb945dc68f1dd7c56f0dad7262816b956138fc53bcc0131']
|
|
|
|
dependencies = [
|
|
('Python', '3.9.6'),
|
|
('bzip2', '1.0.8'),
|
|
('zlib', '1.2.11'),
|
|
('XZ', '5.2.5'),
|
|
('ICU', '69.1'),
|
|
]
|
|
|
|
preconfigopts = "sed -i 's/-static//g' tools/build/src/engine/build.sh && "
|
|
# fix test_toolset function so it works correctly for intel-linux toolset;
|
|
# see also https://github.com/boostorg/build/issues/647
|
|
preconfigopts += "sed -i 's/{TOOLSET}/{B2_TOOLSET}/g' tools/build/src/engine/build.sh && "
|
|
|
|
configopts = '--with-python=$EBROOTPYTHON/bin/python'
|
|
|
|
# disable MPI, build Boost libraries with tagged layout
|
|
boost_mpi = False
|
|
tagged_layout = True
|
|
|
|
moduleclass = 'devel'
|