Skip to content
Snippets Groups Projects
Commit b4113c1d authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'upd-r-uqsa' into 'master'

added a new dependency for uqsa for of a new uqsa-functionality

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!276
parents ffe89dc8 d7e21f8a
No related branches found
No related tags found
3 merge requests!299create new experimental release,!277update branch,!276added a new dependency for uqsa for of a new uqsa-functionality
Pipeline #21258 passed with stage
in 3 hours, 38 minutes, and 3 seconds
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class RDynutils(RPackage):
"""Provides common functionality for the 'dynverse' packages. 'dynverse' is created to support the development, execution, and benchmarking of trajectory inference methods. For more information, check out <https://dynverse.org>."""
homepage = "https://cran.r-project.org/package=dynutils"
cran = "dynutils"
version("1.0.11", sha256="09ce9efda019e5c345ad6a7131f41f7fe9c8458c1b105191d8618416ea125619")
depends_on("r-assertthat")
depends_on("r-crayon")
depends_on("r-desc")
depends_on("r-dplyr")
depends_on("r-magrittr")
depends_on("r-matrix")
depends_on("r-proxyc")
depends_on("r-purrr")
depends_on("r-rcpp")
depends_on("r-remotes")
depends_on("r-stringr")
depends_on("r-tibble")
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class RGillespiessa2(RPackage):
"""A fast, scalable, and versatile framework for simulating large systems with Gillespie's Stochastic Simulation Algorithm ('SSA'). This package is the spiritual successor to the 'GillespieSSA' package originally written by Mario Pineda-Krch. Benefits of this package include major speed improvements (>100x), easier to understand documentation, and many unit tests that try to ensure the package works as intended. Cannoodt and Saelens et al. (2021) <doi:10.1038/s41467-021-24152-2>."""
homepage = "https://cran.r-project.org/package=GillespieSSA2"
cran = "GillespieSSA2"
version("0.3.0", sha256="206497ae7be8ff88a5edafe81b0295eb4b14109c546878ace16a7396a0035f72")
depends_on("r-assertthat")
depends_on("r-dplyr")
depends_on("r-dynutils")
depends_on("r-matrix")
depends_on("r-purrr")
depends_on("r-rcpp")
depends_on("r-rcppxptrutils")
depends_on("r-readr")
depends_on("r-rlang")
depends_on("r-stringr")
depends_on("r-tidyr")
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class RProxyc(RPackage):
"""Computes proximity between rows or columns of large matrices efficiently in C++. Functions are optimised for large sparse matrices using the Armadillo and Intel TBB libraries. Among several built-in similarity/distance measures, computation of correlation, cosine similarity and Euclidean distance is particularly fast."""
homepage = "https://cran.r-project.org/package=proxyC"
cran = "proxyC"
version("0.3.3", sha256="3e25da94633da0b5c6cdac03f5b6d8205d078f60c5a09073e90a1b6f0930e302")
depends_on("r-rcpp")
depends_on("r-rcppparallel")
depends_on("r-rcpparmadillo")
depends_on("r-matrix")
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class RRcppxptrutils(RPackage):
"""Provides the means to compile user-supplied C++ functions with 'Rcpp' and retrieve an 'XPtr' that can be passed to other C++ components."""
homepage = "https://cran.r-project.org/package=RcppXPtrUtils"
cran = "RcppXPtrUtils"
version("0.1.2", sha256="34d0cab1891c95453c357cf93ab97b6ea42ef98cdc4809c9abfafd469c3da542")
depends_on("r-rcpp")
......@@ -27,4 +27,4 @@ class RUqsa(RPackage):
depends_on("r-mass")
depends_on("r-r-utils")
depends_on("r-ks")
depends_on("r-gillespiessa2")
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment