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

modified: o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-6.3.0-2.27.eb modified: p/Python/Python-2.7.11-intel-2017a.eb deleted: c/CP2K/CP2K-7.1-intel-2020a.eb
29 lines
702 B
Plaintext
29 lines
702 B
Plaintext
name = 'Boost'
|
|
version = '1.63.0'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
|
|
|
pythonversion = '2.7.13'
|
|
versionsuffix = '-Python-%s' % pythonversion
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.6', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
('Python', pythonversion, '', True)
|
|
]
|
|
|
|
configopts = '--with-python=$EBROOTPYTHON/bin/python '
|
|
#buildopts = '-fPIC && '
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|