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

Cannot discover installed TOML Fortran library #48

Open
awvwgk opened this issue Nov 26, 2024 · 0 comments
Open

Cannot discover installed TOML Fortran library #48

awvwgk opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@awvwgk
Copy link
Member

awvwgk commented Nov 26, 2024

Currently the build will always use TOML Fortran as a subproject rather than discovering an installed dependency.

CPCM-X/config/meson.build

Lines 115 to 122 in 647105c

tomlf_prj = subproject(
'toml-f',
version: '>=0.2',
default_options: [
'default_library=static',
],
)
tomlf_dep = tomlf_prj.get_variable('tomlf_dep')

This is a blocker for distributing CPCM-X on platforms like conda-forge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant