Mentions légales du service

Skip to content
  • Ludovic Courtès's avatar
    starpu-fxt: Duplicate configure flags from 'starpu'. · 761cfe97
    Ludovic Courtès authored
    Previously, "guix build starpu-fxt --with-input=openmpi=nmad" would lack
    the '--enable-nmad' configure flag, because 'starpu-fxt' was calling:
    
      (package-arguments starpu)
    
    and 'starpu' itself would still depend on 'openmpi', not 'nmad'.
    
    * inria/storm.scm (starpu-configure-flags): New procedure.
    (starpu-1.3)[arguments]: Use it.
    (starpu+fxt)[arguments]: Use it.
    761cfe97