Skip to content
Peter Scheibel edited this page Feb 14, 2019 · 3 revisions

Attendees

  • Peter Scheibel (host)
  • Chris Green

Discussion

  • Compiler-agnostic packages: large data-only packages shared between several dependents
  • Exclusive version ranges: in particular for string-based versions ('alpha', 'beta', etc.)
    • For numeric x.y.z versions you can replace < 3.0.0 with <= 2.99.99 for example, but this is harder with string based versions
  • Usage of Spack and Containers - how do they fit together
    • My (Peter) opinion: use Spack to install things on the container
    • Spack may also make it easier to install subsets of software on containers so that you don't need one monolithic container
Clone this wiki locally