Skip to content

Commit

Permalink
juggler: no depends on genfit (#517)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Juggler hasn't depended on genfit since v9.

### What kind of change does this PR introduce?
- [x] Bug fix (issue #__)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.

### Does this PR change default behavior?
No.
  • Loading branch information
wdconinc authored Aug 13, 2023
1 parent 89fa1c5 commit a64613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/juggler/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Juggler(CMakePackage):

depends_on("root")
depends_on("geant4")
depends_on("genfit")
depends_on("genfit", when="@:8")
depends_on("dd4hep +ddg4")
depends_on("tensorflow-lite")

Expand Down

0 comments on commit a64613b

Please sign in to comment.