mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: g/GTK+/GTK+-3.24.8-GCCcore-8.2.0.eb new file: m/Meld/Meld-3.20.1-Python-3.7.2.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb new file: r/RSPt/RSPTmake.inc new file: r/RSPt/RSPt-1.1-intel-2017c.eb new file: r/RSPt/RSPt-1.1-intel-2017c.patch new file: s/SPRKKR/SPRKKR-7.7.2-intel-2017c.eb new file: s/SPRKKR/SPRKKR-7.7.2-intel-2017c.patch deleted: p/PyGTK/PyGTK-2.24.0-Python-2.7.13.eb
26 lines
575 B
Plaintext
26 lines
575 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'Boost'
|
|
version = '1.68.0'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2019a'}
|
|
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'
|