From 69f0da75426aad31ae653a9871702cda92bdc34f Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 13 Nov 2014 10:49:59 -0700 Subject: sync with gx86 Package-Manager: portage-2.2.8-r2 --- sci-physics/espresso++/ChangeLog | 3 +++ sci-physics/espresso++/espresso++-9999.ebuild | 8 ++------ 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'sci-physics') diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog index ac7fa1fdb..dd0c03d0f 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: $ + 13 Nov 2014; Christoph Junghans espresso++-9999.ebuild: + sync with gx86 + 13 Nov 2014; Christoph Junghans espresso++-9999.ebuild: deps on boost:= diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild index 11d9c406e..d21c13398 100644 --- a/sci-physics/espresso++/espresso++-9999.ebuild +++ b/sci-physics/espresso++/espresso++-9999.ebuild @@ -7,14 +7,13 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) CMAKE_MAKEFILE_GENERATOR="ninja" -inherit cmake-utils multilib python-single-r1 +inherit cmake-utils python-single-r1 DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research" HOMEPAGE="https://www.espresso-pp.de" if [[ ${PV} = 9999 ]]; then EHG_REPO_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}" - EHG_REVISION="default" inherit mercurial KEYWORDS= else @@ -37,13 +36,10 @@ RDEPEND="${PYTHON_DEPS} dev-python/mpi4py" DEPEND="${RDEPEND}" -DOCS=( AUTHORS NEWS README ) - src_configure() { - mycmakeargs=( + local mycmakeargs=( -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON - -DLIB="$(get_libdir)" -DWITH_RC_FILES=OFF ) cmake-utils_src_configure -- cgit v1.2.3-65-gdbad