spack/var/spack/repos
scheibelp 79669ac647
llvm: replace @when with internal check in @run_before (#8092)
Fixes #8088

#7012 added a @when condition for a @run_before check to constrain
that check to only run on Darwin. @when is intended to be used to
choose one of several different implementations of a given function
and cannot be used to conditionally deactivate a check altogether.

This replaces the external decorator with a check that executes at
the beginning of the function.
2018-05-11 12:32:26 -07:00
..
builtin llvm: replace @when with internal check in @run_before (#8092) 2018-05-11 12:32:26 -07:00
builtin.mock Packages can tune the list of files to be archived at the end of install (#7760) 2018-05-08 17:40:53 -07:00