easyconfigs-it4i/b/Boost/Boost-1.70.0-GCCcore-8.3.0-Py-3.7.eb
Lukáš Krupčík ef47517abe new file: b/Blender/Blender-2.81-gompi-2019b-Py-3.7.eb
new file:   b/Boost/Boost-1.70.0-GCCcore-8.3.0-Py-3.7.eb
	new file:   g/gompi/gompi-2019b.eb
	modified:   l/Libmsr/Libsmr-master-20191216.eb
	new file:   m/Mesa/Mesa-19.0.1-gompi-2019b.eb
2019-12-16 11:22:15 +01:00

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'