hypre: fix typo in --with-sycl option. (#39351)

This commit is contained in:
Jon Rood 2023-08-09 00:37:15 -06:00 committed by GitHub
parent 8b6a6982ee
commit 41793673d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ def configure_args(self):
configure_args.extend(["--without-hip", "--disable-rocrand", "--disable-rocsparse"])
if "+sycl" in spec:
configure_args.append("--with-scyl")
configure_args.append("--with-sycl")
sycl_compatible_compilers = ["dpcpp", "icpx"]
if not (os.path.basename(self.compiler.cxx) in sycl_compatible_compilers):
raise InstallError(