From 50c04c248c621f635a074ec438d6014732d3f68a Mon Sep 17 00:00:00 2001 From: Orient Date: Fri, 6 Oct 2023 14:07:22 +0200 Subject: [PATCH] Fixed sources being str --- .../r/RCall/RCall-0.13.17-foss-2022a-R-4.2.1-Julia-1.9.2.eb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easybuild/easyconfigs/r/RCall/RCall-0.13.17-foss-2022a-R-4.2.1-Julia-1.9.2.eb b/easybuild/easyconfigs/r/RCall/RCall-0.13.17-foss-2022a-R-4.2.1-Julia-1.9.2.eb index da9a52a388c..ceea54ad5b3 100644 --- a/easybuild/easyconfigs/r/RCall/RCall-0.13.17-foss-2022a-R-4.2.1-Julia-1.9.2.eb +++ b/easybuild/easyconfigs/r/RCall/RCall-0.13.17-foss-2022a-R-4.2.1-Julia-1.9.2.eb @@ -109,7 +109,7 @@ exts_list = [ }), ('OpenSpecFun_jll', '0.5.5+0', { 'source_urls': ['https://github.com/JuliaBinaryWrappers/OpenSpecFun_jll.jl/archive/'], - 'sources': 'OpenSpecFun-v%(version)s.tar.gz', + 'sources': ['OpenSpecFun-v%(version)s.tar.gz'], 'checksums': ['6d1df617dd0a80fc0de5bc41a092e51f72782dbfd296c64e151707733cb57b6f'], }), ('SpecialFunctions', '2.3.1', { @@ -134,7 +134,7 @@ exts_list = [ }), ('Rmath_jll', '0.4.0+0', { 'source_urls': ['https://github.com/JuliaBinaryWrappers/Rmath_jll.jl/archive/'], - 'sources': 'Rmath-v%(version)s.tar.gz', + 'sources': ['Rmath-v%(version)s.tar.gz'], 'checksums': ['8cfe0bf37caa1297b3ea5d97bc29fae89bc41a25a723ef692f37d709f4e8c191'], }), ('Rmath', '0.7.1', {