From 7738552f626d198545f095eb3415f9711a9b943f Mon Sep 17 00:00:00 2001 From: Hugues de Laroussilhe Date: Fri, 26 Jun 2026 11:14:02 +0200 Subject: [PATCH 1/3] Add python3.14 to ecflow uenv --- recipes/ecflow/26.03/environments.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/ecflow/26.03/environments.yaml b/recipes/ecflow/26.03/environments.yaml index 37565947..88fa41cb 100644 --- a/recipes/ecflow/26.03/environments.yaml +++ b/recipes/ecflow/26.03/environments.yaml @@ -3,6 +3,9 @@ ecflow: unify: true specs: - ecflow@5.11.4 +ipo ~pic +ssl +static_boost +ui build_type=Release %c,cxx,fortran=gcc + - python@3.14 + concretizer: + reuse: true views: default: link: roots From b8130ef3010e9e8b129964ff587d3bb618ff6f9d Mon Sep 17 00:00:00 2001 From: Hugues de Laroussilhe Date: Fri, 26 Jun 2026 11:18:29 +0200 Subject: [PATCH 2/3] Add concretizer unify spack option --- recipes/ecflow/26.03/environments.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/ecflow/26.03/environments.yaml b/recipes/ecflow/26.03/environments.yaml index 88fa41cb..8214c535 100644 --- a/recipes/ecflow/26.03/environments.yaml +++ b/recipes/ecflow/26.03/environments.yaml @@ -6,6 +6,7 @@ ecflow: - python@3.14 concretizer: reuse: true + unify: true views: default: link: roots From c66c6629f54d8ffc2260dfbd205d69cc9b8b1ffb Mon Sep 17 00:00:00 2001 From: Hugues de Laroussilhe Date: Fri, 26 Jun 2026 11:28:08 +0200 Subject: [PATCH 3/3] Remove concretizer --- recipes/ecflow/26.03/environments.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/ecflow/26.03/environments.yaml b/recipes/ecflow/26.03/environments.yaml index 8214c535..f0af3641 100644 --- a/recipes/ecflow/26.03/environments.yaml +++ b/recipes/ecflow/26.03/environments.yaml @@ -4,9 +4,6 @@ ecflow: specs: - ecflow@5.11.4 +ipo ~pic +ssl +static_boost +ui build_type=Release %c,cxx,fortran=gcc - python@3.14 - concretizer: - reuse: true - unify: true views: default: link: roots