From b706d47d4c68d79a8edee9a2b85ab5f58df40f55 Mon Sep 17 00:00:00 2001 From: Pavel Tomanek Date: Fri, 14 Jun 2024 11:43:34 +0200 Subject: [PATCH] #214 #314 update boost.python version --- 214_Single-cell_python_bundle/graph_tool.eb | 2 +- 314_napari_microsam/boost.python.eb | 8 ++++---- .../{vigra.eb => not_used_but_working_vigra.eb} | 0 314_napari_microsam/vigra_v2.eb | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename 314_napari_microsam/{vigra.eb => not_used_but_working_vigra.eb} (100%) diff --git a/214_Single-cell_python_bundle/graph_tool.eb b/214_Single-cell_python_bundle/graph_tool.eb index 2ca6027a..ac416bce 100644 --- a/214_Single-cell_python_bundle/graph_tool.eb +++ b/214_Single-cell_python_bundle/graph_tool.eb @@ -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'), diff --git a/314_napari_microsam/boost.python.eb b/314_napari_microsam/boost.python.eb index 6a5ffcc0..ee38c698 100644 --- a/314_napari_microsam/boost.python.eb +++ b/314_napari_microsam/boost.python.eb @@ -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++ @@ -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'), ] diff --git a/314_napari_microsam/vigra.eb b/314_napari_microsam/not_used_but_working_vigra.eb similarity index 100% rename from 314_napari_microsam/vigra.eb rename to 314_napari_microsam/not_used_but_working_vigra.eb diff --git a/314_napari_microsam/vigra_v2.eb b/314_napari_microsam/vigra_v2.eb index 68eb19c4..6df5b9c0 100644 --- a/314_napari_microsam/vigra_v2.eb +++ b/314_napari_microsam/vigra_v2.eb @@ -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'),