Skip to content
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

fpm.toml: name = "dp-stdlib" #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fpm.toml: name = "dp-stdlib" #4

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 9, 2021

Closes #3

@awvwgk
Copy link

awvwgk commented Dec 9, 2021

I think it might be better to keep using name = "stdlib" and depend on it using

[dependencies]
stdlib.git = "https://github.com/zoziha/dp-stdlib"

This way, using the project as dependency in another projects which depend on the full stdlib will be possible without risking a nameclash because of duplicated module files.

@zoziha
Copy link
Owner

zoziha commented Dec 9, 2021

fortran-lang/stdlib-fpm provides us with convenience and possibility to use stdlib in fpm 👍, but due to the lightweight requirements of the user side, dp-stdlib was here.

There seems to be something to think about 🤓: Fortran-lang provides full-precision stdlib, and users use fpm and stdlib.
How do we provide both full precision stdlib to Fortran language and one-precision stdlib-fpm to specific users?

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.

Dependency name 'stdlib' found, but expected 'dp-stdlib' instead
2 participants