From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EDE9138359 for ; Wed, 14 Oct 2020 15:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59AE4E0826; Wed, 14 Oct 2020 15:09:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B812E0826 for ; Wed, 14 Oct 2020 15:09:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1612335DBA for ; Wed, 14 Oct 2020 15:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 324E5388 for ; Wed, 14 Oct 2020 15:09:29 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1602688140.1e5c68d5369eae6884ba8bbd91548aae56bc2ffb.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libint/libint-2.6.0-r1.ebuild sci-libs/libint/libint-2.6.0-r2.ebuild X-VCS-Directories: sci-libs/libint/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 1e5c68d5369eae6884ba8bbd91548aae56bc2ffb X-VCS-Branch: master Date: Wed, 14 Oct 2020 15:09:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24204227-840e-4523-a366-cdd85cf5f81a X-Archives-Hash: 15b0c1da0cf746c24699f7cd428d37a0 commit: 1e5c68d5369eae6884ba8bbd91548aae56bc2ffb Author: Christoph Junghans gentoo org> AuthorDate: Wed Oct 14 15:09:00 2020 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Oct 14 15:09:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5c68d5 sci-libs/libint: enable more features Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Christoph Junghans gentoo.org> sci-libs/libint/{libint-2.6.0-r1.ebuild => libint-2.6.0-r2.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 cdda6546357..0297d5bfea8 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) }