-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Telcon: 2025 06 25
Peter Scheibel edited this page Jun 25, 2025
·
14 revisions
Wednesday June 25th, 9am PT (UTC -7:00)
- Peter Scheibel (host)
- Dom Heinzeller
- Diego Menéndez
- Tammy Dahlgren
- Davide Del Vento
- Tahmid Kahn
This meeting is for general Q&A (feel free to suggest a topic beforehand if desired)
Current agenda:
-
https://github.com/spack/spack-packages/pull/195#issuecomment-2992365880 (concretization error in pipeline for PR)
- Switching fortran requirement to:
- one_of: ["gcc", "intel-oneapi-compilers"] - And
- Switching fortran requirement to:
scotch:
require:
- '%gcc'
- Peter: I think these constraints would need to be adjusted to influence choice of just fortran compiler
- to force a specific compiler for specific language:
scotch:
require:
- %[virtuals=fortran] gcc # Or ^
when: %fortran
-
cgalfailure doesn't seem related https://gitlab.spack.io/spack/spack-packages/-/jobs/17138180- There's a c++ failure vs. a fortran failure
- Maybe there is a mixing of c++ compiler? It's also possibly a preexisting issue (that didn't trigger until this PR decided cgal should rebuild)
- concretization results appear in an associated generate job: https://gitlab.spack.io/spack/spack-packages/-/jobs/17138107
- Dom: when is the relase?
- Currently June 27th: https://github.com/spack/spack/milestones
- Diego: issue with first spec in an env disappearing
- It seems like the first thing you install to the env, no matter what, disappears as a root when you install the next thing
- This is using
spack install --add - (will create an issue)