Action to build wheels for windows and mac#5
Conversation
|
That makes total sense |
|
Isn't it necessary to use tool.cibuildwheel in pyproject.toml? |
According to the [documentation] this is not required. |
|
@esloch scipy uses these scripts to install certain headers that are missing on windows, which is just what we need to do, however, I am not sure how to install additional libraries in the windows CI image before the build. It seem that what we need is this: https://github.com/robinrowe/libunistd |
|
Now it is hitting another compilation error. Debugging the Windows build over CI is going to take a long time. |
|
is still the windows build necessary? |
The build is still failing because on windows there is no header
unistd.hwhich is included on line 32 ofdbc2dbf.c.I found this comment about this problem: https://stackoverflow.com/questions/22705751/cannot-open-include-file-unistd-h-no-such-file-or-directory