From 1e5c68d5369eae6884ba8bbd91548aae56bc2ffb Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Wed, 14 Oct 2020 09:09:00 -0600 Subject: [PATCH] sci-libs/libint: enable more features Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Christoph Junghans --- .../{libint-2.6.0-r1.ebuild => libint-2.6.0-r2.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename sci-libs/libint/{libint-2.6.0-r1.ebuild => libint-2.6.0-r2.ebuild} (80%) diff --git a/sci-libs/libint/libint-2.6.0-r1.ebuild b/sci-libs/libint/libint-2.6.0-r2.ebuild similarity index 80% rename from sci-libs/libint/libint-2.6.0-r1.ebuild rename to sci-libs/libint/libint-2.6.0-r2.ebuild index cdda6546357c3..0297d5bfea81b 100644 --- a/sci-libs/libint/libint-2.6.0-r1.ebuild +++ b/sci-libs/libint/libint-2.6.0-r2.ebuild @@ -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) }