Skip to content
Peter Scheibel edited this page Mar 26, 2020 · 21 revisions

Attendees

  • Peter Scheibel (host)
  • Patrick Gartung
  • Massimiliano Culpo
  • Chris Green

Agenda

  • (1-1:30pm) Creating a test package for testing binary caches
    • (Patrick) Make an install tarball: https://github.com/spack/spack/pull/15687
    • What challenges exist now/what do the tests need to check
      • Relocation of RPATHs
      • patchelf is used, how to mock it?
      • (Not a big deal) debug symbols referring to source
      • TCL: this package compiles paths into the binary
      • perl: the relocation logic padded with null bytes, perl checks for this and fails
    • (Massimiliano) how much can you cover with packages which compile just using GCC?
    • (Massimiliano) some tests in relocate.py use "requires" to indicate e.g. that some packages need patchelf
  • Spack 0.14.1 was released on March 20: https://groups.google.com/forum/#!topic/spack/pbRCureS0XY
  • Recently-merged PRs of general interest
Clone this wiki locally