Skip to content

Commit

Permalink
Missing version adapter for acts processor
Browse files Browse the repository at this point in the history
  • Loading branch information
pandreetto committed May 28, 2024
1 parent 612860d commit 47d14e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/actstracking/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.pkg.k4.key4hep_stack import Key4hepPackage
from spack.pkg.mucoll.mucoll_stack import MCIlcsoftpackage


class Actstracking(CMakePackage, Key4hepPackage):
class Actstracking(CMakePackage, MCIlcsoftpackage):
"""Marlin package for track reconstructions using the ACTS library"""

homepage = "https://github.com/MuonColliderSoft/ACTSTracking"
Expand Down

0 comments on commit 47d14e5

Please sign in to comment.