mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-27 16:51:29 +01:00
Merge branch 'it4i-salomon'
Former-commit-id: f99e7305010673a585e78de410e9b9e6ef5ede2b
This commit is contained in:
commit
04d42f411b
26
b/Boost/Boost-1.66.0-intel-2018a.eb
Normal file
26
b/Boost/Boost-1.66.0-intel-2018a.eb
Normal file
@ -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'
|
Loading…
x
Reference in New Issue
Block a user