Peter Urban

Results 4 issues of Peter Urban

I included into my code to let pybind11 automatically convert xtensor xarrays to numpy arrays. However I get two "-wunused-parameter warnings" which seem to be straightforward to fix :-)

Currently "pip wheel -w dist ." installs also all headers and static libraries into the binary wheel for my project. This is unnecessary and also lets the builds fail on...

enhancement
needs info

This issue is somewhat similar to https://github.com/mesonbuild/meson-python/issues/233, but different. I had the following problem: I tried to configure an `__init__.py` file and install it into a subdirectory of the python...

documentation

https://github.com/RedSpah/xxhash_cpp/pull/41 adds _MM_PERM_ENUM casts which are only defined on x86_64 bit machines. This breaks compiling the code on any arm architecture (e.g. apple M1). Is it possible to add architecture...