easyconfigs-it4i/b/Boost/Boost-1.63.0-foss-2017a-Python-2.7.13.eb
Easy Build 91f4b89c45 new file: b/Boost/Boost-1.63.0-foss-2017a-Python-2.7.13.eb
new file:   f/FFTW/FFTW-3.3.6-gompi-2017a-it4i.eb
	new file:   l/Lmod/Lmod-7.4.4.eb
	new file:   l/Lua/Lua-5.3.4.eb
	new file:   n/numpy/numpy-1.12.1-Python-2.7.13.eb
	modified:   q/QuantumESPRESSO/QuantumESPRESSO-5.4.0-foss-2015g.eb
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-5.4.0-foss-2017a.eb
	deleted:    f/FFTW/FFTW-3.3.6-gompi-2017a.eb
2017-04-25 13:42:07 +02:00

29 lines
698 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': 'foss', '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'