Laurence Kedward
Laurence Kedward
Match behaviour of bootstrap version
This issue is to ask whether fpm will have any built-in support for preprocessing and how this might look. I bring this up since I noticed that `stdlib` is listed...
A useful addition would be a `--directory` flag to specify a directory to change to before running an executable.
*fpm* currently has limited support for source file includes which I notice are used a lot in existing packages and are fundamental to `c` libraries. Specifically: - *fpm* cannot yet...
See https://github.com/fortran-lang/fortran-lang.org/issues/7#issuecomment-616086708
https://github.com/fortran-lang/fortran-lang.org/issues/7#issuecomment-629398881 We can discuss what needs to be done here.
PR #100 adds a Javascript library and JSON data files - as discussed in this PR, these are best left out of the main repository. In the case of the...
[As discussed on fortran-lang mailing list](https://groups.io/g/fortran-lang/topic/73954669?p=Created,,,20,1,0,0) Assign: Williams
`macos-latest` is now `macos-12` which is causing the CI to fail. Install gcc version with: ```yaml - name: Install GFortran macOS if: contains(matrix.os, 'macos') run: | brew install gcc@${GCC_V} ln...
It's currently difficult to diagnose CI failures when submitting new packages because of how [github actions outputs `stdout` and `stderr`](https://github.community/t/stdout-stderr-output-not-in-correct-order-in-logs/16335). In short, the relevant part of the error message is...