-
Eleni Mathioulaki authored2aac614a
package.py 633 B
# Copyright 2013-2022 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 import *
class WfUqAkar4(BundlePackage):
"""Meta-package to collect all dependencies of the Uncertainty Quantification demo."""
homepage="https://wiki.ebrains.eu/bin/view/Collabs/subcellular-modeling-and-simulation/Lab"
depends_on("r-mass")
depends_on("r-desolve")
depends_on("r-pracma")
depends_on("r-ks")
depends_on("r-reshape2")
depends_on("r-r-utils")
depends_on("r-vinecopula")