Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
Date: Fri, 07 Feb 2014 17:20:47
Message-Id: 1391793630.85864aa13f2626218a3390237bcdb7965a6961ed.ottxor@gentoo
1 commit: 85864aa13f2626218a3390237bcdb7965a6961ed
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:18:27 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 17:20:30 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=85864aa1
7
8 live ebuild update
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-physics/espresso++/ChangeLog | 6 +++++-
14 sci-physics/espresso++/espresso++-9999.ebuild | 18 +++++-------------
15 sci-physics/espresso++/metadata.xml | 3 ---
16 3 files changed, 10 insertions(+), 17 deletions(-)
17
18 diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
19 index 6374982..3d4182a 100644
20 --- a/sci-physics/espresso++/ChangeLog
21 +++ b/sci-physics/espresso++/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-physics/espresso++
24 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 07 Feb 2014; Christoph Junghans <ottxor@g.o> espresso++-9999.ebuild,
29 + metadata.xml:
30 + live ebuild update
31 +
32 09 Oct 2013; Christoph Junghans <ottxor@g.o> espresso++-9999.ebuild:
33 sync with gx86
34
35
36 diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
37 index ae17b84..694093a 100644
38 --- a/sci-physics/espresso++/espresso++-9999.ebuild
39 +++ b/sci-physics/espresso++/espresso++-9999.ebuild
40 @@ -20,34 +20,26 @@ else
41 SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
42 S="${WORKDIR}/${PN//+/p}-${PV}"
43 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
44 - PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
45 fi
46
47 -CMAKE_REMOVE_MODULES_LIST="FindBoost"
48 -
49 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"
50 EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate"
51 EHG_PULL_CMD="hg pull ${EHG_QUIET_CMD_OPT} ${EHP_OPTS}"
52 -LICENSE="GPL-3 !system-boost? ( Boost-1.0 )"
53 +LICENSE="GPL-3"
54 SLOT="0"
55 -IUSE="-system-boost"
56 +IUSE=""
57
58 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
59
60 RDEPEND="${PYTHON_DEPS}
61 virtual/mpi
62 - system-boost? ( dev-libs/boost[python,mpi,${PYTHON_USEDEP}] )"
63 + dev-libs/boost[python,mpi,${PYTHON_USEDEP}]
64 + dev-python/mpi4py"
65 DEPEND="${RDEPEND}"
66
67 DOCS=( AUTHORS NEWS README )
68
69 src_configure() {
70 - mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST) -DLIB="$(get_libdir)" )
71 + mycmakeargs=( -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON -DLIB="$(get_libdir)" )
72 cmake-utils_src_configure
73 }
74 -
75 -src_install() {
76 - cmake-utils_src_install
77 - rm "${ED}/usr/bin/ESPRC" || die
78 - rmdir "${ED}/usr/bin" || die
79 -}
80
81 diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml
82 index 2d6dc53..a556ddb 100644
83 --- a/sci-physics/espresso++/metadata.xml
84 +++ b/sci-physics/espresso++/metadata.xml
85 @@ -6,7 +6,4 @@
86 <email>ottxor@g.o</email>
87 <name>Christoph Junghans</name>
88 </maintainer>
89 - <use>
90 - <flag name="system-boost">Use system boost (<pkg>dev-libs/boost</pkg>) instead of bundled one</flag>
91 - </use>
92 </pkgmetadata>