-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
base: master
Are you sure you want to change the base?
Conversation
22873d7
to
0fb6fa0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should really be reported to CPython as a regression.
b30d5f4
to
b3b390f
Compare
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:'
a6e7e39
to
7ae4d8a
Compare
It seems recent ObjFW update broke an Objective-C++ test case on MinGW.
This pull request cannot be merged until the test case is fixed. |
|
7ae4d8a
to
63b7f8e
Compare
mingw-w64-clang-x86_64-libobjfw seems now fixed. |
In some reason, recent version of MSYS2 is shipped with /usr/bin/cmd which makes the test fail
63b7f8e
to
4d7de83
Compare
After the release of hdf5 1.14.5, frameworks test 25 now successes
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:'