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

ENH: Add macOS ARM GitHub Actions configuration #4519

Merged
merged 5 commits into from
Apr 11, 2024

Commits on Apr 9, 2024

  1. COMP: Bump Validated CMake policies version to 3.29.0

    Fix CLANG_FORMAT_EXECUTABLE location with find_program to address:
    
    CMake Error at CMake/ITKClangFormatSetup.cmake:62 (message):
      Missing suitable clang-format executable, set CLANG_FORMAT_EXECUTABLE
      variable to version 8.0
    Call Stack (most recent call first):
      CMakeLists.txt:586 (include)
    
    Improve host system detection for the clang-format binary download.
    thewtex committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6e88ab6 View commit details
    Browse the repository at this point in the history
  2. COMP: Bump zlib-ng CMake max policy to 3.29.0

    Addresses:
    
      3.29.0/share/cmake/Modules/CMakeDependentOption.cmake:89 (message):
        Policy CMP0127 is not set: cmake_dependent_option() supports full Condition
        Syntax.  Run "cmake --help-policy CMP0127" for policy details.  Use the
        cmake_policy command to set the policy and suppress this warning.
      Call Stack (most recent call first):
        CMakeLists.txt:107 (cmake_dependent_option)
      This warning is for project developers.  Use -Wno-dev to suppress it.
    
    Submitted upstream:
    
      zlib-ng/zlib-ng#1709
    thewtex committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    cdd8be3 View commit details
    Browse the repository at this point in the history
  3. COMP: Apple Clang 15 duplicate libraries

    Addresses:
    
      ld: warning: ignoring duplicate libraries: '-lm'
    
    With Apple Clang 15. This approach works with older CMake but based on:
    
      https://gitlab.kitware.com/cmake/cmake/-/commit/7b99c42e57b11afe818827ac537ca020c020addd
    thewtex committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7231bf7 View commit details
    Browse the repository at this point in the history
  4. COMP: ResampleImageFilter9 baseline for ARM macOS

    Slight differences on this platform.
    thewtex committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    75e08fc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. ENH: Add macOS ARM GitHub Actions configuration

    Uses new GitHub Actions dashboard script
    thewtex committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    99d13a4 View commit details
    Browse the repository at this point in the history