GSoC 22: fpm-ize the Fortran Ecosystem || Blog Post by Arteev Raina || #15

Good Day Everyone,

Last week My Pull Request for C++ files compilation support in fpm got merged. This patch was added in order to compile the stdlib project using the compiler wrapper script for fypp preprocessing.

After this Pull Request, we were still facing the C++ Linker issue and @lkedward helped us in fixing the issue in this patch.

Now, We are only left with one test file that is currently failing the compilation.


Error: There is no specific function for the generic ‘mean’ at (1)

The above errors generally occur when we are using interfaces and there is an argument mismatch in the function. I am currently debugging this issue.

For this week, I am aiming to completely fix this above-mentioned issue and also open the remaining Pull Request for structural change of stdlib in order to get it compiled using the fypp compiler wrapper of fpm. I will also prepare the final work product this week and submit that for the final evaluation.

Thanks & Regards
Arteev Raina

5 Likes