Skip to content

Commit

Permalink
Add more tags for ilcsoft packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 24, 2024
1 parent ff3c7b0 commit a0f4d9c
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/clicperformance/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ class Clicperformance(CMakePackage, Ilcsoftpackage):
generator = "Ninja"

version("master", branch="master")
version(
"02-05-01",
sha256="dd0b240cdab859b5ee60f0fac834207a2a426840553be39db2050eb51119977f",
)
version(
"02-05",
sha256="0205f79914a2422ee8db722ad53cbdc8722cb0867e7b57660ca9ec21fbb4e2ba",
Expand Down
4 changes: 4 additions & 0 deletions packages/ddmarlinpandora/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Ddmarlinpandora(CMakePackage, Ilcsoftpackage):
maintainers = ["vvolkl"]

version("master", branch="master")
version(
"0.12.2",
sha256="c9d9461aee2eb2db81f4369583a84f6f0d5261db5d06f641bcd16704b62096fe",
)
version(
"0.12.01",
sha256="c1c44db7a375022ad18e0a44f0c8e573c7cd9db1a7c1b6b4ac58998e20007048",
Expand Down
4 changes: 4 additions & 0 deletions packages/kitrack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ class Kitrack(CMakePackage, Ilcsoftpackage):
maintainers = ["vvolkl"]

version("master", branch="master")
version(
"1.10.1",
sha256="ccfd9317168814350d089a406cc7ed0cf1b44e9aa71e846faf8f0ab4113c7adf",
)
version(
"1.10",
sha256="e89e0553ba76946749e422aa470bbe20456b085efe523fb42f97565201376870",
Expand Down
4 changes: 4 additions & 0 deletions packages/marlin/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Marlin(CMakePackage, Ilcsoftpackage):
maintainers = ["vvolkl"]

version("master", branch="master")
version(
"1.19.3",
sha256="b581e4e80b67979e3dae9b2c926848e3de005f30e6193ee6b3b6e746e8ae6b6b",
)
version(
"1.19.2",
sha256="13e51a1d46540df55596853612c13314860f8299e4caf356e2070780ecddc7c2",
Expand Down
4 changes: 4 additions & 0 deletions packages/marlinreco/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ class Marlinreco(CMakePackage, Ilcsoftpackage):
maintainers = ["vvolkl"]

version("master", branch="master")
version(
"1.36.1",
sha256="fc97edf00ea943f76340e20ccc57a8538292ed64e7b33b6f64e9ebc7a3da9320",
)
version(
"1.36",
sha256="3f0c9839567a58b629b4cba40088b095a6660cbd104d157edf6dd21f81471694",
Expand Down
4 changes: 4 additions & 0 deletions packages/marlintrkprocessors/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ class Marlintrkprocessors(CMakePackage, Ilcsoftpackage):
maintainers = ["vvolkl"]

version("master", branch="master")
version(
"2.12.6",
sha256="1414329054b95747a3406a73b2db41b352d322008af68a3e1d7526cf80ac7898",
)
version(
"2.12.5",
sha256="4f02cbb2aae4ec2bf813312ebb796bd756e9ac130e229174b8de164cf160787d",
Expand Down
8 changes: 8 additions & 0 deletions packages/marlinutil/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ class Marlinutil(CMakePackage, Ilcsoftpackage):
maintainers = ["vvolkl"]

version("master", branch="master")
version(
"1.18.1",
sha256="823fa3bcd3103d3e3f9e500df2a3bc859c7b2e565253c8174d7afb384d2866e2",
)
version(
"1.18",
sha256="d85952271139b542f20b5be7b02bbad9dbd5c793efb9fccb40d5b318f6aeabd9",
)
version(
"1.17.2",
sha256="9fbc3153d417b02d57917d64a2de1f569a3922540ed3fa7d87198d9406982997",
Expand Down

0 comments on commit a0f4d9c

Please sign in to comment.