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 compilation fails due to new version of toml-f #107

Closed
marvinfriede opened this issue Apr 23, 2023 · 0 comments · Fixed by #108
Closed

FPM compilation fails due to new version of toml-f #107

marvinfriede opened this issue Apr 23, 2023 · 0 comments · Fixed by #108

Comments

@marvinfriede
Copy link
Member

Compilation with FPM currently fails with:

./src/tblite/param/serde.f90:159:10:

  159 |    ser = toml_serializer(unit)
      |          1
Error: Component ‘output’ at (1) is a PRIVATE component of ‘toml_serializer’
<ERROR> Compilation failed for object " src_tblite_param_serde.f90.o "
<ERROR>stopping due to failed compilation
STOP 1

In FPM, the version of toml-f is not pinned. For meson and cmake, it is pinned to v0.2.4 and compilation works.
(v0.3.1 also seems to work, both build and tests. )

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 a pull request may close this issue.

1 participant