Skip to content

Commit

Permalink
add no_qa entry for WRF (fixes #167)
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Aug 26, 2012
1 parent 1128ade commit 42f1cc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion easybuild/easyblocks/w/wrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ def configure(self):
"Compile for nesting? (1=basic, 2=preset moves, 3=vortex following) [default 1]:": "1",
"Compile for nesting? (0=no nesting, 1=basic, 2=preset moves, 3=vortex following) [default 0]:": "0"
}
no_qa = []
no_qa = [
'testing for fseeko and fseeko64'
]
std_qa = {
# named group in match will be used to construct answer
r"%s.*\n(.*\n)*Enter selection\s*\[[0-9]+-[0-9]+\]\s*:" % build_type_question: "%(nr)s",
Expand Down

0 comments on commit 42f1cc6

Please sign in to comment.