easyconfigs-it4i/b/Boost/Boost-1.66.0-intel-2017b-serial.eb
Lukáš Krupčík 1152036513 new file: b/Boost/Boost-1.66.0-intel-2017b-serial.eb
new file:   g/GROMACS/GROMACS-2018-intel-2017b-serial.eb
	new file:   s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
2018-02-20 13:42:36 +01:00

29 lines
649 B
Plaintext

# IT4Innovations 2018
name = 'Boost'
version = '1.66.0'
versionsuffix = '-serial'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'intel', 'version': '2017b'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
dependencies = [
('bzip2', '1.0.6', '', True),
('zlib', '1.2.11', '', True),
]
configopts = '--with-libraries=serialization'
configopts = '--without-libraries=python'
# also build boost_mpi
boost_mpi = True
moduleclass = 'devel'