diff --git a/b/Boost/Boost-1.66.0-intel-2018a.eb b/b/Boost/Boost-1.66.0-intel-2018a.eb new file mode 100644 index 00000000..44f8daa5 --- /dev/null +++ b/b/Boost/Boost-1.66.0-intel-2018a.eb @@ -0,0 +1,26 @@ +# IT4Innovations 2018 + +name = 'Boost' +version = '1.66.0' + +homepage = 'http://www.boost.org/' +description = """Boost provides free peer-reviewed portable C++ source libraries.""" + +toolchain = {'name': 'intel', 'version': '2018a'} +toolchainopts = {'pic': True, 'usempi': True} + +source_urls = [SOURCEFORGE_SOURCE] +sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))] +checksums = ['bd0df411efd9a585e5a2212275f8762079fed8842264954675a4fddc46cfcf60'] + +dependencies = [ + ('bzip2', '1.0.6', '', True), + ('zlib', '1.2.11', '', True), +] + +configopts = '--without-libraries=python' + +# also build boost_mpi +boost_mpi = True + +moduleclass = 'devel'