mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

new file: l/libMesh/libMesh-1.3.0-intel-2018.04.eb new file: l/libMesh/libMesh-1.4.1-intel-2018.04.eb new file: m/MUMPS/MUMPS-5.2.0-intel-2018.04-parmetis.eb new file: p/PETSc/PETSc-3.7.5-intel-2018.04-it4i.eb new file: s/SCOTCH/SCOTCH-6.0.6-intel-2018.04.eb
27 lines
579 B
Plaintext
27 lines
579 B
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'Boost'
|
|
version = '1.68.0'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2018.04'}
|
|
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 = '--without-libraries=python'
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|