These lines (1, 2) set fflags when the compiler is %intel - which presumably only matches the classic Intel compiler and not the oneAPI suite.
Assuming that the oneAPI case is not covered, it should be a matter of adding the when=%oneapi clause, either on the existing lines with an "or", or duplicated lines with just the "when" value replaced.
These lines (1, 2) set fflags when the compiler is
%intel- which presumably only matches the classic Intel compiler and not the oneAPI suite.Assuming that the oneAPI case is not covered, it should be a matter of adding the
when=%oneapiclause, either on the existing lines with an "or", or duplicated lines with just the "when" value replaced.