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

Passing arch to the nix install script and adjusting brew libs + use macos-14 to build if needed #277

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    4685626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    582fe5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f52246 View commit details
    Browse the repository at this point in the history
  4. Use macos-14 (arm64) to prepare the package.

    There are several issues if it ends up building:
    * The toolcache location is wrong
    * It links to x64 libs, like /usr/local/opt/libintl
    jmarrec committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e878f62 View commit details
    Browse the repository at this point in the history
  5. Force build on macos-arm64

    I cannot **link** to the resulting python dylib otherwise.
    jmarrec committed May 29, 2024
    Configuration menu
    Copy the full SHA
    00663d1 View commit details
    Browse the repository at this point in the history