Skip to content

Conversation

…b.eb, HPCG-3.1-lfoss-2025b.eb, mpi4py-4.1.0-lmpich-2025b.eb, networkx-3.5-lfbf-2025b.eb
@Thyre Thyre added the update label Nov 10, 2025
@github-actions
Copy link

github-actions bot commented Nov 10, 2025

Updated software GROMACS-2025.2-lfoss-2025b.eb

Diff against GROMACS-2025.2-foss-2025b.eb

easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-foss-2025b.eb

diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-foss-2025b.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-lfoss-2025b.eb
index 693bdddbf8..01225ad3c1 100644
--- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-foss-2025b.eb
+++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-lfoss-2025b.eb
@@ -29,7 +29,7 @@ for both single and double precision.
 It also contains the gmxapi extension for the single precision MPI build.
 """
 
-toolchain = {'name': 'foss', 'version': '2025b'}
+toolchain = {'name': 'lfoss', 'version': '2025b'}
 toolchainopts = {'openmp': True, 'usempi': True}
 
 source_urls = [
Diff against GROMACS-2025.2-foss-2025a.eb

easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-foss-2025a.eb

diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-foss-2025a.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-lfoss-2025b.eb
index 5e8fd2c36a..01225ad3c1 100644
--- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-foss-2025a.eb
+++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-lfoss-2025b.eb
@@ -29,7 +29,7 @@ for both single and double precision.
 It also contains the gmxapi extension for the single precision MPI build.
 """
 
-toolchain = {'name': 'foss', 'version': '2025a'}
+toolchain = {'name': 'lfoss', 'version': '2025b'}
 toolchainopts = {'openmp': True, 'usempi': True}
 
 source_urls = [
@@ -50,14 +50,14 @@ checksums = [
 ]
 
 builddependencies = [
-    ('CMake', '3.31.3'),
-    ('scikit-build-core', '0.11.1'),
-    ('pybind11', '2.13.6'),
+    ('CMake', '4.0.3'),
+    ('scikit-build-core', '0.11.5'),
+    ('pybind11', '3.0.0'),
 ]
 
 dependencies = [
-    ('Python', '3.13.1'),
-    ('SciPy-bundle', '2025.06'),
+    ('Python', '3.13.5'),
+    ('SciPy-bundle', '2025.07'),
     ('networkx', '3.5'),
     ('mpi4py', '4.1.0'),
 ]
Diff against GROMACS-2021.0-foss-2023a-20250409-constant-pH.eb

easybuild/easyconfigs/g/GROMACS/GROMACS-2021.0-foss-2023a-20250409-constant-pH.eb

diff --git a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.0-foss-2023a-20250409-constant-pH.eb b/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-lfoss-2025b.eb
index cd0edce7e0..01225ad3c1 100644
--- a/easybuild/easyconfigs/g/GROMACS/GROMACS-2021.0-foss-2023a-20250409-constant-pH.eb
+++ b/easybuild/easyconfigs/g/GROMACS/GROMACS-2025.2-lfoss-2025b.eb
@@ -1,44 +1,88 @@
+# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
+#
+# Copyright:: Copyright 2012-2016 University of Luxembourg / LCSB, Cyprus Institute / CaSToRC,
+#                                 Ghent University / The Francis Crick Institute
+# Authors::
+# * Wiktor Jurkowski <[email protected]>
+# * Fotis Georgatos <[email protected]>
+# * George Tsouloupas <[email protected]>
+# * Kenneth Hoste <[email protected]>
+# * Adam Huffman <[email protected]>
+# * Ake Sandgren <[email protected]>
+# * J. Sassmannshausen <Crick HPC team>
+# * Dugan Witherick <[email protected]>
+# * Christoph Siegert <[email protected]>
+# License::   MIT/GPL
+
 name = 'GROMACS'
-version = '2021.0'
-_date = '-20250409'
-local_commit = '28807b11'
-versionsuffix = f'{_date}-constant-pH'
-# fork is from v2021.0-beta1, SOVERSION = 6.0.0
+version = '2025.2'
 
-homepage = 'https://gitlab.com/gromacs-constantph'
+homepage = 'https://www.gromacs.org'
 description = """
-GROMACS constant pH
-
 GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the
 Newtonian equations of motion for systems with hundreds to millions of
 particles.
 
-This is preliminary version of the GROMACS constant pH code.
-The modified force fields needed for constnat pH.
+This is a CPU only build, containing both MPI and threadMPI binaries
+for both single and double precision.
+
+It also contains the gmxapi extension for the single precision MPI build.
 """
 
-toolchain = {'name': 'foss', 'version': '2023a'}
-# Currently, separate PME ranks are not supported with MPI
-toolchainopts = {'openmp': True, 'usempi': False}
+toolchain = {'name': 'lfoss', 'version': '2025b'}
+toolchainopts = {'openmp': True, 'usempi': True}
 
-source_urls = ['https://gitlab.com/gromacs-constantph/constantph/-/archive/']
-sources = [{
-    'download_filename': '%s.tar.gz' % local_commit,
-    'filename': '%%(name)s-%%(version)s-%s.tar.gz' % local_commit,
-}]
-checksums = ['88548354e02c872052f2fa662eab5f111421706cb0ea264e94af19e7274d0f78']
+source_urls = [
+    'https://ftp.gromacs.org/pub/gromacs/',
+    'ftp://ftp.gromacs.org/pub/gromacs/',
+]
+sources = [SOURCELOWER_TAR_GZ]
+patches = [
+    'GROMACS-2023.1_set_omp_num_threads_env_for_ntomp_tests.patch',
+    'GROMACS-2023.1_fix_tests_for_gmx_thread_mpi.patch',
+]
+checksums = [
+    {'gromacs-2025.2.tar.gz': '0df09f9d45a99ef00e66b9baa9493a27e906813763a3b6c7672217c66b43ea11'},
+    {'GROMACS-2023.1_set_omp_num_threads_env_for_ntomp_tests.patch':
+     '7f41bda16c9c2837624265dda4be252f655d1288ddc4486b1a2422af30d5d199'},
+    {'GROMACS-2023.1_fix_tests_for_gmx_thread_mpi.patch':
+     '6df844bb3bbc51180446a3595c61a4ef195e5f975533a04cef76841aa763aec1'},
+]
 
 builddependencies = [
-    ('CMake', '3.26.3'),
+    ('CMake', '4.0.3'),
+    ('scikit-build-core', '0.11.5'),
+    ('pybind11', '3.0.0'),
+]
+
+dependencies = [
+    ('Python', '3.13.5'),
+    ('SciPy-bundle', '2025.07'),
+    ('networkx', '3.5'),
+    ('mpi4py', '4.1.0'),
 ]
 
-start_dir = 'gromacs-constantph'
+# be a bit more forgiving w.r.t. timeouts for GROMACS test suite,
+# see also https://gitlab.com/gromacs/gromacs/-/issues/5062
+configopts = "-DGMX_TEST_TIMEOUT_FACTOR=3"
 
-# this version does not support DOUBLE
-double_precision = False
+exts_defaultclass = 'PythonPackage'
 
-# Code is not sufficiently covered with tests and some standard GROMACS test might be broken.
-# Thus, make check might end up with errors
-runtest = False
+exts_default_options = {
+    'source_urls': [PYPI_SOURCE],
+}
+
+exts_list = [
+    ('gmxapi', '0.4.2', {
+        'patches': ['GROMACS-2025.2_gmxapi-remove-builddependencies.patch'],
+        'preinstallopts': 'export CMAKE_ARGS="-Dgmxapi_ROOT=%(installdir)s ' +
+                          '-C %(installdir)s/share/cmake/gromacs_mpi/gromacs-hints_mpi.cmake" && ',
+        'checksums': [
+            {'gmxapi-0.4.2.tar.gz': 'c746c6498c73a75913d7fcb01c13cc001d4bcb82999e9bf91d63578565ed1a1f'},
+            {'GROMACS-2025.2_gmxapi-remove-builddependencies.patch':
+             'd35eedea75167a88cd1c74df4c201b666ec9f8aef00f0fc6136380e36eb1e0e5'},
+        ],
+    }),
+]
 
 moduleclass = 'bio'

Updated software HPCG-3.1-lfoss-2025b.eb

Diff against HPCG-3.1-intel-2025b.eb

easybuild/easyconfigs/h/HPCG/HPCG-3.1-intel-2025b.eb

diff --git a/easybuild/easyconfigs/h/HPCG/HPCG-3.1-intel-2025b.eb b/easybuild/easyconfigs/h/HPCG/HPCG-3.1-lfoss-2025b.eb
index fcf40dfd44..aa0cbd8f73 100644
--- a/easybuild/easyconfigs/h/HPCG/HPCG-3.1-intel-2025b.eb
+++ b/easybuild/easyconfigs/h/HPCG/HPCG-3.1-lfoss-2025b.eb
@@ -5,7 +5,7 @@ homepage = 'https://software.sandia.gov/hpcg'
 description = """The HPCG Benchmark project is an effort to create a more relevant metric for ranking HPC systems than
  the High Performance LINPACK (HPL) benchmark, that is currently used by the TOP500 benchmark."""
 
-toolchain = {'name': 'intel', 'version': '2025b'}
+toolchain = {'name': 'lfoss', 'version': '2025b'}
 toolchainopts = {'usempi': True, 'openmp': True}
 
 source_urls = ['http://www.hpcg-benchmark.org/downloads']
@@ -19,6 +19,8 @@ checksums = [
     '23b9de83042eb7a8207fdddcfa79ae2cc1a17e8e623e2224c7751d7c328ee482',
 ]
 
+preconfigopts = 'sed -i "s|-ftree-vectorizer-verbose=0||g" %(start_dir)s/setup/Make.MPI_GCC_OMP && '
+
 runtest = True
 
 moduleclass = 'math'
Diff against HPCG-3.1-foss-2025b.eb

easybuild/easyconfigs/h/HPCG/HPCG-3.1-foss-2025b.eb

diff --git a/easybuild/easyconfigs/h/HPCG/HPCG-3.1-foss-2025b.eb b/easybuild/easyconfigs/h/HPCG/HPCG-3.1-lfoss-2025b.eb
index ba57176586..aa0cbd8f73 100644
--- a/easybuild/easyconfigs/h/HPCG/HPCG-3.1-foss-2025b.eb
+++ b/easybuild/easyconfigs/h/HPCG/HPCG-3.1-lfoss-2025b.eb
@@ -5,7 +5,7 @@ homepage = 'https://software.sandia.gov/hpcg'
 description = """The HPCG Benchmark project is an effort to create a more relevant metric for ranking HPC systems than
  the High Performance LINPACK (HPL) benchmark, that is currently used by the TOP500 benchmark."""
 
-toolchain = {'name': 'foss', 'version': '2025b'}
+toolchain = {'name': 'lfoss', 'version': '2025b'}
 toolchainopts = {'usempi': True, 'openmp': True}
 
 source_urls = ['http://www.hpcg-benchmark.org/downloads']
@@ -19,6 +19,8 @@ checksums = [
     '23b9de83042eb7a8207fdddcfa79ae2cc1a17e8e623e2224c7751d7c328ee482',
 ]
 
+preconfigopts = 'sed -i "s|-ftree-vectorizer-verbose=0||g" %(start_dir)s/setup/Make.MPI_GCC_OMP && '
+
 runtest = True
 
 moduleclass = 'math'
Diff against HPCG-3.1-intel-2023a.eb

easybuild/easyconfigs/h/HPCG/HPCG-3.1-intel-2023a.eb

diff --git a/easybuild/easyconfigs/h/HPCG/HPCG-3.1-intel-2023a.eb b/easybuild/easyconfigs/h/HPCG/HPCG-3.1-lfoss-2025b.eb
index 771c57d4d8..aa0cbd8f73 100644
--- a/easybuild/easyconfigs/h/HPCG/HPCG-3.1-intel-2023a.eb
+++ b/easybuild/easyconfigs/h/HPCG/HPCG-3.1-lfoss-2025b.eb
@@ -5,7 +5,7 @@ homepage = 'https://software.sandia.gov/hpcg'
 description = """The HPCG Benchmark project is an effort to create a more relevant metric for ranking HPC systems than
  the High Performance LINPACK (HPL) benchmark, that is currently used by the TOP500 benchmark."""
 
-toolchain = {'name': 'intel', 'version': '2023a'}
+toolchain = {'name': 'lfoss', 'version': '2025b'}
 toolchainopts = {'usempi': True, 'openmp': True}
 
 source_urls = ['http://www.hpcg-benchmark.org/downloads']
@@ -19,6 +19,8 @@ checksums = [
     '23b9de83042eb7a8207fdddcfa79ae2cc1a17e8e623e2224c7751d7c328ee482',
 ]
 
+preconfigopts = 'sed -i "s|-ftree-vectorizer-verbose=0||g" %(start_dir)s/setup/Make.MPI_GCC_OMP && '
+
 runtest = True
 
 moduleclass = 'math'

Updated software HPL-2.3-lfoss-2025b.eb

Diff against HPL-2.3-intel-2025b.eb

easybuild/easyconfigs/h/HPL/HPL-2.3-intel-2025b.eb

diff --git a/easybuild/easyconfigs/h/HPL/HPL-2.3-intel-2025b.eb b/easybuild/easyconfigs/h/HPL/HPL-2.3-lfoss-2025b.eb
index fe387c1f29..b97550b7b0 100644
--- a/easybuild/easyconfigs/h/HPL/HPL-2.3-intel-2025b.eb
+++ b/easybuild/easyconfigs/h/HPL/HPL-2.3-lfoss-2025b.eb
@@ -6,7 +6,7 @@ description = """HPL is a software package that solves a (random) dense linear s
  arithmetic on distributed-memory computers. It can thus be regarded as a portable as well as freely available
  implementation of the High Performance Computing Linpack Benchmark."""
 
-toolchain = {'name': 'intel', 'version': '2025b'}
+toolchain = {'name': 'lfoss', 'version': '2025b'}
 toolchainopts = {'usempi': True}
 
 source_urls = ['https://www.netlib.org/benchmark/%(namelower)s']
Diff against HPL-2.3-foss-2025b.eb

easybuild/easyconfigs/h/HPL/HPL-2.3-foss-2025b.eb

diff --git a/easybuild/easyconfigs/h/HPL/HPL-2.3-foss-2025b.eb b/easybuild/easyconfigs/h/HPL/HPL-2.3-lfoss-2025b.eb
index e9190d8d63..b97550b7b0 100644
--- a/easybuild/easyconfigs/h/HPL/HPL-2.3-foss-2025b.eb
+++ b/easybuild/easyconfigs/h/HPL/HPL-2.3-lfoss-2025b.eb
@@ -6,7 +6,7 @@ description = """HPL is a software package that solves a (random) dense linear s
  arithmetic on distributed-memory computers. It can thus be regarded as a portable as well as freely available
  implementation of the High Performance Computing Linpack Benchmark."""
 
-toolchain = {'name': 'foss', 'version': '2025b'}
+toolchain = {'name': 'lfoss', 'version': '2025b'}
 toolchainopts = {'usempi': True}
 
 source_urls = ['https://www.netlib.org/benchmark/%(namelower)s']
Diff against HPL-2.3-foss-2025a.eb

easybuild/easyconfigs/h/HPL/HPL-2.3-foss-2025a.eb

diff --git a/easybuild/easyconfigs/h/HPL/HPL-2.3-foss-2025a.eb b/easybuild/easyconfigs/h/HPL/HPL-2.3-lfoss-2025b.eb
index 0d0af2b6e5..b97550b7b0 100644
--- a/easybuild/easyconfigs/h/HPL/HPL-2.3-foss-2025a.eb
+++ b/easybuild/easyconfigs/h/HPL/HPL-2.3-lfoss-2025b.eb
@@ -6,7 +6,7 @@ description = """HPL is a software package that solves a (random) dense linear s
  arithmetic on distributed-memory computers. It can thus be regarded as a portable as well as freely available
  implementation of the High Performance Computing Linpack Benchmark."""
 
-toolchain = {'name': 'foss', 'version': '2025a'}
+toolchain = {'name': 'lfoss', 'version': '2025b'}
 toolchainopts = {'usempi': True}
 
 source_urls = ['https://www.netlib.org/benchmark/%(namelower)s']

Updated software mpi4py-4.1.0-lompi-2025b.eb

Diff against mpi4py-4.1.0-iimpi-2025b.eb

easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-iimpi-2025b.eb

diff --git a/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-iimpi-2025b.eb b/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-lompi-2025b.eb
index 73e721240a..7df3e52b16 100644
--- a/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-iimpi-2025b.eb
+++ b/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-lompi-2025b.eb
@@ -7,7 +7,7 @@ homepage = 'https://github.com/mpi4py/mpi4py'
 description = """MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for
  the Python programming language, allowing any Python program to exploit multiple processors."""
 
-toolchain = {'name': 'iimpi', 'version': '2025b'}
+toolchain = {'name': 'lompi', 'version': '2025b'}
 
 builddependencies = [
     ('Cython', '3.1.2'),
Diff against mpi4py-4.1.0-gompi-2025b.eb

easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-gompi-2025b.eb

diff --git a/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-gompi-2025b.eb b/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-lompi-2025b.eb
index 2c89778479..7df3e52b16 100644
--- a/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-gompi-2025b.eb
+++ b/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-lompi-2025b.eb
@@ -7,7 +7,7 @@ homepage = 'https://github.com/mpi4py/mpi4py'
 description = """MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for
  the Python programming language, allowing any Python program to exploit multiple processors."""
 
-toolchain = {'name': 'gompi', 'version': '2025b'}
+toolchain = {'name': 'lompi', 'version': '2025b'}
 
 builddependencies = [
     ('Cython', '3.1.2'),
Diff against mpi4py-4.1.0-gompi-2025a.eb

easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-gompi-2025a.eb

diff --git a/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-gompi-2025a.eb b/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-lompi-2025b.eb
index 6c242c7cd8..7df3e52b16 100644
--- a/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-gompi-2025a.eb
+++ b/easybuild/easyconfigs/m/mpi4py/mpi4py-4.1.0-lompi-2025b.eb
@@ -7,14 +7,14 @@ homepage = 'https://github.com/mpi4py/mpi4py'
 description = """MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for
  the Python programming language, allowing any Python program to exploit multiple processors."""
 
-toolchain = {'name': 'gompi', 'version': '2025a'}
+toolchain = {'name': 'lompi', 'version': '2025b'}
 
 builddependencies = [
-    ('Cython', '3.1.1'),
+    ('Cython', '3.1.2'),
 ]
 
 dependencies = [
-    ('Python', '3.13.1'),
+    ('Python', '3.13.5'),
 ]
 
 exts_list = [

Updated software networkx-3.5-lfbf-2025b.eb

Diff against networkx-3.5-gfbf-2025b.eb

easybuild/easyconfigs/n/networkx/networkx-3.5-gfbf-2025b.eb

diff --git a/easybuild/easyconfigs/n/networkx/networkx-3.5-gfbf-2025b.eb b/easybuild/easyconfigs/n/networkx/networkx-3.5-lfbf-2025b.eb
index dc0ed730fd..e63492063d 100644
--- a/easybuild/easyconfigs/n/networkx/networkx-3.5-gfbf-2025b.eb
+++ b/easybuild/easyconfigs/n/networkx/networkx-3.5-lfbf-2025b.eb
@@ -7,7 +7,7 @@ homepage = 'https://pypi.python.org/pypi/networkx'
 description = """NetworkX is a Python package for the creation, manipulation,
 and study of the structure, dynamics, and functions of complex networks."""
 
-toolchain = {'name': 'gfbf', 'version': '2025b'}
+toolchain = {'name': 'lfbf', 'version': '2025b'}
 
 sources = [SOURCE_TAR_GZ]
 checksums = ['d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037']
Diff against networkx-3.5-gfbf-2025a.eb

easybuild/easyconfigs/n/networkx/networkx-3.5-gfbf-2025a.eb

diff --git a/easybuild/easyconfigs/n/networkx/networkx-3.5-gfbf-2025a.eb b/easybuild/easyconfigs/n/networkx/networkx-3.5-lfbf-2025b.eb
index 56a20c2b04..e63492063d 100644
--- a/easybuild/easyconfigs/n/networkx/networkx-3.5-gfbf-2025a.eb
+++ b/easybuild/easyconfigs/n/networkx/networkx-3.5-lfbf-2025b.eb
@@ -7,14 +7,14 @@ homepage = 'https://pypi.python.org/pypi/networkx'
 description = """NetworkX is a Python package for the creation, manipulation,
 and study of the structure, dynamics, and functions of complex networks."""
 
-toolchain = {'name': 'gfbf', 'version': '2025a'}
+toolchain = {'name': 'lfbf', 'version': '2025b'}
 
 sources = [SOURCE_TAR_GZ]
 checksums = ['d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037']
 
 dependencies = [
-    ('Python', '3.13.1'),
-    ('SciPy-bundle', '2025.06'),  # required for numpy, scipy, ...
+    ('Python', '3.13.5'),
+    ('SciPy-bundle', '2025.07'),  # required for numpy, scipy, ...
 ]
 
 moduleclass = 'tools'
Diff against networkx-3.4.2-gfbf-2024a.eb

easybuild/easyconfigs/n/networkx/networkx-3.4.2-gfbf-2024a.eb

diff --git a/easybuild/easyconfigs/n/networkx/networkx-3.4.2-gfbf-2024a.eb b/easybuild/easyconfigs/n/networkx/networkx-3.5-lfbf-2025b.eb
index 41707723e8..e63492063d 100644
--- a/easybuild/easyconfigs/n/networkx/networkx-3.4.2-gfbf-2024a.eb
+++ b/easybuild/easyconfigs/n/networkx/networkx-3.5-lfbf-2025b.eb
@@ -1,20 +1,20 @@
 easyblock = 'PythonPackage'
 
 name = 'networkx'
-version = '3.4.2'
+version = '3.5'
 
 homepage = 'https://pypi.python.org/pypi/networkx'
 description = """NetworkX is a Python package for the creation, manipulation,
 and study of the structure, dynamics, and functions of complex networks."""
 
-toolchain = {'name': 'gfbf', 'version': '2024a'}
+toolchain = {'name': 'lfbf', 'version': '2025b'}
 
 sources = [SOURCE_TAR_GZ]
-checksums = ['307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1']
+checksums = ['d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037']
 
 dependencies = [
-    ('Python', '3.12.3'),
-    ('SciPy-bundle', '2024.05'),  # required for numpy, scipy, ...
+    ('Python', '3.13.5'),
+    ('SciPy-bundle', '2025.07'),  # required for numpy, scipy, ...
 ]
 
 moduleclass = 'tools'

Signed-off-by: Jan André Reuter <[email protected]>
@Thyre Thyre added the 2025b issues & PRs related to 2025b common toolchains label Nov 10, 2025
@Thyre
Copy link
Collaborator Author

Thyre commented Nov 12, 2025

Test report by @Thyre
Using easyblocks from PR(s) easybuilders/easybuild-easyblocks#3986
SUCCESS
Build succeeded for 5 out of 5 (total: 46 mins 32 secs) (5 easyconfigs in total)
ZAM054 - Linux Zorin OS 18, x86_64, 12th Gen Intel(R) Core(TM) i7-1260P (skylake), 1 x NVIDIA NVIDIA GeForce MX550, 580.95.05, Python 3.12.3
See https://gist.github.com/Thyre/9a64f628aa72bf849556b793accc5f05 for a full test report.

Signed-off-by: Jan André Reuter <[email protected]>
@github-actions github-actions bot removed the 2025b issues & PRs related to 2025b common toolchains label Nov 12, 2025
@Thyre
Copy link
Collaborator Author

Thyre commented Nov 12, 2025

Test report by @Thyre
Using easyblocks from PR(s) easybuilders/easybuild-easyblocks#3986
SUCCESS
Build succeeded for 5 out of 5 (total: 41 mins 11 secs) (5 easyconfigs in total)
datenlager - Linux Ubuntu 24.04, x86_64, AMD Ryzen 7 3700X 8-Core Processor, Python 3.12.3
See https://gist.github.com/Thyre/975f3341ee987b71887857911917ba8b for a full test report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant