-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Telcon: 2023 07 12
Peter Scheibel edited this page Jul 12, 2023
·
12 revisions
Wednesday July 12th, 9am PT (UTC -7:00)
- Peter Scheibel (host)
- Davide DelVento
- Jakov Smolic
- Jakov Petrina
- Mark Krentel
- Massimiliano Culpo
- Phil Regier
- Richarda Butler
- Tammy Dahlgren
- Wyatt Spear
- Wileam Phan
- Massimiliano Culpo
(This will be Q&A: there are no pre-planned Spack topics)
- Wileam: ROCm version matching
- llvm-amdgpu package is updated so all depends_on define versions
- should we more-generally define a means to align versions?
- Possible solution: create a ROCmInternalPackage that all the ROCm components inherit; define all the same versions in this as hip; add version constraints that force the versions to match
- One possible issue: defining URLs to get versions at (if the versions are defined in the superclass, how to customize URLs on a per-package basis)?
- See also: https://github.com/spack/spack/pull/38443
- Phil: what's the point of entrypoint.bash generated for a container?
- Massimiliano: coordinating use from CI and interactively
- When I run
podman run image ls
gets an error ("not a spack command") -
podman run image install openfoam
should work - https://spack.readthedocs.io/en/latest/containers.html
- Perhaps we could improve the docs