You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to write an fpm.toml for pFUnit, in order to pass it as a dependency. It's not clear how/where fpm tells the code how to be built, so I've experimented to see if it would "just" pick up the existing CMakeLists.txt in pFUnit. With a minimal fpm.toml, it's trying to build something and fails miserably, because it needs to pick specific sources to compile - done in cmake but not obvious how to do it in fpm yet. Tried to make it build with cmake using
but it looks like it fails before even getting to the point of calling the build-script. There's value in pursuing this a bit more, there might be a way...
fpm.toml
file in the root of the repository and succesffully built the applications and tests withfpm build
gfortran
on ubuntu systems requires the-ffree-line-length-none
flag, MacOS doesn't[project.<compiler>.<os>].flag
field does not seem to workfpm
and opened an issue and a PRfpm
packages as dependencies is trivial. Adding non-fpm
packages as dependencies is difficultThe text was updated successfully, but these errors were encountered: