Skip to content
Peter Scheibel edited this page Mar 6, 2024 · 6 revisions

Wednesday March 6th, 9am PT (UTC -8:00)

Attendees

  • Peter Scheibel (host)
  • Mark Krentel
  • Tammy Dahlgren
  • Jakov Petrina

Agenda

(This week the meeting is for Q&A, there are no pre-planned topics)

  • Mark: normally I use spack to build all dependencies, then another build system to build my top-level packages
    • Been trying to use spack dev-build
    • One thing I do is build a copy of my top-level package (TLP)
      • Then I make a second copy
    • When using dev-build the install directory for these copies is the same
      • Peter: you could make 2 environments, which each develop the TLP and have a different dev_path
    • Peter: note that changing the installation prefix w/o changing the hash (e.g. using configuration or by modifying the install method may run into problems (spack might not be willing to reinstall the same package)
  • Mark: is CI pipeline stuck?
Clone this wiki locally