Skip to content

[RuNNer] Add new package #13359

Open
cometscome wants to merge 20 commits intoJuliaPackaging:masterfrom
cometscome:add-runner
Open

[RuNNer] Add new package #13359
cometscome wants to merge 20 commits intoJuliaPackaging:masterfrom
cometscome:add-runner

Conversation

@cometscome
Copy link
Copy Markdown
Contributor

This PR adds a BinaryBuilder recipe for RuNNer v2.0.0.

Build details

  • RuNNer builds successfully with GCC 10, while GCC 8 failed.
    Therefore this recipe uses preferred_gcc_version=v"10".

  • Platforms are explicitly constrained to
    libgfortran_version=v"5.0.0".

  • The produced Linux artifact links against libgfortran.so.5
    and requires symbols up to GFORTRAN_10 (no GFORTRAN_12 dependency).

  • aarch64-linux is not included because quadmath support is not available
    for this target in the BinaryBuilder toolchain.

Notes

  • MPI and MKL are disabled in this build.
  • Windows requires a small patch for gethostname.

Platforms

  • x86_64-linux (glibc, musl)
  • x86_64-macos
  • aarch64-macos
  • x86_64-w64-mingw32

@cometscome cometscome changed the title RuNNer: add build recipe (v2.0.0) [ RuNNer_jl] Add new package Mar 27, 2026
@cometscome cometscome changed the title [ RuNNer_jl] Add new package [RuNNer] Add new package Mar 27, 2026
compilers=[:c, :fortran],
preferred_gcc_version=v"10",
julia_compat="1.6",
) No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
)
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants