Modify syntax such that correct cflags are used
This commit is contained in:
parent
a9699e7fc0
commit
589c86a877
@ -9,8 +9,8 @@ packages:
|
|||||||
gettext:
|
gettext:
|
||||||
require:
|
require:
|
||||||
- one_of:
|
- one_of:
|
||||||
- '%intel cflags="-std=c18"'
|
- "%intel cflags=-std=c18"
|
||||||
- '%gcc'
|
- "%gcc"
|
||||||
message: "gettext uses single valued `static_assert` which is only available in `icc` as part of later C standard."
|
message: "gettext uses single valued `static_assert` which is only available in `icc` as part of later C standard."
|
||||||
gromacs:
|
gromacs:
|
||||||
require:
|
require:
|
||||||
|
Loading…
Reference in New Issue
Block a user