easyconfigs-it4i/b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.13.eb
Lukáš Krupčík 49d03a39bd modified: b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.13.eb
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
2021-01-05 12:24:36 +01:00

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'