There is a new pull request by tornaria against master on the void-packages repository https://github.com/tornaria/void-packages mpmath https://github.com/void-linux/void-packages/pull/33511 python3-mpmath: depend on python3-gmpy2 By default mpmath uses python's builtin long integers which are very slow. Installing python3-gmpy2 makes it use gmp, mpfr, mpc for that, which is asymptotically faster. After #33481 it was agreed to add it to depends. Also: - remove INSTALL.msg; for plotting, mpmath itself gives a warning. - Adopt. [ci-skip] since this will fail before #33481 is merged, but nothing is really changed A patch file from https://github.com/void-linux/void-packages/pull/33511.patch is attached