From 000319975e2cf95ae4746dea8f48db7596fbf08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Tue, 9 Jan 2024 17:53:39 +0100 Subject: [PATCH 1/3] Include python dependencies --- recipe/meta.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6f482c9..2dc5c32 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,7 +12,7 @@ source: build: merge_build_host: true # [win] - number: 0 + number: 1 noarch: generic rpaths: - lib/R/lib/ @@ -50,6 +50,14 @@ requirements: - r-reticulate - r-sticky - r-transformer >=2.0.1 + # explicit python dependencis for ISIMIP3 PY scripts + # TODO: include from inst/environment.yml + - python + - dask + - iris + - scipy + - numpy + - pandas test: commands: From 2b5b516606438b0db5fa2e081ba21f2b3971ce84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Tue, 9 Jan 2024 17:53:52 +0100 Subject: [PATCH 2/3] Add R variants --- recipe/conda_build_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipe/conda_build_config.yaml diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml new file mode 100644 index 0000000..55e8ec3 --- /dev/null +++ b/recipe/conda_build_config.yaml @@ -0,0 +1,6 @@ +r_base: + - 3.6 + - 4.0 + - 4.1 + - 4.2 + - 4.3 From 56f5a53c365de6e5c8383c670a9c3f584df5f09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Tue, 9 Jan 2024 17:59:19 +0100 Subject: [PATCH 3/3] Bump build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2dc5c32..e6613e5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,7 +12,7 @@ source: build: merge_build_host: true # [win] - number: 1 + number: 2 noarch: generic rpaths: - lib/R/lib/