### Description Build of any arbitrary project with MPI-dependency fails when using oneAPI 2025.0. Executing ``` fpm new test cd test echo -e "[dependencies]\nmpi =\"*\"" >> fpm.toml FPM_FC=ifx fpm build ``` results in ``` <ERROR> *cmd_build* Model error: local INTEL MPI library does not support -v STOP 1 ``` Note: oneAPI 2024.2 seems to work. ### Expected Behaviour Building the project as expected without error message. ### Version of fpm 0.10.1 ### Platform and Architecture Linux/x86_64 ### Additional Information _No response_