-
Notifications
You must be signed in to change notification settings - Fork 108
Roadmap for Fortran implementation #136
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
Fortran interface to curl for http requests: https://github.com/interkosmos/fortran-curl If we end up needing more advanced git stuff than just downloading the code, we can wrap libgit2. |
Per my comment in #149 (comment), it seems all of these can in principle be done in pure Fortran, except the internet download of tarballs. For git repositories, we'll just assume that the Then we can implement robust support for 3rd party non Fortran dependencies in the fortran fpm. Eventually we can then depend on |
FYI...somewhere i have a Fortran interface to WinINet that i wrote years ago. I think it was pretty rudimentary but it could be used to download files (on windows only of course). I can dig that up, but maybe you just want to stick with curl on all platforms? |
Closing this in favor of the milestone. |
Please see our beta release milestone for the latest roadmap for the Fortran implemetation.
This was discussed recently during the October monthly call (fpm-update-october-2020.pdf)
The text was updated successfully, but these errors were encountered: