Skip to content

Commit c6b230e

Browse files
authored
jana2: patch for JFactoryPodioT instantiation error (#794)
### Briefly, what does this PR introduce? This PR adds a patch for JANA2, v2.4.0 through v2.4.2, to prevent an error when using JFactoryPodioT with LinkCollections. See JeffersonLab/JANA2@c439fdd.
1 parent 9c44784 commit c6b230e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/jana2/package.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ class Jana2(CMakePackage, CudaPackage):
125125
when="@2.3.2",
126126
)
127127

128+
# Bugfix: JFactoryPodioT template instantiation error with LinkCollections
129+
patch(
130+
"https://github.com/JeffersonLab/JANA2/pull/462/commits/c439fdd14bad2da6cf237c6d442f2a2f6632b67a.patch?full_index=1",
131+
sha256="cc8d304a51912ae0519b9862bafb0fee56d1c1cd8b29523519bf04f6fc005d9f",
132+
when="@2.4:2.4.2",
133+
)
134+
128135
def cmake_args(self):
129136
args = [
130137
self.define_from_variant("USE_CUDA", "cuda"),

0 commit comments

Comments
 (0)