Skip to content
Snippets Groups Projects
Commit 092fee1b authored by Jens Henrik Göbbert's avatar Jens Henrik Göbbert
Browse files

update to 1.78.0 as 1.77.0 is buggy

parent 3c98e7af
Branches
No related tags found
No related merge requests found
easyblock = 'EB_Boost' easyblock = 'EB_Boost'
name = 'Boost.Python' name = 'Boost.Python'
version = '1.77.0' version = '1.78.0'
homepage = 'https://boostorg.github.io/python' homepage = 'https://boostorg.github.io/python'
description = """Boost.Python is a C++ library which enables seamless interoperability between C++ description = """Boost.Python is a C++ library which enables seamless interoperability between C++
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Authors:: Denis Kristak <thenis@inuits.eu> # Authors:: Denis Kristak <thenis@inuits.eu>
## ##
name = 'Boost' name = 'Boost'
version = '1.77.0' version = '1.78.0'
homepage = 'https://www.boost.org/' homepage = 'https://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries.""" description = """Boost provides free peer-reviewed portable C++ source libraries."""
...@@ -13,7 +13,7 @@ toolchainopts = {'pic': True} ...@@ -13,7 +13,7 @@ toolchainopts = {'pic': True}
source_urls = [ source_urls = [
'https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/'] 'https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/']
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))] sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
checksums = ['5347464af5b14ac54bb945dc68f1dd7c56f0dad7262816b956138fc53bcc0131'] checksums = ['94ced8b72956591c4775ae2207a9763d3600b30d9d7446562c552f0a14a63be7']
dependencies = [ dependencies = [
('binutils', '2.37'), ('binutils', '2.37'),
......
...@@ -12,7 +12,7 @@ dependencies = [ ...@@ -12,7 +12,7 @@ dependencies = [
('CUDA', '11.5', '', SYSTEM), ('CUDA', '11.5', '', SYSTEM),
('Python', '3.9.6'), ('Python', '3.9.6'),
('SciPy-bundle', '2021.10', '', ('gcccoremkl', '11.2.0-2021.4.0')), ('SciPy-bundle', '2021.10', '', ('gcccoremkl', '11.2.0-2021.4.0')),
('Boost.Python', '1.77.0'), ('Boost.Python', '1.78.0'),
('Mako', '1.1.4'), ('Mako', '1.1.4'),
] ]
......
...@@ -19,7 +19,7 @@ builddependencies = [ ...@@ -19,7 +19,7 @@ builddependencies = [
] ]
dependencies = [ dependencies = [
('Boost', '1.77.0'), ('Boost', '1.78.0'),
('SQLite', '3.36'), ('SQLite', '3.36'),
('PostgreSQL', '13.4'), ('PostgreSQL', '13.4'),
] ]
......
...@@ -16,8 +16,8 @@ releases = { ...@@ -16,8 +16,8 @@ releases = {
'Autotools': ['20200321', '20210726'], 'Autotools': ['20200321', '20210726'],
'binutils': ['2.36.1', '2.37'], 'binutils': ['2.36.1', '2.37'],
'Bison': ['3.7.6', '3.7.6'], 'Bison': ['3.7.6', '3.7.6'],
'Boost': ['1.74.0', '1.77.0'], 'Boost': ['1.74.0', '1.78.0'],
'Boost.Python': ['1.74.0', '1.77.0'], 'Boost.Python': ['1.74.0', '1.78.0'],
'cairo': ['1.17.2', '1.16.0'], 'cairo': ['1.17.2', '1.16.0'],
'CMake': ['3.18.0', '3.21.1'], 'CMake': ['3.18.0', '3.21.1'],
'Coreutils': ['8.32', '9.0'], 'Coreutils': ['8.32', '9.0'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment