summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorHariharan Devarajan <mani.hariharan@gmail.com>2023-11-18 06:58:56 -0700
committerGitHub <noreply@github.com>2023-11-18 07:58:56 -0600
commit31ec1be85f9b9d0fbf157cda463fae9686463b5a (patch)
treebadda4f5ee1520be2f927c504493ad0fee4c81d9 /var
parent7137c43407d65bc20e86ae362b0149f776abf229 (diff)
downloadspack-31ec1be85f9b9d0fbf157cda463fae9686463b5a.tar.gz
spack-31ec1be85f9b9d0fbf157cda463fae9686463b5a.tar.bz2
spack-31ec1be85f9b9d0fbf157cda463fae9686463b5a.tar.xz
spack-31ec1be85f9b9d0fbf157cda463fae9686463b5a.zip
Release DLIO Profiler Py 0.0.2 (#41127)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-dlio-profiler-py/package.py13
1 files changed, 10 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/py-dlio-profiler-py/package.py b/var/spack/repos/builtin/packages/py-dlio-profiler-py/package.py
index ee18886ed1..aa99a09d8c 100644
--- a/var/spack/repos/builtin/packages/py-dlio-profiler-py/package.py
+++ b/var/spack/repos/builtin/packages/py-dlio-profiler-py/package.py
@@ -15,10 +15,17 @@ class PyDlioProfilerPy(PythonPackage):
version("develop", branch="dev")
version("master", branch="master")
+ version("0.0.2", tag="v0.0.2", commit="b72144abf1499e03d1db87ef51e780633e9e9533")
version("0.0.1", tag="v0.0.1", commit="28affe716211315dd6936ddc8e25ce6c43cdf491")
- depends_on("cpp-logger@0.0.1")
- depends_on("brahma@0.0.1")
- depends_on("gotcha@develop")
+
+ depends_on("cpp-logger@0.0.1", when="@:0.0.1")
+ depends_on("cpp-logger@0.0.2", when="@0.0.2:")
+ depends_on("brahma@0.0.1", when="@:0.0.1")
+ depends_on("brahma@0.0.2", when="@0.0.2:")
+ depends_on("gotcha@1.0.4", when="@:0.0.1")
+ depends_on("gotcha@1.0.5", when="@0.0.2:")
+ depends_on("gotcha@1.0.5", when="@0.0.2:")
+ depends_on("yaml-cpp@0.6.3", when="@0.0.2:")
depends_on("py-setuptools@42:", type="build")
depends_on("py-pybind11", type=("build", "run"))
depends_on("py-ninja", type="build")