New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/29632#issuecomment-803471676 Comment: Thanks for helping. I'm on the same architecture. If I create a template, it works for me as well (previously, I was just using cmake on another machine). Do you think this looks fine? ``` # Template file for 'flint2' pkgname=flint2 version=2.7.1 revision=1 wrksrc=flint-${version} build_style=cmake configure_args="-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=ON" makedepends="cmake gmp-devel mpfr-devel blas-devel python3" short_desc="C library in support of computations in number theory" maintainer="..." license="LGPL-2.1-or-later" homepage="https://www.flintlib.org" distfiles="https://www.flintlib.org/flint-${version}.tar.gz" checksum=186e2fd9ab67df8a05b122fb018269b382e4babcdb17353c4be1fe364dca481e distfiles="https://www.flintlib.org/flint-${version}.tar.gz" checksum=186e2fd9ab67df8a05b122fb018269b382e4babcdb17353c4be1fe364dca481e ```