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/shuffile/
Date: Mon,  2 Mar 2020 22:04:02 +0000 (UTC)	[thread overview]
Message-ID: <1583186633.0df5799804c272d796e18816c78f6a90aa1b218a.Alessandro-Barbieri@gentoo> (raw)

commit:     0df5799804c272d796e18816c78f6a90aa1b218a
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar  2 21:51:32 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=0df57998

sys-cluster/shuffile: 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/shuffile/shuffile-0.0.3.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/shuffile/shuffile-0.0.3.ebuild b/sys-cluster/shuffile/shuffile-0.0.3.ebuild
index 5054b99..cb7febf 100644
--- a/sys-cluster/shuffile/shuffile-0.0.3.ebuild
+++ b/sys-cluster/shuffile/shuffile-0.0.3.ebuild
@@ -12,18 +12,19 @@ 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 )
-	sys-libs/zlib
 	>=sys-cluster/KVTree-1.0.2
+	sys-libs/zlib
+	virtual/mpi
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
 	>=dev-util/cmake-2.8
 "
+
 src_prepare() {
 	#do not build static library
 	sed -i '/shuffile-static/d' src/CMakeLists.txt || die
@@ -33,7 +34,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: 9+ 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-23 14:38 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/shuffile/ Alessandro Barbieri
2022-03-05  1:43 Alessandro Barbieri
2021-08-22  2:00 Alessandro Barbieri
2021-06-14 23:09 Alessandro Barbieri
2020-04-12 16:39 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-12 16:16 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-08 16:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-03 15:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-08 16:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-03 15:55 ` [gentoo-commits] repo/proj/guru:dev " 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.0df5799804c272d796e18816c78f6a90aa1b218a.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