Added module compilers so that no CompilerSpecError is thrown
This commit is contained in:
parent
93a92a00ee
commit
0a6b54a8c4
@ -5,8 +5,18 @@ compilers:
|
|||||||
cxx: /path/to/clang++
|
cxx: /path/to/clang++
|
||||||
f77: None
|
f77: None
|
||||||
fc: None
|
fc: None
|
||||||
|
modules: None
|
||||||
gcc@4.5.0:
|
gcc@4.5.0:
|
||||||
cc: /path/to/gcc
|
cc: /path/to/gcc
|
||||||
cxx: /path/to/g++
|
cxx: /path/to/g++
|
||||||
f77: /path/to/gfortran
|
f77: /path/to/gfortran
|
||||||
fc: /path/to/gfortran
|
fc: /path/to/gfortran
|
||||||
|
modules: None
|
||||||
|
gcc@5.2.0:
|
||||||
|
cc: cc
|
||||||
|
cxx: CC
|
||||||
|
f77: ftn
|
||||||
|
fc: ftn
|
||||||
|
modules:
|
||||||
|
- PrgEnv-gnu
|
||||||
|
- gcc/5.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user