fpm-registry
fpm-registry copied to clipboard
Centralized registry of fpm packages
The link to https://fpm.fortran-lang.org/en/registry/ in the About section is broken.
Adding [version-f](https://github.com/minhqdao/version-f) to the registry. It's a complete implementation of [Semantic Versioning 2.0](https://semver.org) in Fortran.
It appears that fpm 0.2 supports submodule, so h5fortran should work. However I'm not sure how to link HDF5. Upon `fpm build` I get > Unable to find source for...
See #45 .
The documentation of the fpm-registry is currently not in a good shape. Good documentation is crucial to make a project like a package registry appealing for developers to actually submit...
I've just fpm-ified my Fortran error handler and so thought it would be a good time to add it here. I've also created a separate PR over at fortran-lang.org: https://github.com/fortran-lang/fortran-lang.org/pull/356...
I actually would be willing to do **all** of the work here but am not sure where to start. AFAICT the [original source][1] has been converted to Fortran 90 by...
Disclaimer:it's been about ten years since I was routinely working in Fortran, but I'm getting back into working with it via Cantera (https://github.com/Cantera/cantera). I'm curious about getting cantera into fpm...
Similar to FFTPACK (#40) and QUADPACK (#43), we should also maintain ODEPACK under fortran-lang. This has been first mentioned in https://github.com/scipy/scipy/pull/13229, where they have to maintain ODEPACK specific patches inside...
Currently we cannot set the branch we want to fetch in the registry file. The workaround is to exploit that branches and tags are handled sufficiently similar that we can...