Skip to content

Commit

Permalink
[Patch] SYCL E4S: 1D w/ EB
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored and alalazo committed Nov 25, 2024
1 parent 0b2e73b commit da0c6e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions var/spack/repos/builtin/packages/warpx/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ class Warpx(CMakePackage, PythonExtension):
when="@24.10",
)

# SYCL: 1D compiles with +eb
patch(
"https://github.com/ECP-WarpX/WarpX/pull/5384.patch?full_index=1",
sha256="dadc7f864c84be7e9693936309105e49caaafd97cc6e5256386650513020c9ac",
when="@24.10",
)

variant("app", default=True, description="Build the WarpX executable application")
variant("ascent", default=False, description="Enable Ascent in situ visualization")
variant(
Expand Down

0 comments on commit da0c6e4

Please sign in to comment.