mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12: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
31 lines
664 B
Plaintext
31 lines
664 B
Plaintext
# IT4Innovations
|
|
# LK 2022
|
|
|
|
name = 'Boost'
|
|
version = '1.77.0'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '10.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
|
|
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
|
#patches = ['Boost-1.65.1_fix-Python3.patch']
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.8'),
|
|
('zlib', '1.2.11'),
|
|
('Python', '3.8.6')
|
|
]
|
|
|
|
configopts = '--with-python=$EBROOTPYTHON/bin/python'
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = False
|
|
|
|
moduleclass = 'devel'
|