Replies: 2 comments 2 replies
-
Absolutely, and if you are able to implement this please feel free to open an issue, add it as a feature request, and assign yourself. Once you have something ready open a PR and we'll review and get it merged. Thanks for using the project and wanting to contribute ❤️ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Having a go at setting this up while I'm at an fpm session with @everythingfunctional. I get some progress with
Working on this on branch Next need to look into missing preprocessor flags. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just wanted to propose (and ask if there is interest on the maintainers side) to include support for building the project using fpm https://fpm.fortran-lang.org/
(I'm currently using your project that I build with CMake with a few tweaks but also like a lot the fpm workflow :) )
If so, I started playing with an fpm.toml at the root of the project (WARNING It doesn't work for the moment):
and this would need a command line such as:
For the moment I'm hitting an error with this approach:
Not sure yet why
Beta Was this translation helpful? Give feedback.
All reactions