Fixed typo in hypre package (#44921)

Co-authored-by: “Henrique <henrique.bergallo-rocha@ukaea.uk>
This commit is contained in:
Henrique BR 2024-06-27 11:59:11 +01:00 committed by GitHub
parent c7b9bf6a77
commit 6b73195478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,7 @@ def configure_args(self):
else:
configure_args.append("--enable-cub")
if spec.satisfies("+cublas"):
conigure_args.append("--enable-cublas")
configure_args.append("--enable-cublas")
else:
configure_args.extend(["--without-cuda", "--disable-curand", "--disable-cusparse"])
if spec.satisfies("@:2.20.99"):