commit: 69f0da75426aad31ae653a9871702cda92bdc34f Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Thu Nov 13 17:49:59 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Thu Nov 13 17:53:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=69f0da75
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(-) diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog index ac7fa1f..dd0c03d 100644 --- a/sci-physics/espresso++/ChangeLog +++ b/sci-physics/espresso++/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 13 Nov 2014; Christoph Junghans <ott...@gentoo.org> espresso++-9999.ebuild: + sync with gx86 + + 13 Nov 2014; Christoph Junghans <ott...@gentoo.org> espresso++-9999.ebuild: deps on boost:= 25 Aug 2014; Christoph Junghans <ott...@gentoo.org> espresso++-9999.ebuild: diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild index 11d9c40..d21c133 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