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

add UQ meta-package

parent 74bc8ed3
No related branches found
No related tags found
No related merge requests found
# 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)
......@@ -67,7 +67,7 @@ spack:
- sda
- r-rgsl
- r-sbtabvfgen
- r-vinecopula
- wf-uq-akar4
# demo for codejam12
#- funniest1022
concretizer:
......
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