Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

morphokit: use MORPHOKIT_HAS_PATCHED_HDF5 #1809

Merged
merged 3 commits into from
Jan 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update TD to use the new morphokit.
  • Loading branch information
1uc committed Jan 18, 2023
commit bc091f705b19a11b49e582acef797046026f421a
3 changes: 2 additions & 1 deletion bluebrain/repo-bluebrain/packages/touchdetector/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ class Touchdetector(CMakePackage):
depends_on('catch2@2', when='@5.0.2:')
depends_on('eigen', when='@4.5:')
depends_on('fmt@:5.999', when='@4.5:')
depends_on('morpho-kit', when='@5.2:')
depends_on('[email protected]:', when='@5.7.1:')
depends_on('morpho-kit', when='@5.2:5.7.0')
depends_on('mpi')
depends_on('pugixml', when='@4.5:')
depends_on('random123', when='@5.3.3:')
Expand Down