Dima Pasechnik

Results 68 issues of Dima Pasechnik

This adds the full boost(dev) on alpine, a platform used to build binary wheels - see e.g. https://github.com/sagemath/pplpy/pull/35 ### :memo: Checklist - [x] The title is concise and informative. -...

s: positive review
c: build: configure

external tools, such as `Version` in Python, cannot cope with `-`, they need `.` ``` >>> from packaging.version import Version >>> Version('1.2.3') >>> Version('1-2-3') Traceback (most recent call last): File...

in the Python library [sagemath](https://github.com/sagemath/sage) we have [10-year old code](https://github.com/sagemath/sage/blob/develop/src/sage/repl/ipython_kernel/install.py) which installs our Jupyter kernel. We would like to replace it with `jupyter kernelspec install` (sagemath can be programmed in...

I can't seem to find in the docs how to keep the backend logs (and even better the whole temporary directory where the building is happening). It's rather annoying to...

pkg_resources is deprecated, and removed in the latest Setuptools. Thus their use has to be replaced, following e.g. recommendations in https://setuptools.pypa.io/en/latest/pkg_resources.html Without this patch, one gets ``` $ python3 Python...

With `numpy` being now imported in a try/except block, what's the point of `HAVE_NUMPY` at all ? @joerowell I think those warnings are still there _Originally posted by @malb in...

it's not easy to set up a test for an external library at a non-standard location otherwise, and adds to a general confusion about rpath acceptable by only a part...

I'm trying to run gurk in foot (a wayland terminal application) under sway compositor (in x86_64 Linux).. I can select URLs, but hitting "enter" has no effect. (I'd expect it...