mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: b/Boost/Boost-1.70.0-GCCcore-8.3.0-Py-3.7.eb new file: g/gompi/gompi-2019b.eb modified: l/Libmsr/Libsmr-master-20191216.eb new file: m/Mesa/Mesa-19.0.1-gompi-2019b.eb
31 lines
740 B
Plaintext
31 lines
740 B
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'Boost'
|
|
version = '1.70.0'
|
|
versionsuffix = '-Py-3.7'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2019b'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
|
|
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
|
patches = ['Boost-1.65.1_fix-Python3.patch']
|
|
|
|
dependencies = [
|
|
('OpenMPI', '3.1.5', '', ('GCCcore', '8.3.0')),
|
|
('bzip2', '1.0.6', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
('Py', '3.7', '', True)
|
|
]
|
|
|
|
configopts = '--with-python=$EBROOTPYTHON/bin/python'
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|