easyconfigs-it4i/b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.13.eb
Easy Build b0ac04196a new file: b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.13.eb
modified:   g/git/git-2.11.0-GNU-4.9.3-2.25.eb
	new file:   g/git/git-2.12.2.eb
	modified:   p/Perl/Perl-5.24.0-GCC-5.4.0-bare.eb
	new file:   p/Perl/Perl-5.24.1.eb
2017-04-21 10:57:42 +02:00

29 lines
699 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'