-
I have a (mostly) working build using an older/more conventional pybind11 setup.py but when I try to follow this example I get an undefined symbol error when loading the module, eg, to run tests, etc.…
-
After downloading ``ortools-6.10.6025-cp27-cp27m-manylinux1_x86_64.whl`` I noticed that two libraries that are being distributed are both broken (as well as, unnecessary in that form, in my personal v…
-
I have started development on this topic and even if it's in an early stage, I'd like to get some feedback on this.
Details are here: https://github.com/klayoutmatthias/klayout/wiki/pykl---Standal…
-
Hey, would be great to see Mac OSX support for this. I tried running `build.sh` on my machine and got to this stage:
```
Install the project...
-- Install configuration: "Release"
-- Installing:…
-
The relevant bit:
```
+ rm -rf /tmp/cibuildwheel/built_wheel
+ mkdir -p /tmp/cibuildwheel/built_wheel
+ pip wheel /project -w /tmp/cibuildwheel/built_wheel --no-deps
WARNING: You ar…
horta updated
4 years ago
-
How best to support the PEP 600 `manywheel_X_Y` standard? The PEP allows creating a wheel by only specifying the glibc version `X.Y`.
- Should there be some generic "support everything" approach? If…
-
Thank you for all your work on this tool! It's a very useful and cool idea.
I've been working on incorporating `cibuildwheel` into our GitHub Actions CI flow for the [CVC4](https://github.com/CVC4/…
-
E.g. https://github.com/datasig-ac-uk/esig/runs/1680716728?check_suite_focus=true.
rolyp updated
3 years ago
-
Create Python bindings to call libmicrovmi from Python
TODO (updated):
- [x] decide how to integrate this new library in our build system
- [x] expose `DriverType` and `DriverInitParam`
- [x] …
-
Aarch64 systems are configured with either 4k or 64k pages. A system with 64k pages cannot load a shared object that is built with 4k pages. It seems the manylinux arm64 docker images use 4k pages, wh…