dlio-profiler: add releases up yo v0.0.5 (#43530)
This commit is contained in:
parent
00fb80e766
commit
4f4e3f5607
2 changed files with 10 additions and 8 deletions
|
@ -23,10 +23,10 @@ class Brahma(CMakePackage):
|
||||||
|
|
||||||
variant("mpi", default=False, description="Enable MPI support")
|
variant("mpi", default=False, description="Enable MPI support")
|
||||||
depends_on("cpp-logger@0.0.1", when="@:0.0.1")
|
depends_on("cpp-logger@0.0.1", when="@:0.0.1")
|
||||||
depends_on("cpp-logger@0.0.2", when="@0.0.2:")
|
depends_on("cpp-logger@0.0.2:", when="@0.0.2:")
|
||||||
depends_on("gotcha@1.0.4", when="@:0.0.1")
|
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("catch2@3.0.1")
|
depends_on("catch2@3.0.1:")
|
||||||
|
|
||||||
depends_on("mpi", when="+mpi")
|
depends_on("mpi", when="+mpi")
|
||||||
|
|
||||||
|
|
|
@ -17,16 +17,18 @@ class PyDlioProfilerPy(PythonPackage):
|
||||||
|
|
||||||
version("develop", branch="dev")
|
version("develop", branch="dev")
|
||||||
version("master", branch="master")
|
version("master", branch="master")
|
||||||
|
version("0.0.5", tag="v0.0.5", commit="08f1a43c67c8dbb458d547020674c86118c9742e")
|
||||||
|
version("0.0.4", tag="v0.0.4", commit="f9ba207f4c3e3789eb7759653a94013e6b76c91c")
|
||||||
|
version("0.0.3", tag="v0.0.3", commit="531f4475cf03312e121c78bf644445882b51ad57")
|
||||||
version("0.0.2", tag="v0.0.2", commit="b72144abf1499e03d1db87ef51e780633e9e9533")
|
version("0.0.2", tag="v0.0.2", commit="b72144abf1499e03d1db87ef51e780633e9e9533")
|
||||||
version("0.0.1", tag="v0.0.1", commit="28affe716211315dd6936ddc8e25ce6c43cdf491")
|
version("0.0.1", tag="v0.0.1", commit="28affe716211315dd6936ddc8e25ce6c43cdf491")
|
||||||
|
|
||||||
depends_on("cpp-logger@0.0.1", when="@:0.0.1")
|
depends_on("cpp-logger@0.0.1", when="@:0.0.1")
|
||||||
depends_on("cpp-logger@0.0.2", when="@0.0.2:")
|
depends_on("cpp-logger@0.0.2", when="@0.0.2")
|
||||||
|
depends_on("cpp-logger@0.0.3", when="@0.0.3:")
|
||||||
depends_on("brahma@0.0.1", when="@:0.0.1")
|
depends_on("brahma@0.0.1", when="@:0.0.1")
|
||||||
depends_on("brahma@0.0.2", when="@0.0.2:")
|
depends_on("brahma@0.0.2", when="@0.0.2")
|
||||||
depends_on("gotcha@1.0.4", when="@:0.0.1")
|
depends_on("brahma@0.0.3", when="@0.0.3:")
|
||||||
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("yaml-cpp@0.6.3", when="@0.0.2:")
|
||||||
depends_on("py-setuptools@42:", type="build")
|
depends_on("py-setuptools@42:", type="build")
|
||||||
depends_on("py-pybind11", type=("build", "run"))
|
depends_on("py-pybind11", type=("build", "run"))
|
||||||
|
|
Loading…
Reference in a new issue