sci-libs/libint: enable more features

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Christoph Junghans <junghans@gentoo.org>
This commit is contained in:
Christoph Junghans
2020-10-14 09:09:00 -06:00
parent 137ff83dee
commit 1e5c68d536

View File

@@ -36,7 +36,12 @@ src_configure() {
--with-ranlib=$(tc-getRANLIB) \
--with-ar=$(tc-getAR) \
--with-ld=$(tc-getLD) \
--enable-eri3=1
--enable-eri=2 --enable-eri3=2 --enable-eri2=2 \
--with-eri-max-am=7,5,4 --with-eri-opt-am=3 \
--with-eri3-max-am=7 --with-eri2-max-am=7 \
--with-g12-max-am=5 --with-g12-opt-am=3 \
--with-g12dkh-max-am=5 --with-g12dkh-opt-am=3 \
--enable-contracted-ints \
$(use_enable static-libs static)
}