Skip to content
Snippets Groups Projects
Commit 86f9a37e authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

adding easyconfigs: Boost-1.79.0-GCCcore-11.3.0.eb, Boost.Python-1.79.0-GCCcore-11.3.0.eb

parent 788965dd
No related branches found
No related tags found
No related merge requests found
easyblock = 'EB_Boost'
name = 'Boost.Python'
version = '1.79.0'
homepage = 'https://boostorg.github.io/python'
description = """Boost.Python is a C++ library which enables seamless interoperability between C++
and the Python programming language."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/']
sources = ['boost_%s.tar.gz' % '_'.join(version.split('.'))]
checksums = ['273f1be93238a068aba4f9735a4a2b003019af067b9c183ed227780b8f36062c']
dependencies = [
('binutils', '2.38'),
('Boost', version),
('Python', '3.10.4'),
]
only_python_bindings = True
moduleclass = 'lib'
##
# Authors:: Denis Kristak <thenis@inuits.eu>
##
name = 'Boost'
version = '1.79.0'
homepage = 'https://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/']
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
checksums = ['273f1be93238a068aba4f9735a4a2b003019af067b9c183ed227780b8f36062c']
dependencies = [
('binutils', '2.38'),
('bzip2', '1.0.8'),
('zlib', '1.2.12'),
('XZ', '5.2.5'),
('ICU', '71.1'),
]
configopts = '--without-libraries=python,mpi'
# disable MPI, build Boost libraries with tagged layout
boost_mpi = False
tagged_layout = True
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment