public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
Date: Fri,  7 Feb 2014 17:20:42 +0000 (UTC)	[thread overview]
Message-ID: <1391793630.85864aa13f2626218a3390237bcdb7965a6961ed.ottxor@gentoo> (raw)

commit:     85864aa13f2626218a3390237bcdb7965a6961ed
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 17:18:27 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 17:20:30 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=85864aa1

live ebuild update

Package-Manager: portage-2.2.7

---
 sci-physics/espresso++/ChangeLog              |  6 +++++-
 sci-physics/espresso++/espresso++-9999.ebuild | 18 +++++-------------
 sci-physics/espresso++/metadata.xml           |  3 ---
 3 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 6374982..3d4182a 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-physics/espresso++
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Feb 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild,
+  metadata.xml:
+  live ebuild update
+
   09 Oct 2013; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   sync with gx86
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index ae17b84..694093a 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -20,34 +20,26 @@ else
 	SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
 	S="${WORKDIR}/${PN//+/p}-${PV}"
 	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-	PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
 fi
 
-CMAKE_REMOVE_MODULES_LIST="FindBoost"
-
 EHP_OPTS="--config hostfingerprints.hg.berlios.de=f4:79:d2:17:f8:0c:9b:c2:6e:65:60:2a:49:0e:09:79:85:6d:4b:e3"
 EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate"
 EHG_PULL_CMD="hg pull ${EHG_QUIET_CMD_OPT} ${EHP_OPTS}"
-LICENSE="GPL-3 !system-boost? ( Boost-1.0 )"
+LICENSE="GPL-3"
 SLOT="0"
-IUSE="-system-boost"
+IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
 	virtual/mpi
-	system-boost? ( dev-libs/boost[python,mpi,${PYTHON_USEDEP}] )"
+	dev-libs/boost[python,mpi,${PYTHON_USEDEP}]
+	dev-python/mpi4py"
 DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS NEWS README )
 
 src_configure() {
-	mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST) -DLIB="$(get_libdir)" )
+	mycmakeargs=( -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON -DLIB="$(get_libdir)" )
 	cmake-utils_src_configure
 }
-
-src_install() {
-	cmake-utils_src_install
-	rm "${ED}/usr/bin/ESPRC" || die
-	rmdir "${ED}/usr/bin" || die
-}

diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml
index 2d6dc53..a556ddb 100644
--- a/sci-physics/espresso++/metadata.xml
+++ b/sci-physics/espresso++/metadata.xml
@@ -6,7 +6,4 @@
     <email>ottxor@gentoo.org</email>
     <name>Christoph Junghans</name>
   </maintainer>
-  <use>
-    <flag name="system-boost">Use system boost (<pkg>dev-libs/boost</pkg>) instead of bundled one</flag>
-  </use>
 </pkgmetadata>


             reply	other threads:[~2014-02-07 17:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-07 17:20 Christoph Junghans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-18  2:48 [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/ Christoph Junghans
2015-06-06 10:23 Justin Lecher
2015-03-20  4:31 Christoph Junghans
2015-03-01 14:44 Christoph Junghans
2014-11-13 17:53 Christoph Junghans
2014-11-13 15:37 Christoph Junghans
2014-08-25 22:42 Christoph Junghans
2014-07-02 22:56 Christoph Junghans
2014-06-21 17:30 Christoph Junghans
2014-05-19 19:16 Christoph Junghans
2014-02-16 20:29 Christoph Junghans
2013-10-09 14:08 Christoph Junghans
2013-08-02 16:58 Christoph Junghans
2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-14 11:21 ` [gentoo-commits] proj/sci:master " Justin Lecher
2013-01-26  2:31 Christoph Junghans
2012-12-23  0:28 Christoph Junghans
2012-10-09 13:08 Christoph Junghans

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=1391793630.85864aa13f2626218a3390237bcdb7965a6961ed.ottxor@gentoo \
    --to=ottxor@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