-
Notifications
You must be signed in to change notification settings - Fork 193
Description
Motivation
Hello stdlib developers,
apologies I'm no stdlib expert yet.
I think it would be fantastic to soon see tighter/full integration of stdlib in fpm, meaning, that fpm could enable stdlib as a meta-package with basically no user input (like any C/C++ compiler does for their stdlibs).
I see that the CI does some minimal cleanup of the sources before pushing to the stdlib-fpm branch. I would like to:
-
ask whether there is any interest in it?
-
ask for feedback about whether any of those pre-processing steps could instead be replaced with more advanced source handling in fpm;
-
fpm.toml does not store a
VERSION
, is that by design? otherwise, I'd like to suggest a PR that pushes it on deployment:
Lines 1 to 10 in 261a627
name = "stdlib" | |
version = "VERSION" | |
license = "MIT" | |
author = "stdlib contributors" | |
maintainer = "@fortran-lang/stdlib" | |
copyright = "2019-2021 stdlib contributors" | |
[dev-dependencies] | |
test-drive.git = "https://github.com/fortran-lang/test-drive" | |
test-drive.tag = "v0.4.0" |
Prior Art
No response
Additional Information
No response