From f471bba160891575241b1e78802160bd13eb945b Mon Sep 17 00:00:00 2001 From: chris g Date: Thu, 22 Jan 2026 10:27:03 +0000 Subject: [PATCH] building depmixS4 --- .../depmixS4-1.5-1-foss-2024a-R-4.5.0.eb | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 easyconfigs/d/depmixS4/depmixS4-1.5-1-foss-2024a-R-4.5.0.eb diff --git a/easyconfigs/d/depmixS4/depmixS4-1.5-1-foss-2024a-R-4.5.0.eb b/easyconfigs/d/depmixS4/depmixS4-1.5-1-foss-2024a-R-4.5.0.eb new file mode 100644 index 00000000..ef7e8ab2 --- /dev/null +++ b/easyconfigs/d/depmixS4/depmixS4-1.5-1-foss-2024a-R-4.5.0.eb @@ -0,0 +1,45 @@ +# This easyconfig was created by the BEAR Software team at the University of Birmingham. +easyblock = 'Bundle' + +name = 'depmixS4' +version = '1.5-1' +versionsuffix = '-R-%(rver)s' + +homepage = "https://cran.r-project.org/package=depmixS4" +description = """depmixS4 provides a framework for specifying and fitting hidden Markov + models.""" + +toolchain = {'name': 'foss', 'version': '2024a'} + +dependencies = [ + ('R', '4.5.0'), + ('R-bundle-CRAN', '2025.06'), +] + +exts_defaultclass = 'RPackage' +exts_filter = ("R -q --no-save", "library(%(ext_name)s)") +exts_default_options = { + 'source_urls': [ + 'https://cran.r-project.org/src/contrib/Archive/%(name)s', # package archive + 'https://cran.r-project.org/src/contrib/', # current version of packages + 'https://cran.freestatistics.org/src/contrib', # mirror alternative for current packages + ], + 'source_tmpl': '%(name)s_%(version)s.tar.gz', +} + + +# Order is important! +exts_list = [ + (name, version, { + 'checksums': ['12713b1a31d6a2c7f205ee2159f8bed01de308163fee297255ef249c72013536'], + }), +] + +modextrapaths = {'R_LIBS_SITE': ''} + +sanity_check_paths = { + 'files': ['depmixS4/R/depmixS4'], + 'dirs': [], +} + +moduleclass = 'ai'