
This creates shared infrastructure for compiler packages to implement the detailed search capabilities from the `spack compiler find` command for the `spack external find` command. After this commit, `spack compiler find` can be replaced with `spack external find --tag compiler`, with the exception of mixed toolchains.
14 lines
305 B
YAML
14 lines
305 B
YAML
paths:
|
|
- layout:
|
|
- executables:
|
|
- bin/nagfor
|
|
script: |
|
|
echo "NAG Fortran Compiler Release 6.0(Hibiya) Build 1037"
|
|
echo "Product NPL6A60NA for x86-64 Linux"
|
|
platforms: [linux]
|
|
results:
|
|
- spec: nag@6.0.1037
|
|
extra_attributes:
|
|
compilers:
|
|
fortran: ".*/bin/nagfor"
|