From 32ab9818248e5a9d36281c4d9229522791ad3215 Mon Sep 17 00:00:00 2001 From: TopRichard Date: Thu, 10 Aug 2023 07:10:10 +0000 Subject: [PATCH 1/3] {2023.06}[foss/2021a] Arrow V6.0.0 --- eessi-2023.06-eb-4.7.2-2021a.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eessi-2023.06-eb-4.7.2-2021a.yml b/eessi-2023.06-eb-4.7.2-2021a.yml index c0fa353475..919e02f460 100644 --- a/eessi-2023.06-eb-4.7.2-2021a.yml +++ b/eessi-2023.06-eb-4.7.2-2021a.yml @@ -13,3 +13,4 @@ easyconfigs: # see https://github.com/easybuilders/easybuild-easyconfigs/pull/18087 options: from-pr: 18087 + - Arrow-6.0.0-foss-2021a.eb From 2c96e2b8ab87e491e0f9abc363e4fdf50af08c8e Mon Sep 17 00:00:00 2001 From: TopRichard Date: Tue, 5 Sep 2023 15:57:22 +0000 Subject: [PATCH 2/3] Added --from-pr 18348 --- eessi-2023.06-eb-4.7.2-2021a.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eessi-2023.06-eb-4.7.2-2021a.yml b/eessi-2023.06-eb-4.7.2-2021a.yml index 919e02f460..c55f1f3976 100644 --- a/eessi-2023.06-eb-4.7.2-2021a.yml +++ b/eessi-2023.06-eb-4.7.2-2021a.yml @@ -13,4 +13,6 @@ easyconfigs: # see https://github.com/easybuilders/easybuild-easyconfigs/pull/18087 options: from-pr: 18087 - - Arrow-6.0.0-foss-2021a.eb + - Arrow-6.0.0-foss-2021a.eb: + options: + from-pr: 18348 From 02169fc2c104263bbc346ce2bb85a5086f90febb Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 6 Sep 2023 10:15:11 +0200 Subject: [PATCH 3/3] use RapidJSON easyconfig from PR to avoid hardcoded -march=native being used, which is important for generic builds --- eessi-2023.06-eb-4.7.2-2021a.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eessi-2023.06-eb-4.7.2-2021a.yml b/eessi-2023.06-eb-4.7.2-2021a.yml index c55f1f3976..288c59d0c7 100644 --- a/eessi-2023.06-eb-4.7.2-2021a.yml +++ b/eessi-2023.06-eb-4.7.2-2021a.yml @@ -13,6 +13,13 @@ easyconfigs: # see https://github.com/easybuilders/easybuild-easyconfigs/pull/18087 options: from-pr: 18087 + - RapidJSON-1.1.0-GCCcore-10.3.0.eb: + # strip out hardcoded -march=native, + # see https://github.com/easybuilders/easybuild-easyconfigs/pull/18725 + options: + from-pr: 18725 - Arrow-6.0.0-foss-2021a.eb: + # fix installation of pyarrow Python bindings + # see https://github.com/easybuilders/easybuild-easyconfigs/pull/18348 options: from-pr: 18348