From cc06cfbc81d16e19012a7252567d792332571c4b Mon Sep 17 00:00:00 2001 From: Chris Blanton Date: Fri, 15 Mar 2024 12:01:05 -0400 Subject: [PATCH 1/4] Add cylc, cylc rose plugins, and rose to fre-cli conda dependencies. Various fre tools use cylc, and currently it is module loaded at GFDL. This change would allow the fre pp tools to work at non-GFDL sites and generally easily, at the cost of a larger conda install. --- meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta.yaml b/meta.yaml index 4be9437c..78679439 100644 --- a/meta.yaml +++ b/meta.yaml @@ -29,6 +29,9 @@ requirements: - jsonschema - noaa-gfdl::intakebuilder - conda-forge::metomi-rose + - cylc-flow + - cylc-rose + - metomi-rose test: imports: From e01f4b66953b27a4f051b2e0c1a818fea28cc3d4 Mon Sep 17 00:00:00 2001 From: Chris Blanton Date: Mon, 18 Mar 2024 12:26:28 -0400 Subject: [PATCH 2/4] Remove duplicate metomi-rose from meta.conf --- meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/meta.yaml b/meta.yaml index 78679439..92e423ca 100644 --- a/meta.yaml +++ b/meta.yaml @@ -28,7 +28,6 @@ requirements: - pyyaml - jsonschema - noaa-gfdl::intakebuilder - - conda-forge::metomi-rose - cylc-flow - cylc-rose - metomi-rose From 2ba131deb6e926e37a3947b959bb30bc8cfda46a Mon Sep 17 00:00:00 2001 From: Bennett Chang <98476720+bcc2761@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:38:30 -0400 Subject: [PATCH 3/4] Update meta.yaml --- meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/meta.yaml b/meta.yaml index 92e423ca..7a7eb858 100644 --- a/meta.yaml +++ b/meta.yaml @@ -31,6 +31,7 @@ requirements: - cylc-flow - cylc-rose - metomi-rose + #testing with a comment test: imports: From 38e78e5763a55c7b6e80c06cc27e8d46c3cec20c Mon Sep 17 00:00:00 2001 From: Bennett Chang <98476720+bcc2761@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:44:06 -0400 Subject: [PATCH 4/4] removed test comment --- meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/meta.yaml b/meta.yaml index 7a7eb858..92e423ca 100644 --- a/meta.yaml +++ b/meta.yaml @@ -31,7 +31,6 @@ requirements: - cylc-flow - cylc-rose - metomi-rose - #testing with a comment test: imports: