summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMikael Simberg <mikael.simberg@iki.fi>2024-05-10 15:21:47 +0200
committerGitHub <noreply@github.com>2024-05-10 15:21:47 +0200
commit8160a96b27aadf726f4368fe10fe79ceda8007d3 (patch)
tree68e2d147be8dafb00fda0d0bc716e81524704b02 /var
parent10414d3e6ccb7f97d53d99f60034755950eceab1 (diff)
downloadspack-8160a96b27aadf726f4368fe10fe79ceda8007d3.tar.gz
spack-8160a96b27aadf726f4368fe10fe79ceda8007d3.tar.bz2
spack-8160a96b27aadf726f4368fe10fe79ceda8007d3.tar.xz
spack-8160a96b27aadf726f4368fe10fe79ceda8007d3.zip
dla-future: Add 0.4.1 (#44115)
* dla-future: Add 0.4.1 * Use ninja as generator in dla-future
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/dla-future/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/dla-future/package.py b/var/spack/repos/builtin/packages/dla-future/package.py
index ef931e9927..05a25abc61 100644
--- a/var/spack/repos/builtin/packages/dla-future/package.py
+++ b/var/spack/repos/builtin/packages/dla-future/package.py
@@ -16,6 +16,7 @@ class DlaFuture(CMakePackage, CudaPackage, ROCmPackage):
license("BSD-3-Clause")
+ version("0.4.1", sha256="ba95f26475ad68da1f3a24d091dc1b925525e269e4c83c1eaf1d37d29b526666")
version("0.4.0", sha256="34fd0da0d1a72b6981bed0bba029ba0947e0d0d99beb3e0aad0a478095c9527d")
version("0.3.1", sha256="350a7fd216790182aa52639a3d574990a9d57843e02b92d87b854912f4812bfe")
version("0.3.0", sha256="9887ac0b466ca03d704a8738bc89e68550ed33509578c576390e98e76b64911b")
@@ -44,6 +45,8 @@ class DlaFuture(CMakePackage, CudaPackage, ROCmPackage):
description="Build C API compatible with ScaLAPACK",
)
+ generator("ninja")
+
depends_on("cmake@3.22:", type="build")
depends_on("pkgconfig", type="build")
depends_on("doxygen", type="build", when="+doc")