Skip to content

Add fortran-lang/stdlib package. #55

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

Merged
merged 2 commits into from
Sep 18, 2021
Merged

Conversation

zoziha
Copy link
Contributor

@zoziha zoziha commented Sep 17, 2021

Description

Now stdlib can be used as a fpm dependency for your fpm project.
(see build with fpm)

So I now submit fortran-lang/stdlib to fpm-registry. (close #54 )

@LKedward
Copy link
Member

LKedward commented Sep 17, 2021

Looks like it's failing because the fpm.toml file doesn't specify the maintainer key. See #24.

@zoziha
Copy link
Contributor Author

zoziha commented Sep 17, 2021

Um, it looks like it is.

# Must be present, copied to json

    # Must be present, copied to json
    required_keys = ["name", "version", "license", "author", 
                       "maintainer", "copyright"]

see stdlib fpm.toml

name = "stdlib"
version = "0.0.0"
license = "MIT"
author = "stdlib contributors"
copyright = "2019-2021 stdlib contributors"

@awvwgk awvwgk marked this pull request as ready for review September 18, 2021 14:06
@awvwgk awvwgk merged commit 4f7ea8c into fortran-lang:master Sep 18, 2021
@zoziha zoziha deleted the add_stdlib branch September 18, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add fortran-lang/stdlib package (branch: stdlib-fpm)
3 participants