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

[RootFS] Upgrade Ninja #7724

Open
amontoison opened this issue Nov 28, 2023 · 0 comments
Open

[RootFS] Upgrade Ninja #7724

amontoison opened this issue Nov 28, 2023 · 0 comments
Labels
BinaryBuilder ⚙️ Issues and pull requested related to internals of BinaryBuilder

Comments

@amontoison
Copy link
Contributor

amontoison commented Nov 28, 2023

The version of Ninja in RootFS (1.9) is too old to handle the dependencies between Fortran modules.
We should upgrade it to the a version >= 1.11 next time that we regenerate RootFS.
If someone encounter issues during the compilation of Fortran packages with Meson, the following code in your build_tarballs.Jl could help:

 python3 -m pip install --user --upgrade ninja
cp /root/.local/bin/ninja /usr/bin/ninja

or

# Update Ninja
cp ${host_prefix}/bin/ninja /usr/bin/ninja
...

HostBuildDependency(PackageSpec(name="Ninja_jll", uuid="76642167-d241-5cee-8c94-7a494e8cb7b7"))
@amontoison amontoison added the BinaryBuilder ⚙️ Issues and pull requested related to internals of BinaryBuilder label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BinaryBuilder ⚙️ Issues and pull requested related to internals of BinaryBuilder
Projects
None yet
Development

No branches or pull requests

1 participant