hypre: fix typo in --with-sycl option. (#39351)
This commit is contained in:
parent
8b6a6982ee
commit
41793673d9
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user