Replies: 5 comments 2 replies
-
any progress on this? |
Beta Was this translation helpful? Give feedback.
-
The Fortran-lang community is working hard on fpm, but we must be patient. In order to use gtk-fortran as an fpm dependency, we need at least those two features:
Note that there is already many candidates for the GSoC 2021: https://fortran-lang.discourse.group/t/google-summer-of-code-2021/658/50 |
Beta Was this translation helpful? Give feedback.
-
I am making good progress in using gtk-fortran as a fpm dependency: Finally, we don't need fpm to manage CMake for that. And the included files problem is now fixed in gtk-4-fortran. I hope to finish working on that feature for gtk-fortran 4.2, which could be released in May 2022 and will be based on GTK 4.6. |
Beta Was this translation helpful? Give feedback.
-
The two experimental_fpm branches have been merged into the gtk4 and main branches of the two projects: But before, in the experimental_fpm branches I will now explore the use of PLplot when gtk-fortran is used as a fpm dependency. |
Beta Was this translation helpful? Give feedback.
-
gtk-fortran can now be used as a fpm dependency: |
Beta Was this translation helpful? Give feedback.
-
The new Fortran Package Manager (fpm) can import dependencies from the web using git. For the moment it is limited to dependencies based on fpm. But in the future it should be able to import other projects which propose a build script, via the
build-script
variable of their fpm.toml file. Or even directly call CMake.Our first attempt to use fpm is related here: fortran-lang/fpm#351
See also:
https://fortran-lang.discourse.group/t/google-summer-of-code-2021/658
https://github.com/fortran-lang/fortran-lang.org/wiki/GSoC-2021-Project-ideas
Beta Was this translation helpful? Give feedback.
All reactions