Skip to content

Push stdlib version to the stdlib-fpm branch #701

Closed
@perazz

Description

@perazz

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:

stdlib/fpm.toml

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaProposition of an idea and opening an issue to discuss it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions