Added more compilers to mock packages tests

This commit is contained in:
Gregory Becker 2016-05-16 09:43:46 -07:00
parent fce6ecb05c
commit 7705603f73

View File

@ -47,6 +47,17 @@
f77: None
fc: 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:
spec: clang@3.3
operating_system:
@ -69,6 +80,17 @@
version: '10'
spec: gcc@4.5.0
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:
paths:
cc: /path/to/gcc