public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/adolc/
Date: Wed, 25 Apr 2018 21:43:48 +0000 (UTC)	[thread overview]
Message-ID: <1524692619.dd99606fe102ee6187a81044a4a9f8b5ea1892be.tamiko@gentoo> (raw)

commit:     dd99606fe102ee6187a81044a4a9f8b5ea1892be
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 21:42:36 2018 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 21:43:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd99606f

sci-libs/adolc: always enable essential features

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../adolc/{adolc-2.6.3.ebuild => adolc-2.6.3-r1.ebuild}     | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/sci-libs/adolc/adolc-2.6.3.ebuild b/sci-libs/adolc/adolc-2.6.3-r1.ebuild
similarity index 81%
rename from sci-libs/adolc/adolc-2.6.3.ebuild
rename to sci-libs/adolc/adolc-2.6.3-r1.ebuild
index eb2ddb931e3..8e711996d79 100644
--- a/sci-libs/adolc/adolc-2.6.3.ebuild
+++ b/sci-libs/adolc/adolc-2.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,12 +14,12 @@ SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz"
 LICENSE="|| ( EPL-1.0 GPL-2 )"
 SLOT="0/2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="mpi sparse static-libs"
+IUSE="+boost mpi sparse static-libs"
 
 RDEPEND="
+	boost? ( dev-libs/boost:0= )
 	mpi? ( sys-cluster/ampi:0= )
-		sparse? ( sci-libs/colpack:0= )
-"
+	sparse? ( sci-libs/colpack:0= )"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MYPN}-${PV}"
@@ -37,9 +37,12 @@ src_prepare() {
 
 src_configure() {
 	econf \
-		$(use_enable static-libs static) \
+		--enable-advanced-branching \
+		--enable-atrig-erf \
 		$(use_enable mpi ampi) \
 		$(use_enable sparse) \
+		$(use_enable static-libs static) \
+		$(use_with boost) \
 		$(use_with sparse colpack "${EPREFIX}"/usr)
 }
 


             reply	other threads:[~2018-04-25 21:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-25 21:43 Matthias Maier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-04 12:23 [gentoo-commits] repo/gentoo:master commit in: sci-libs/adolc/ David Seifert
2021-11-14 23:51 Sam James
2021-10-24 21:14 Sam James
2021-10-02 23:17 Sam James
2021-08-20  2:18 Sam James
2021-07-14 16:15 Marek Szuba
2020-12-15 11:54 David Seifert
2020-10-18 19:28 Thomas Deutschmann
2020-10-18 18:26 Sam James
2020-10-15 22:25 Sergei Trofimovich
2020-04-07  2:55 Matthias Maier
2020-04-07  2:55 Matthias Maier
2018-04-25 21:43 Matthias Maier
2018-04-25 21:43 Matthias Maier
2017-09-30  2:58 Sergei Trofimovich
2017-08-12 21:20 Matthias Maier
2017-08-12 21:20 Matthias Maier
2017-08-12 20:53 Matthias Maier
2017-07-08  9:25 Alexis Ballier
2017-07-01  9:52 Sergei Trofimovich
2017-07-01  9:52 Sergei Trofimovich
2017-04-29 16:21 Jeroen Roovers
2017-04-05 15:38 Michael Weber
2017-04-05 15:36 Michael Weber
2016-06-07 16:47 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524692619.dd99606fe102ee6187a81044a4a9f8b5ea1892be.tamiko@gentoo \
    --to=tamiko@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox