aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-02-16 13:28:52 -0700
committerChristoph Junghans <ottxor@gentoo.org>2014-02-16 13:28:52 -0700
commit78d9f52e8c9dcecc6eede49762ce008bddbacbe4 (patch)
treebb72701edd77631a7f5440fa47e31c0252747389 /sci-physics
parentsci-libs/armadillo: Bump to v4.000.4 (diff)
downloadsci-78d9f52e8c9dcecc6eede49762ce008bddbacbe4.tar.gz
sci-78d9f52e8c9dcecc6eede49762ce008bddbacbe4.tar.bz2
sci-78d9f52e8c9dcecc6eede49762ce008bddbacbe4.zip
live ebuild update
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/espresso++/ChangeLog3
-rw-r--r--sci-physics/espresso++/espresso++-9999.ebuild7
2 files changed, 9 insertions, 1 deletions
diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 3d4182ad4..477342007 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Feb 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+ live ebuild update
+
07 Feb 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild,
metadata.xml:
live ebuild update
diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 694093a10..d36b56288 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -40,6 +40,11 @@ DEPEND="${RDEPEND}"
DOCS=( AUTHORS NEWS README )
src_configure() {
- mycmakeargs=( -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON -DLIB="$(get_libdir)" )
+ mycmakeargs=(
+ -DEXTERNAL_BOOST=ON
+ -DEXTERNAL_MPI4PY=ON
+ -DLIB="$(get_libdir)"
+ -DWITH_RC_FILES=OFF
+ )
cmake-utils_src_configure
}