summaryrefslogtreecommitdiff
path: root/var/spack/mock_configs/site_spackconfig
blob: 135872036224e3480b2f1f650d1f8c7b91a01047 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[compiler "gcc@4.5.0"]
    cc  = /path/to/gcc
    cxx = /path/to/g++
    f77 = /path/to/gfortran
    fc  = /path/to/gfortran

[compiler "clang@3.3"]
    cc  = /path/to/clang
    cxx = /path/to/clang++
    f77 = None
    fc  = None