-
Notifications
You must be signed in to change notification settings - Fork 188
Template Project depending on stdlib #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@MuellerSeb thanks for the idea. I think we'll provide an example with fpm. We first have to get fpm working with stdlib. Then to use it would be just adding |
I just tried to use stdlib as subproject in CMake and it is in fact currently impossible. I collected a patch for this in #284. |
I created a template project using stdlib in CMake at https://github.com/awvwgk/stdlib-cmake-example, if there is interest I can transfer it to the @fortran-lang organization. |
👍 for fortran-lang/stdlib-cmake-example. |
Looks like I cannot transfer the repo because I'm missing permissions in fortran-lang. |
Okay, that will be easy to fix, but let's wait to hear from @certik @jvdp1 @ivan-pi @everythingfunctional and any others. |
Thank you @awvwgk fr this proposition. |
With no objections, stdlib-cmake-example has moved to fortran-lang/stdlib-cmake-example. Thanks to @awvwgk for making it. |
My question from FortranCon:
It would be nice to provide a template for a Fortran package/project that depends on the stdlib, so that it is low-threshold for new users to adopt to your implementations. This could also automatically integrate
fpm
.What do you think? Or is there already such a template?
The text was updated successfully, but these errors were encountered: