Skip to content

Commit

Permalink
[Patch] SYCL Include & Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 18, 2024
1 parent 01ea687 commit f9b85e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions var/spack/repos/builtin/packages/warpx/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,14 @@ class Warpx(CMakePackage, PythonExtension):
when="@22.06",
)

# Fix failing SYCL build (outdated includes & namespaces)
# https://github.com/ECP-WarpX/picsar/pull/53
patch(
"https://github.com/ECP-WarpX/picsar/pull/53.patch?full_index=1",
sha256="ff950fbe4e75a71dcc4091c9691307d586169745d6775887d09f46d705705ec4",
when="@24.08",
)

def cmake_args(self):
spec = self.spec

Expand Down

0 comments on commit f9b85e4

Please sign in to comment.