public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/rankstr/
Date: Mon,  2 Mar 2020 22:04:02 +0000 (UTC)	[thread overview]
Message-ID: <1583186633.6f783fe6d58fb58dd0d6a3e6063aade441a84322.Alessandro-Barbieri@gentoo> (raw)

commit:     6f783fe6d58fb58dd0d6a3e6063aade441a84322
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar  2 21:49:47 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar  2 22:03:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f783fe6

sys-cluster/rankstr: unconditionally depend on MPI

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/rankstr/rankstr-0.0.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/rankstr/rankstr-0.0.2.ebuild b/sys-cluster/rankstr/rankstr-0.0.2.ebuild
index ffe57a9..d3db985 100644
--- a/sys-cluster/rankstr/rankstr-0.0.2.ebuild
+++ b/sys-cluster/rankstr/rankstr-0.0.2.ebuild
@@ -12,11 +12,11 @@ SRC_URI="https://github.com/ECP-VeloC/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="mpi test"
+IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	mpi? ( virtual/mpi )
+	virtual/mpi
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
@@ -32,7 +32,7 @@ src_prepare() {
 
 src_configure() {
 	local mycmakeargs=(
-		-DMPI="$(usex mpi "" OFF)"
+		-DMPI="ON"
 	)
 	cmake-utils_src_configure
 }


             reply	other threads:[~2020-03-02 22:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-02 22:04 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-26  9:23 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/rankstr/ Alessandro Barbieri
2022-03-23 14:38 Alessandro Barbieri
2020-04-12 16:16 Andrew Ammerlaan
2020-03-03 15:55 Andrew Ammerlaan
2020-03-03 15:46 Andrew Ammerlaan
2020-02-23  3:52 Alessandro Barbieri

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=1583186633.6f783fe6d58fb58dd0d6a3e6063aade441a84322.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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