Add pika 0.12.0 and pika-algorithms 0.1.1 (#35296)
This commit is contained in:
parent
07d7c32d79
commit
ba8d9f22ef
@ -15,6 +15,7 @@ class PikaAlgorithms(CMakePackage):
|
|||||||
git = "https://github.com/pika-org/pika-algorithms.git"
|
git = "https://github.com/pika-org/pika-algorithms.git"
|
||||||
maintainers("msimberg", "albestro", "teonnik", "aurianer")
|
maintainers("msimberg", "albestro", "teonnik", "aurianer")
|
||||||
|
|
||||||
|
version("0.1.1", sha256="4aae88ac19864fd278bbdb49ae56348014c3d0d4b49a46ab3b9ba8a180f745f6")
|
||||||
version("0.1.0", sha256="64da008897dfa7373155595c46d2ce6b97a8a3cb5bea33ae7f2d1ff359f0d9b6")
|
version("0.1.0", sha256="64da008897dfa7373155595c46d2ce6b97a8a3cb5bea33ae7f2d1ff359f0d9b6")
|
||||||
version("main", branch="main")
|
version("main", branch="main")
|
||||||
|
|
||||||
@ -41,6 +42,7 @@ class PikaAlgorithms(CMakePackage):
|
|||||||
depends_on("boost@1.71:")
|
depends_on("boost@1.71:")
|
||||||
depends_on("fmt@9:")
|
depends_on("fmt@9:")
|
||||||
depends_on("pika@0.11:")
|
depends_on("pika@0.11:")
|
||||||
|
depends_on("pika@0.11", when="@0.1.0")
|
||||||
|
|
||||||
for cxxstd in cxxstds:
|
for cxxstd in cxxstds:
|
||||||
depends_on("boost cxxstd={0}".format(map_cxxstd(cxxstd)), when="cxxstd={0}".format(cxxstd))
|
depends_on("boost cxxstd={0}".format(map_cxxstd(cxxstd)), when="cxxstd={0}".format(cxxstd))
|
||||||
|
@ -17,6 +17,7 @@ class Pika(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
git = "https://github.com/pika-org/pika.git"
|
git = "https://github.com/pika-org/pika.git"
|
||||||
maintainers("msimberg", "albestro", "teonnik", "aurianer")
|
maintainers("msimberg", "albestro", "teonnik", "aurianer")
|
||||||
|
|
||||||
|
version("0.12.0", sha256="daa1422eb73d6a897ce7b8ff8022e09e7b0fec83d92728ed941a92e57dec5da3")
|
||||||
version("0.11.0", sha256="3c3d94ca1a3960884bad7272bb9434d61723f4047ebdb097fcf522c6301c3fda")
|
version("0.11.0", sha256="3c3d94ca1a3960884bad7272bb9434d61723f4047ebdb097fcf522c6301c3fda")
|
||||||
version("0.10.0", sha256="3b443b8f0f75b9a558accbaef0334a113a71b0205770e6c7ff02ea2d7c6aca5b")
|
version("0.10.0", sha256="3b443b8f0f75b9a558accbaef0334a113a71b0205770e6c7ff02ea2d7c6aca5b")
|
||||||
version("0.9.0", sha256="c349b2a96476d6974d2421288ca4d2e14ef9e5897d44cd7d5343165faa2d1299")
|
version("0.9.0", sha256="c349b2a96476d6974d2421288ca4d2e14ef9e5897d44cd7d5343165faa2d1299")
|
||||||
@ -43,7 +44,7 @@ class Pika(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
|
|
||||||
variant(
|
variant(
|
||||||
"malloc",
|
"malloc",
|
||||||
default="tcmalloc",
|
default="mimalloc",
|
||||||
description="Define which allocator will be linked in",
|
description="Define which allocator will be linked in",
|
||||||
values=("system", "jemalloc", "mimalloc", "tbbmalloc", "tcmalloc"),
|
values=("system", "jemalloc", "mimalloc", "tbbmalloc", "tcmalloc"),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user