Added more compilers to mock packages tests
This commit is contained in:
parent
fce6ecb05c
commit
7705603f73
@ -47,6 +47,17 @@
|
|||||||
f77: None
|
f77: None
|
||||||
fc: None
|
fc: None
|
||||||
modules: 'None'
|
modules: 'None'
|
||||||
|
clang3.3SUSE:
|
||||||
|
spec: clang@3.3
|
||||||
|
operating_system:
|
||||||
|
name: SuSE
|
||||||
|
version: '11'
|
||||||
|
paths:
|
||||||
|
cc: /path/to/clang
|
||||||
|
cxx: /path/to/clang++
|
||||||
|
f77: None
|
||||||
|
fc: None
|
||||||
|
modules: 'None'
|
||||||
clang3.3RHL:
|
clang3.3RHL:
|
||||||
spec: clang@3.3
|
spec: clang@3.3
|
||||||
operating_system:
|
operating_system:
|
||||||
@ -69,6 +80,17 @@
|
|||||||
version: '10'
|
version: '10'
|
||||||
spec: gcc@4.5.0
|
spec: gcc@4.5.0
|
||||||
modules: 'None'
|
modules: 'None'
|
||||||
|
gcc4.5.0SUSE:
|
||||||
|
paths:
|
||||||
|
cc: /path/to/gcc
|
||||||
|
cxx: /path/to/g++
|
||||||
|
f77: /path/to/gfortran
|
||||||
|
fc: /path/to/gfortran
|
||||||
|
operating_system:
|
||||||
|
name: SuSE
|
||||||
|
version: '11'
|
||||||
|
spec: gcc@4.5.0
|
||||||
|
modules: 'None'
|
||||||
gcc4.5.0RHL:
|
gcc4.5.0RHL:
|
||||||
paths:
|
paths:
|
||||||
cc: /path/to/gcc
|
cc: /path/to/gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user