mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
27 lines
616 B
Plaintext
27 lines
616 B
Plaintext
name = 'Boost'
|
|
version = '1.49.0'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'goolf', 'version': '1.5.16'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
|
|
|
pythonversion = '2.7.3'
|
|
versionsuffix = '-Python-%s' % pythonversion
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.6'),
|
|
('Python', pythonversion),
|
|
]
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
osdependencies = [('zlib-devel','zlib1g-dev')]
|
|
|
|
moduleclass = 'devel'
|