Skip to content

Commit

Permalink
Merge 817f43f into 1eed2ee
Browse files Browse the repository at this point in the history
  • Loading branch information
becker33 committed May 31, 2016
2 parents 1eed2ee + 817f43f commit a5112b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/spack/spack/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,18 @@
{'type' : 'null' }]},
'fc': { 'anyOf': [ {'type' : 'string' },
{'type' : 'null' }]},
'fflags': { 'anyOf': [ {'type' : 'string' },
{'type' : 'null' }]},
'cppflags': { 'anyOf': [ {'type' : 'string' },
{'type' : 'null' }]},
'cflags': { 'anyOf': [ {'type' : 'string' },
{'type' : 'null' }]},
'cxxflags': { 'anyOf': [ {'type' : 'string' },
{'type' : 'null' }]},
'ldflags': { 'anyOf': [ {'type' : 'string' },
{'type' : 'null' }]},
'ldlibs': { 'anyOf': [ {'type' : 'string' },
{'type' : 'null' }]},
},},},},},},},},

'mirrors': {
Expand Down

0 comments on commit a5112b7

Please sign in to comment.