mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

new file: c/CNTK/CNTK-2.0-foss-2017a-Python-3.6.1.eb new file: c/CNTK/abs.patch new file: c/CNTK/glibc.patch new file: s/SWIG/SWIG-2.0.12-Python-3.6.1.eb new file: s/Spack/Spack-0.10.0.eb deleted: c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb
28 lines
634 B
Plaintext
28 lines
634 B
Plaintext
name = 'Boost'
|
|
version = '1.63.0'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2017a'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
|
|
|
patches = [
|
|
'Boost-%(version)s_python3.patch',
|
|
]
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.6', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
('Python', '3.6.1', '', True),
|
|
]
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|