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

external_project: workaround for MinGW #13886

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2024

  1. make external_project work again on MinGW

    On Python 3.12, self.prefix.relative_to(self.prefix.drive) no longer works and raises error like:
    ValueError: 'C:/msys64/mingw64' is not in the subpath of 'C:'
    MihailJP committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7fda542 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. make the testsuite handle MSYS2's addition of cmd

    In some reason, recent version of MSYS2 is shipped with /usr/bin/cmd
    which makes the test fail
    MihailJP committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c21706e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d7de83 View commit details
    Browse the repository at this point in the history
  3. make the testsuite handle recent update of hdf5 on macos

    After the release of hdf5 1.14.5, frameworks test 25 now successes
    MihailJP committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0a5a992 View commit details
    Browse the repository at this point in the history