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

modified: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb new file: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482 new file: c/CP2K/CP2K-2022.1-foss-2021a-CUDA-11.4.1.eb new file: c/CP2K/CP2K-2022.1-fosscuda-2020b.eb new file: f/fromage/fromage-1.1.0.eb modified: g/glibc/glibc-2.19.eb new file: g/glibc/glibc-2.29-GCCcore-10.2.0.eb modified: g/glibc/glibc-2.30-GCCcore-10.2.0.eb new file: i/iRODS/iRODS-0.7.3.eb modified: p/pymatgen/pymatgen-2022.0.12-foss-2020b.eb new file: s/sqsgenerator/sqsgenerator-0.2-foss-2020b-Python-3.8.6.eb deleted: i/IRODS/IRODS-0.7.3.eb
32 lines
745 B
Plaintext
32 lines
745 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('.'))]
|
|
checksums = ['5347464af5b14ac54bb945dc68f1dd7c56f0dad7262816b956138fc53bcc0131']
|
|
|
|
#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'
|