
* Update spec format to simpler syntax, maintain backwards compatibility * Switch to new spec.format method throughout internals * update package files for new format strings * documentation and minor code cleanup. removed nonsensical variant sigils
23 lines
369 B
YAML
23 lines
369 B
YAML
enable:
|
|
- tcl
|
|
tcl:
|
|
all:
|
|
filter:
|
|
environment_blacklist':
|
|
- CMAKE_PREFIX_PATH
|
|
environment:
|
|
set:
|
|
'{name}_ROOT': '{prefix}'
|
|
|
|
'platform=test target=x86_64':
|
|
environment:
|
|
set:
|
|
FOO: 'foo'
|
|
OMPI_MCA_mpi_leave_pinned: '1'
|
|
unset:
|
|
- BAR
|
|
|
|
'platform=test target=x86_32':
|
|
load:
|
|
- 'foo/bar'
|