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

modified: c/CNTK/CNTK-2.0-GCC-7.1.0-2.28-Python-3.6.1.eb new file: c/CNTKCustomMKL/CNTKCustomMKL-3.0.eb modified: k/Keras/Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb deleted: k/Keras/.Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb.swp
28 lines
614 B
Plaintext
28 lines
614 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'),
|
|
('zlib', '1.2.11'),
|
|
('Python', '3.6.1', '', True),
|
|
]
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|