From 3b65152f6b8553f75c97701775197769111cfe83 Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Wed, 22 Feb 2023 01:27:34 +0100
Subject: [PATCH] add UQ meta-package

---
 packages/wf-uq-akar4/package.py | 21 +++++++++++++++++++++
 spack.yaml                      |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 packages/wf-uq-akar4/package.py

diff --git a/packages/wf-uq-akar4/package.py b/packages/wf-uq-akar4/package.py
new file mode 100644
index 00000000..c475f04e
--- /dev/null
+++ b/packages/wf-uq-akar4/package.py
@@ -0,0 +1,21 @@
+# 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)
diff --git a/spack.yaml b/spack.yaml
index b453697c..11fea461 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -67,7 +67,7 @@ spack:
     - sda
     - r-rgsl
     - r-sbtabvfgen
-    - r-vinecopula
+    - wf-uq-akar4
     # demo for codejam12
     #- funniest1022
   concretizer:
-- 
GitLab