Changing syntax again to what works with other packages

This commit is contained in:
Stephen Sachs 2024-04-09 13:56:59 +02:00
parent 589c86a877
commit dcb9fb3e3c

View File

@ -9,7 +9,8 @@ packages:
gettext: gettext:
require: require:
- one_of: - one_of:
- "%intel cflags=-std=c18" - "cflags=-std=c18 target=x86_64_v4"
- "cflags=-std=c18 target=x86_64_v4"
- "%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: