Skip to content

Commit

Permalink
jana2: patch PR 243 into 2.1.1 (#559)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This backports the bugfix patch in
JeffersonLab/JANA2#243 to the 2.1.1 release.
  • Loading branch information
wdconinc authored Oct 5, 2023
1 parent a359890 commit 43d7bb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/jana2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ class Jana2(CMakePackage, CudaPackage):

conflicts("+cuda", when="@:2.0", msg="CUDA support only available in 2.1 and later")

# JFactoryPodioT.h: ClearData (https://github.com/JeffersonLab/JANA2/pull/243)
patch(
"https://github.com/JeffersonLab/JANA2/pull/243.patch?full_index=1",
sha256="f1b89fe245ac44fec815b7cf97d40924acf1281cd2aeb31ee33ad76a13e0abd4",
when="@2.1.1",
)
# JResourcePool.h: alignas (https://github.com/JeffersonLab/JANA2/pull/239)
patch(
"https://github.com/JeffersonLab/JANA2/pull/239.patch?full_index=1",
Expand Down

0 comments on commit 43d7bb2

Please sign in to comment.