Skip to content
Snippets Groups Projects
Commit 6c10e037 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

boost.python

parent 83213ed3
Branches
No related tags found
No related merge requests found
easyblock = 'EB_Boost'
name = 'Boost.Python'
version = '1.77.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': 'GCC', 'version': '11.2.0'}
toolchainopts = {'pic': True}
source_urls = [
'https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/']
sources = ['boost_%s.tar.gz' % '_'.join(version.split('.'))]
dependencies = [
('Boost', version),
('Python', '3.9.6'),
]
only_python_bindings = True
moduleclass = 'lib'
...@@ -322,6 +322,9 @@ software: ...@@ -322,6 +322,9 @@ software:
owner: 'strube1' owner: 'strube1'
base: True base: True
compiler: True compiler: True
- name: 'Boost.Python'
owner: 'strube1'
base: True
- name: 'Cartopy' - name: 'Cartopy'
owner: 'strube1' owner: 'strube1'
mpi: True mpi: True
...@@ -482,6 +485,9 @@ software: ...@@ -482,6 +485,9 @@ software:
- name: 'LMDB' - name: 'LMDB'
owner: 'strube1' owner: 'strube1'
base: True base: True
- name: 'Mako'
owner: 'strube1'
base: True
- name: 'Mercurial' - name: 'Mercurial'
owner: 'strube1' owner: 'strube1'
base: True base: True
...@@ -539,6 +545,12 @@ software: ...@@ -539,6 +545,12 @@ software:
- name: 'Pillow-SIMD' - name: 'Pillow-SIMD'
owner: 'strube1' owner: 'strube1'
base: True base: True
- name: 'pkg-config'
owner: 'strube1'
base: True
- name: 'pkgconfig'
owner: 'strube1'
base: True
- name: 'PostgreSQL' - name: 'PostgreSQL'
owner: 'strube1' owner: 'strube1'
base: True base: True
......
...@@ -89,6 +89,10 @@ releases = { ...@@ -89,6 +89,10 @@ releases = {
'pybind11': ['2.5.0', '2.7.1'], 'pybind11': ['2.5.0', '2.7.1'],
'GEOS': ['3.8.1', '3.9.1'], 'GEOS': ['3.8.1', '3.9.1'],
'parallel': ['20201122', '20210722'], 'parallel': ['20201122', '20210722'],
'pkg-config': ['1.5.4', '1.5.5'],
'Mako': ['1.1.3', '1.1.4'],
'Boost': ['1.74.0', '1.77.0'],
'Boost.Python': ['1.74.0', '1.77.0'],
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment