New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/32601#issuecomment-903098539 Comment: This builds and checks fine for me: ``` diff --git a/common/shlibs b/common/shlibs index ebf5c74fd1..032a919716 100644 --- a/common/shlibs +++ b/common/shlibs @@ -23,6 +23,7 @@ libpthread.so.0 glibc-2.32_1 librt.so.1 glibc-2.32_1 libdl.so.2 glibc-2.32_1 libm4ri-0.0.20200125.so m4ri-20200125_1 +libm4rie-0.0.20200125.so m4rie-20200125_1 ld-linux-x86-64.so.2 glibc-2.32_1 x86_64 ld-linux.so.2 glibc-2.32_1 i686 ld-linux.so.3 glibc-2.32_1 armv5tel diff --git a/srcpkgs/m4rie/template b/srcpkgs/m4rie/template new file mode 100644 index 0000000000..d9780317d0 --- /dev/null +++ b/srcpkgs/m4rie/template @@ -0,0 +1,12 @@ +# Template file for 'm4rie' +pkgname=m4rie +version=20200125 +revision=1 +build_style=gnu-configure +makedepends="m4ri" +short_desc="Library for fast arithmetic with dense matrices over GF(2^e)" +maintainer="Eloi Torrents " +license="GPL-2.0-or-later" +homepage="https://bitbucket.org/malb/m4rie/wiki/Home" +distfiles="https://bitbucket.org/malb/m4rie/downloads/m4rie-${version}.tar.gz" +checksum=7f3107f7cd10f6c22d9663d9536e1af2f551e10183601852a60d760918caf58d ```