New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/24371#issuecomment-678127869 Comment: Thank you. Actually, it seems that just seadata is needed, do you mind adding this? ``` # Template file for 'pari-seadata' pkgname=pari-seadata version=20090618 revision=1 wrksrc=data depends="pari" short_desc="PARI/GP package needed by ellap for large primes up to 750 bit" maintainer="André Cerqueira " license="GPL-3.0-or-later" homepage="http://pari.math.u-bordeaux.fr/packages.html" distfiles="http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata.tgz" checksum=c9282a525ea3f92c1f9c6c69e37ac5a87b48fb9ccd943cfd7c881a3851195833 do_install() { vmkdir /usr/share/pari vcopy seadata/ /usr/share/pari } ```