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

new file: b/Boost/Boost-1.63.0-intel-2016a.eb new file: l/libxc/libxc-2.2.2-intel-2016a.eb new file: p/ParmEd/ParmEd-3.2.0-Py-2.7.eb deleted: b/BAGEL/BAGEL-1.2.2-intel-2017a.eb
24 lines
553 B
Plaintext
24 lines
553 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': '2016a'}
|
|
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'
|