Add detection tests for XL compilers (#41743)
This commit is contained in:
parent
fd46923216
commit
9986652b27
18
var/spack/repos/builtin/packages/xlc/detection_test.yaml
Normal file
18
var/spack/repos/builtin/packages/xlc/detection_test.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
paths:
|
||||
- layout:
|
||||
- executables:
|
||||
- "bin/xlc"
|
||||
- "bin/xlc++"
|
||||
- "bin/xlc_r"
|
||||
- "bin/xlc++_r"
|
||||
script: |
|
||||
echo "IBM XL C/C++ for Linux, V16.1.1 (5725-C73, 5765-J13)"
|
||||
echo "Version: 16.01.0001.0006"
|
||||
- executables:
|
||||
- "bin/xlcuf"
|
||||
script: |
|
||||
echo "IBM XL Fortran for Linux, V16.1.1 (5725-C73, 5765-J13)"
|
||||
echo "Version: 16.01.0001.0006"
|
||||
results:
|
||||
- spec: "xlc+r@16.1"
|
||||
- spec: "xlc~r@16.1"
|
11
var/spack/repos/builtin/packages/xlf/detection_test.yaml
Normal file
11
var/spack/repos/builtin/packages/xlf/detection_test.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
paths:
|
||||
- layout:
|
||||
- executables:
|
||||
- "bin/xlf"
|
||||
- "bin/xlf_r"
|
||||
script: |
|
||||
echo "IBM XL Fortran for Linux, V16.1.1 (5725-C73, 5765-J13)"
|
||||
echo "Version: 16.01.0001.0006"
|
||||
results:
|
||||
- spec: "xlf+r@16.1"
|
||||
- spec: "xlf~r@16.1"
|
Loading…
Reference in New Issue
Block a user