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

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.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'
|