Skip to content

Commit

Permalink
#214 #314 update boost.python version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jun 14, 2024
1 parent 4f3eb8e commit b706d47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 214_Single-cell_python_bundle/graph_tool.eb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ builddependencies = [

dependencies = [
('Python', '3.11.3'),
('Boost.Python', '1.83.0'),
('Boost.Python', '1.82.0'),
('sparsehash', '2.0.4'),
('matplotlib', '3.7.2'),
('PyCairo', '1.25.0'),
Expand Down
8 changes: 4 additions & 4 deletions 314_napari_microsam/boost.python.eb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
easyblock = 'EB_Boost'

name = 'Boost.Python'
version = '1.83.0'
version = '1.82.0'

homepage = 'https://boostorg.github.io/python'
description = """Boost.Python is a C++ library which enables seamless interoperability between C++
Expand All @@ -11,11 +11,11 @@ toolchain = {'name': 'GCC', 'version': '12.3.0'}
toolchainopts = {'pic': True}

source_urls = ['https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/']
sources = ['boost_1_83_0.tar.gz']
checksums = ['c0685b68dd44cc46574cce86c4e17c0f611b15e195be9848dfd0769a0a207628']
sources = ['boost_1_82_0.tar.gz']
checksums = ['66a469b6e608a51f8347236f4912e27dc5c60c60d7d53ae9bfe4683316c6f04c']

dependencies = [
('Boost', '1.82.0'),
('Boost', version),
('Python', '3.11.3'),
]

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion 314_napari_microsam/vigra_v2.eb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builddependencies = [
dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
('Boost.Python', '1.83.0'),
('Boost.Python', '1.82.0'),
('libjpeg-turbo', '2.1.5.1'),
('OpenJPEG', '2.5.0'),
('LibTIFF', '4.5.0'),
Expand Down

0 comments on commit b706d47

Please sign in to comment.