public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/redset/
Date: Sun,  8 Mar 2020 16:21:21 +0000 (UTC)	[thread overview]
Message-ID: <1583251083.837005f315e0ddb5dc28facf0fb2ca4b32e97d9e.andrewammerlaan@gentoo> (raw)
Message-ID: <20200308162121.oc2axI9Cm22UXjUD3VZtuAxqLNe0qqdnDxfnZf5EJrM@z> (raw)

commit:     837005f315e0ddb5dc28facf0fb2ca4b32e97d9e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar  3 15:58:03 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar  3 15:58:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=837005f3

sys-cluster/redset: builds with mpi even if USE="-mpi"

just got rid of src_configure and IUSE="mpi"
also made discription a bit shorter to make repoman
happy

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sys-cluster/redset/redset-0.0.4.ebuild | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/sys-cluster/redset/redset-0.0.4.ebuild b/sys-cluster/redset/redset-0.0.4.ebuild
index 1a0bff3..854aa01 100644
--- a/sys-cluster/redset/redset-0.0.4.ebuild
+++ b/sys-cluster/redset/redset-0.0.4.ebuild
@@ -5,20 +5,17 @@ EAPI="7"
 
 inherit cmake-utils
 
-DESCRIPTION="Low-level distributed erasure coding library to protect datasets of MPI applications"
+DESCRIPTION="Low-level distributed erasure coding lib to protect datasets of MPI applications"
 HOMEPAGE="https://github.com/ECP-VeloC/redset"
 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"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
-	mpi? ( virtual/mpi )
-
-	sys-cluster/KVTree
+	virtual/mpi
+	sys-cluster/KVTree[mpi]
 	sys-cluster/rankstr
 	sys-libs/zlib
 "
@@ -27,8 +24,6 @@ BDEPEND="
 	>=dev-util/cmake-2.8
 "
 
-DOCS=( README.md )
-
 src_prepare() {
 	#do not build static library
 	sed -i '/redset-static/d' src/CMakeLists.txt
@@ -36,13 +31,6 @@ src_prepare() {
 	cmake-utils_src_prepare
 }
 
-src_configure() {
-	local mycmakeargs=(
-		-DMPI="$(usex mpi "" OFF)"
-	)
-	cmake-utils_src_configure
-}
-
 src_install() {
 	cmake-utils_src_install
 	dodoc -r doc/rst/.


             reply	other threads:[~2020-03-08 16:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-03 15:58 Andrew Ammerlaan [this message]
2020-03-08 16:21 ` [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/redset/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-03-23 14:38 [gentoo-commits] repo/proj/guru:dev " Alessandro Barbieri
2021-08-22  2:00 Alessandro Barbieri
2021-06-14 23:09 Alessandro Barbieri
2020-04-12 16:16 Andrew Ammerlaan
2020-03-03  5:11 Alessandro Barbieri
2020-02-23  3:59 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=1583251083.837005f315e0ddb5dc28facf0fb2ca4b32e97d9e.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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