Skip to content

Commit

Permalink
Add k4simdelphes and k4marlinwrapper tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Nov 3, 2023
1 parent 20d5c90 commit ec3b8d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/k4marlinwrapper/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ class K4marlinwrapper(CMakePackage, Ilcsoftpackage):
maintainers = ["tmadlener", "jmcarcell"]

version("master", branch="master")
version(
"0.7", sha256="aff49b9885d3c5e0804d5bcd3752ac77f3e3bbce6910fa9277252b907656914a"
)
version(
"0.6", sha256="8f276fe5246c12e3ccf460a03a5621a129f172a5047cf7321957f1eeb807f821"
)
Expand Down
4 changes: 4 additions & 0 deletions packages/k4simdelphes/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ class K4simdelphes(CMakePackage, Ilcsoftpackage):
maintainers = ["vvolkl", "tmadlener"]

version("main", branch="main")
version(
"00-06",
sha256="e83e17c5476a81d9a640a053b03b43f1ada3d4c34c02b30c9e64136f2917f1e7",
)
version(
"00-05",
sha256="a2964d674c017cfe4d3bf38ed3899c6eda8a5d1baef2e1d122ed21fad2a551b8",
Expand Down

0 comments on commit ec3b8d3

Please sign in to comment.