Syntax error in the fpm.toml of the FACE library
when trying to use VTKFortran with fpm, the build stage fails due to an old syntax error in toml file of the FACE library. The error seem to have been corrected in FACE, but the toml file of VTKFortran keeps pointing on an uncorrected version of FACE.
@igirault thank you for reporting the bug, I am going to update the FACE submodule now.
@igirault I have pushed a new commit with updated submodules, let me know if the fix works.
Kind regards, Stefano
@szaghi thank you but it does not solve the problem : you need to modify the fpm.toml of FoXy and VTKFortran to point on the last version of StringiFor, whose fpm.toml file has already been corrected in https://github.com/szaghi/StringiFor/commit/5288871cc942aa2203e987af9d98d74ad7205d2c to point on the corrected version of Face.
@igirault I do not use fpm, thus I am not sure how to correct its config. Anyway, I will try to fix it.
@szaghi I can submit a PR for each of the concerned dependencies if you want. An option would be to always point on the master branch of every dependency, to avoid this kind of manual update in the future. But if you wish I can keep targeting a specific commit. Tell me what you prefer
@igirault Thank you very much for your help, it is appreciated. I will be happy to accept any PR. I agree to point to master branch, this is my usual workflow for submodules.