# IT4Innovations # LK 2024 easyblock = 'EB_Boost' name = 'Boost.Python-NumPy' version = '1.83.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': 'gfbf', 'version': '2023b'} toolchainopts = {'pic': True} source_urls = ['https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/'] sources = ['boost_1_83_0.tar.gz'] checksums = ['c0685b68dd44cc46574cce86c4e17c0f611b15e195be9848dfd0769a0a207628'] dependencies = [ ('Boost', '1.83.0'), ('Python', '3.11.5'), ('SciPy-bundle', '2023.11'), ] only_python_bindings = True moduleclass = 'lib'