From c24db67d24a2ccaa0a31d146c5e4ac1ae5e8fd2d Mon Sep 17 00:00:00 2001 From: Matthieu Leclair Date: Mon, 9 Mar 2026 17:04:31 +0100 Subject: [PATCH 01/18] tmp:add: wait_for_compilation --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- recipes/icon-dsl/25.12/gh200/pre-install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index 98e0f07..806a784 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -14,7 +14,7 @@ icon: - ghex@async-mpi +python +cuda cuda_arch=90 - boost +thread - py-mpi4py - - icon4py@0.0.15 + - icon4py@blueline_wait_for_compilation - icon-exclaim @0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad ~emvorado +art +dace gpu=nvidia-90 +mpi-gpu +realloc-buf ~aes ~jsbach ~ocean ~coupling ~rte-rrtmgp ~loop-exchange ~async-io-rma ~cuda-graphs fflags="-traceback" diff --git a/recipes/icon-dsl/25.12/gh200/pre-install b/recipes/icon-dsl/25.12/gh200/pre-install index 6a08c24..c4b7cd5 100644 --- a/recipes/icon-dsl/25.12/gh200/pre-install +++ b/recipes/icon-dsl/25.12/gh200/pre-install @@ -13,7 +13,7 @@ packages=( "icon4py" # "icon-exclaim" ) -SPACK_C2SM_TAG="v0.22.2.6" +SPACK_C2SM_TAG="tmp_wait_for_compilation" echo "----------------------------------------" echo "SPACK C2SM Setup Script" From 7b8376ed8ed130320643e063948d9906a81e3766 Mon Sep 17 00:00:00 2001 From: Matthieu Leclair Date: Mon, 9 Mar 2026 17:30:43 +0100 Subject: [PATCH 02/18] fix: wrong icon4py version --- .../icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py index 23cfd3b..54dfe68 100644 --- a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py +++ b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py @@ -377,7 +377,7 @@ class IconExclaim(Icon): description='Build with GT4Py dynamical core', multi=True) - depends_on("icon4py@0.0.15", when="@0.3.0") + depends_on("icon4py@blueline_wait_for_compilation", when="@0.3.0") for x in dsl_values: depends_on('icon4py', type="build", when=f"dsl={x}") From 752a54096c7084acb52b5ccda91260a145db1989 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Fri, 13 Mar 2026 15:57:13 +0100 Subject: [PATCH 03/18] Update recipes/icon-dsl/25.12/gh200/environments.yaml Co-authored-by: Hannes Vogt --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index 806a784..8cbeb02 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -14,7 +14,7 @@ icon: - ghex@async-mpi +python +cuda cuda_arch=90 - boost +thread - py-mpi4py - - icon4py@blueline_wait_for_compilation + - icon4py@git=e7f2cdae5b435d2db048351dc46dcad126ce9d64=blueline_wait_for_compilation - icon-exclaim @0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad ~emvorado +art +dace gpu=nvidia-90 +mpi-gpu +realloc-buf ~aes ~jsbach ~ocean ~coupling ~rte-rrtmgp ~loop-exchange ~async-io-rma ~cuda-graphs fflags="-traceback" From 6fb1419d12fdf4ba2127bba8ea1953b9332cb0b9 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Fri, 13 Mar 2026 15:58:27 +0100 Subject: [PATCH 04/18] Update recipes/icon-dsl/25.12/gh200/environments.yaml --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index 8cbeb02..1b147dd 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -14,7 +14,7 @@ icon: - ghex@async-mpi +python +cuda cuda_arch=90 - boost +thread - py-mpi4py - - icon4py@git=e7f2cdae5b435d2db048351dc46dcad126ce9d64=blueline_wait_for_compilation + - icon4py@git.e7f2cdae5b435d2db048351dc46dcad126ce9d64=blueline_wait_for_compilation - icon-exclaim @0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad ~emvorado +art +dace gpu=nvidia-90 +mpi-gpu +realloc-buf ~aes ~jsbach ~ocean ~coupling ~rte-rrtmgp ~loop-exchange ~async-io-rma ~cuda-graphs fflags="-traceback" From c1269fd6b9f30b0498826d3f858e9059d1787852 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Fri, 13 Mar 2026 20:25:16 +0100 Subject: [PATCH 05/18] Update recipes/icon-dsl/25.12/gh200/environments.yaml Co-authored-by: Hannes Vogt --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index 1b147dd..38c179a 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -14,7 +14,7 @@ icon: - ghex@async-mpi +python +cuda cuda_arch=90 - boost +thread - py-mpi4py - - icon4py@git.e7f2cdae5b435d2db048351dc46dcad126ce9d64=blueline_wait_for_compilation + - icon4py@git.3108df74ba35e8ca09f49c7bd22cab2093780b25=phimuell__async_mpi_test - icon-exclaim @0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad ~emvorado +art +dace gpu=nvidia-90 +mpi-gpu +realloc-buf ~aes ~jsbach ~ocean ~coupling ~rte-rrtmgp ~loop-exchange ~async-io-rma ~cuda-graphs fflags="-traceback" From 5abd3f8d0772504394321e582b1a5e85e42989e4 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Fri, 13 Mar 2026 20:26:48 +0100 Subject: [PATCH 06/18] Update recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py Co-authored-by: Hannes Vogt --- .../icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py index 54dfe68..53885fd 100644 --- a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py +++ b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py @@ -377,7 +377,7 @@ class IconExclaim(Icon): description='Build with GT4Py dynamical core', multi=True) - depends_on("icon4py@blueline_wait_for_compilation", when="@0.3.0") + depends_on("icon4py@phimuell__async_mpi_test", when="@0.3.0") for x in dsl_values: depends_on('icon4py', type="build", when=f"dsl={x}") From b93847a575722797b789d5be13afe66eb56ca209 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Fri, 13 Mar 2026 20:27:19 +0100 Subject: [PATCH 07/18] Update recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py Co-authored-by: Hannes Vogt --- .../icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py index 53885fd..5411864 100644 --- a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py +++ b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py @@ -365,7 +365,7 @@ class IconExclaim(Icon): version('develop', branch='icon-dsl', submodules=True) version("0.3.0", - commit="5c5b742a969af2bd491e26cd0a05a35838f121c4", + commit="5f0c6eed726a37ad5e6ca311284b2a43c259c1dc", submodules=True) # EXCLAIM-GT4Py specific features: From ea53fc52c316ce4d2883e4e97ce164999df6a903 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 16 Mar 2026 11:06:08 +0100 Subject: [PATCH 08/18] Update recipes/icon-dsl/25.12/gh200/environments.yaml --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index 38c179a..eb9ca5c 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -11,7 +11,7 @@ icon: # icon4py deps - python@3.11 - py-cupy@13.3 +cuda cuda_arch=90 - - ghex@async-mpi +python +cuda cuda_arch=90 + - ghex@philip-async-mpi +python +cuda cuda_arch=90 - boost +thread - py-mpi4py - icon4py@git.3108df74ba35e8ca09f49c7bd22cab2093780b25=phimuell__async_mpi_test From 466f0162377dae4d416f42a697d2a5f3d0c6024f Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 16 Mar 2026 11:06:39 +0100 Subject: [PATCH 09/18] Update recipes/icon-dsl/25.12/gh200/environments.yaml --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index eb9ca5c..a5b0a3d 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -11,7 +11,7 @@ icon: # icon4py deps - python@3.11 - py-cupy@13.3 +cuda cuda_arch=90 - - ghex@philip-async-mpi +python +cuda cuda_arch=90 + - ghex@git.9c09f3c52d2d76816074cdff869e2f90d005137c@philip-async-mpi +python +cuda cuda_arch=90 - boost +thread - py-mpi4py - icon4py@git.3108df74ba35e8ca09f49c7bd22cab2093780b25=phimuell__async_mpi_test From 6b7cd7d783b7a3af165f25776be67f255b9e0e6b Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 16 Mar 2026 11:08:17 +0100 Subject: [PATCH 10/18] Update recipes/icon-dsl/25.12/gh200/environments.yaml --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index a5b0a3d..c21ff13 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -15,7 +15,7 @@ icon: - boost +thread - py-mpi4py - icon4py@git.3108df74ba35e8ca09f49c7bd22cab2093780b25=phimuell__async_mpi_test - - icon-exclaim @0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad + - icon-exclaim@git.5f0c6eed726a37ad5e6ca311284b2a43c259c1dc@0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad ~emvorado +art +dace gpu=nvidia-90 +mpi-gpu +realloc-buf ~aes ~jsbach ~ocean ~coupling ~rte-rrtmgp ~loop-exchange ~async-io-rma ~cuda-graphs fflags="-traceback" # icon deps From 59bea8adb131d300abbf03ca775ca09e8ac952d4 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 16 Mar 2026 11:21:28 +0100 Subject: [PATCH 11/18] Update recipes/icon-dsl/25.12/gh200/environments.yaml --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index c21ff13..31f46f1 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -11,7 +11,7 @@ icon: # icon4py deps - python@3.11 - py-cupy@13.3 +cuda cuda_arch=90 - - ghex@git.9c09f3c52d2d76816074cdff869e2f90d005137c@philip-async-mpi +python +cuda cuda_arch=90 + - ghex@git.9c09f3c52d2d76816074cdff869e2f90d005137c=philip-async-mpi +python +cuda cuda_arch=90 - boost +thread - py-mpi4py - icon4py@git.3108df74ba35e8ca09f49c7bd22cab2093780b25=phimuell__async_mpi_test From eae7b8751caec8986ea3a033398a35e2b57787e6 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 16 Mar 2026 11:21:44 +0100 Subject: [PATCH 12/18] Update recipes/icon-dsl/25.12/gh200/environments.yaml --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index 31f46f1..8d2786a 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -15,7 +15,7 @@ icon: - boost +thread - py-mpi4py - icon4py@git.3108df74ba35e8ca09f49c7bd22cab2093780b25=phimuell__async_mpi_test - - icon-exclaim@git.5f0c6eed726a37ad5e6ca311284b2a43c259c1dc@0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad + - icon-exclaim@git.5f0c6eed726a37ad5e6ca311284b2a43c259c1dc=0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad ~emvorado +art +dace gpu=nvidia-90 +mpi-gpu +realloc-buf ~aes ~jsbach ~ocean ~coupling ~rte-rrtmgp ~loop-exchange ~async-io-rma ~cuda-graphs fflags="-traceback" # icon deps From ae0d38bacba010e2758f89c1e09aa50e6ff9d27c Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 16 Mar 2026 13:45:00 +0100 Subject: [PATCH 13/18] Update recipes/icon-dsl/25.12/gh200/environments.yaml Co-authored-by: Hannes Vogt --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index 8d2786a..fb2c037 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -14,7 +14,7 @@ icon: - ghex@git.9c09f3c52d2d76816074cdff869e2f90d005137c=philip-async-mpi +python +cuda cuda_arch=90 - boost +thread - py-mpi4py - - icon4py@git.3108df74ba35e8ca09f49c7bd22cab2093780b25=phimuell__async_mpi_test + - icon4py@git.bef46a7625773659ce81e249758ffe401005a92d=blueline_staging_2026-03-16 - icon-exclaim@git.5f0c6eed726a37ad5e6ca311284b2a43c259c1dc=0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad ~emvorado +art +dace gpu=nvidia-90 +mpi-gpu +realloc-buf ~aes ~jsbach ~ocean ~coupling ~rte-rrtmgp ~loop-exchange ~async-io-rma ~cuda-graphs fflags="-traceback" From 5fd54def75aac71b4ed40a224affb55f5d4059de Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 16 Mar 2026 13:46:14 +0100 Subject: [PATCH 14/18] Update recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py Co-authored-by: Hannes Vogt --- .../icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py index 5411864..41c7806 100644 --- a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py +++ b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py @@ -377,7 +377,7 @@ class IconExclaim(Icon): description='Build with GT4Py dynamical core', multi=True) - depends_on("icon4py@phimuell__async_mpi_test", when="@0.3.0") + depends_on("icon4py@blueline_staging_2026-03-16", when="@0.3.0") for x in dsl_values: depends_on('icon4py', type="build", when=f"dsl={x}") From 69fdb4845f7d65c953f25fdb2c94d7056b1aa043 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Tue, 17 Mar 2026 15:12:43 +0100 Subject: [PATCH 15/18] Try older commit of ghex --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index fb2c037..83ea5da 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -11,7 +11,7 @@ icon: # icon4py deps - python@3.11 - py-cupy@13.3 +cuda cuda_arch=90 - - ghex@git.9c09f3c52d2d76816074cdff869e2f90d005137c=philip-async-mpi +python +cuda cuda_arch=90 + - ghex@git.a1de2a6a16b728ad08df7ec0793e30591e61e4c7=philip-async-mpi +python +cuda cuda_arch=90 - boost +thread - py-mpi4py - icon4py@git.bef46a7625773659ce81e249758ffe401005a92d=blueline_staging_2026-03-16 From ce473210332c1fd552f4cf00840b0b2d31a6e494 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Wed, 18 Mar 2026 12:08:38 +0100 Subject: [PATCH 16/18] Remove ghex version constraint --- recipes/icon-dsl/25.12/gh200/environments.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index 83ea5da..69bad14 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -11,7 +11,9 @@ icon: # icon4py deps - python@3.11 - py-cupy@13.3 +cuda cuda_arch=90 - - ghex@git.a1de2a6a16b728ad08df7ec0793e30591e61e4c7=philip-async-mpi +python +cuda cuda_arch=90 + - ghex + - oomph + - hwmalloc - boost +thread - py-mpi4py - icon4py@git.bef46a7625773659ce81e249758ffe401005a92d=blueline_staging_2026-03-16 From 4276806f7f60f97099e7e20db471c226920aaf25 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Wed, 18 Mar 2026 14:04:07 +0100 Subject: [PATCH 17/18] Update icon4py --- recipes/icon-dsl/25.12/gh200/environments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/environments.yaml b/recipes/icon-dsl/25.12/gh200/environments.yaml index 69bad14..9dec231 100644 --- a/recipes/icon-dsl/25.12/gh200/environments.yaml +++ b/recipes/icon-dsl/25.12/gh200/environments.yaml @@ -16,7 +16,7 @@ icon: - hwmalloc - boost +thread - py-mpi4py - - icon4py@git.bef46a7625773659ce81e249758ffe401005a92d=blueline_staging_2026-03-16 + - icon4py@git.a967314dad2f83a9163ed7bd332f2c389837c6a8=main - icon-exclaim@git.5f0c6eed726a37ad5e6ca311284b2a43c259c1dc=0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad ~emvorado +art +dace gpu=nvidia-90 +mpi-gpu +realloc-buf ~aes ~jsbach ~ocean ~coupling ~rte-rrtmgp ~loop-exchange ~async-io-rma ~cuda-graphs fflags="-traceback" From 8715551a74c04175103a8f20d9c67a8a3670adb8 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Wed, 18 Mar 2026 15:03:42 +0100 Subject: [PATCH 18/18] Remove more version constraints --- .../icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py index 41c7806..3b3f18f 100644 --- a/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py +++ b/recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/package.py @@ -377,7 +377,6 @@ class IconExclaim(Icon): description='Build with GT4Py dynamical core', multi=True) - depends_on("icon4py@blueline_staging_2026-03-16", when="@0.3.0") for x in dsl_values: depends_on('icon4py', type="build", when=f"dsl={x}")