Skip to content

Commit

Permalink
Update overlay version to merged commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrizka committed Jul 6, 2024
1 parent cb2a1b9 commit f3e7b15
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions packages/overlay/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@
class Overlay(CMakePackage, MCIlcsoftpackage):
"""The package Overlay provides code for event overlay with Marlin."""

homepage = "https://github.com/madbaron/Overlay"
git = "https://github.com/madbaron/Overlay.git"
url = "https://github.com/madbaron/Overlay/archive/refs/tags/v00-24-MC.tar.gz"
homepage = "https://github.com/MuonColliderSoft/Overlay"
git = "https://github.com/MuonColliderSoft/Overlay.git"
url = "https://github.com/MuonColliderSoft/Overlay/archive/refs/tags/v00-24-MC.tar.gz"

maintainers = ['fmeloni']
maintainers = ['gianelle', 'pandreetto']

version('0.25', branch='randomFileOverlay')
version('master', branch='master')
version('0.25', sha256='32a840a14b4d74b3689c83ae05ffb63cfa5996c8ab3beb8d83e2d098f2cda18d', preferred=True)
version('0.24', sha256='83ddebb4c3e36b9b5bda2acfb658e5fd0fd2b31f5e5a38c54f72601379949c04')
version('0.23', sha256='b885bed6c386676e74db21dafde6bc08bcac2a16df89892759415fb8bbb331ed')
version('0.22.2', sha256='9d4ed2d218897f0cbec233d5c588db41bd002dcd5ce809f5b3bad7767408de58')

depends_on('ilcutil')
depends_on('marlin')
Expand All @@ -24,8 +28,7 @@ class Overlay(CMakePackage, MCIlcsoftpackage):
depends_on('raida')

def setup_run_environment(self, spack_env):
spack_env.prepend_path(
'MARLIN_DLL', self.prefix.lib + "/libOverlay.so")
spack_env.prepend_path('MARLIN_DLL', self.prefix.lib + "/libOverlay.so")

def cmake_args(self):
# C++ Standard
Expand Down

0 comments on commit f3e7b15

Please sign in to comment.