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

Backport a fix for GMP patches to backports-release-1.10 #51445

Commits on Sep 25, 2023

  1. Fixes and improvements for source builds (JuliaLang#51422)

    - A GMP patch was malformed; copy the corrected version from Yggdrasil
    - Always invoke `patch` with `-f` to avoid interactive prompts during
    build
    - Don't quote the path to `python`, or nghttp2's configure script fails
    with `error: Python interpreter is too old` (but `config.log` reveals
    `"/usr/bin/python": No such file or directory`)
    
    (cherry picked from commit 5d44a37)
    maleadt authored and Drvi committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8afca93 View commit details
    Browse the repository at this point in the history