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

modified: g/git/git-2.11.0-GNU-4.9.3-2.25.eb new file: g/git/git-2.12.2.eb modified: p/Perl/Perl-5.24.0-GCC-5.4.0-bare.eb new file: p/Perl/Perl-5.24.1.eb
29 lines
699 B
Plaintext
29 lines
699 B
Plaintext
name = 'Boost'
|
|
version = '1.63.0'
|
|
|
|
homepage = 'http://www.boost.org/'
|
|
description = """Boost provides free peer-reviewed portable C++ source libraries."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = [SOURCEFORGE_SOURCE]
|
|
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
|
|
|
|
pythonversion = '2.7.13'
|
|
versionsuffix = '-Python-%s' % pythonversion
|
|
|
|
dependencies = [
|
|
('bzip2', '1.0.6', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
('Python', pythonversion, '', True)
|
|
]
|
|
|
|
configopts = '--with-python=$EBROOTPYTHON/bin/python'
|
|
buildopts = '-fPIC &&'
|
|
|
|
# also build boost_mpi
|
|
boost_mpi = True
|
|
|
|
moduleclass = 'devel'
|