Skip to content
Snippets Groups Projects
Commit 129cbeff authored by Eric Müller's avatar Eric Müller :mountain_bicyclist: Committed by Eleni Mathioulaki
Browse files

feat: add wf/usecase for user-customized python envs

parent 232e774f
No related branches found
No related tags found
No related merge requests found
# Copyright 2013-2024 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 WfCustomPython(BundlePackage):
"""Meta-package to represent a use case where users install additional
(on top of the ESD) Python packages."""
version("0.1")
depends_on("py-pip")
depends_on("py-virtualenv")
...@@ -65,6 +65,7 @@ spack: ...@@ -65,6 +65,7 @@ spack:
- wf-protein-association-rates@0.1 - wf-protein-association-rates@0.1
- wf-multi-area-model@1.1.1 - wf-multi-area-model@1.1.1
- wf-uq-akar4@0.1 - wf-uq-akar4@0.1
- wf-custom-python@0.1
#- py-cerebstats #- py-cerebstats
#- py-cerebunit #- py-cerebunit
#- py-morphounit@1.0.4 #- py-morphounit@1.0.4
......
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