From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B5442138A1A for ; Thu, 13 Nov 2014 17:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 457B7E0CAD; Thu, 13 Nov 2014 17:53:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1861E0CAD for ; Thu, 13 Nov 2014 17:53:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 157913403FF for ; Thu, 13 Nov 2014 17:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3C47A112 for ; Thu, 13 Nov 2014 17:53:09 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1415901180.69f0da75426aad31ae653a9871702cda92bdc34f.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/espresso++/ChangeLog sci-physics/espresso++/espresso++-9999.ebuild X-VCS-Directories: sci-physics/espresso++/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 69f0da75426aad31ae653a9871702cda92bdc34f X-VCS-Branch: master Date: Thu, 13 Nov 2014 17:53:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a9292d7f-07d8-479d-a87f-ab2b7908b258 X-Archives-Hash: 47a436aa5bb62504103e87eb76981337 commit: 69f0da75426aad31ae653a9871702cda92bdc34f Author: Christoph Junghans gentoo org> AuthorDate: Thu Nov 13 17:49:59 2014 +0000 Commit: Christoph Junghans gentoo 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 espresso++-9999.ebuild: + sync with gx86 + + 13 Nov 2014; Christoph Junghans espresso++-9999.ebuild: deps on boost:= 25 Aug 2014; Christoph Junghans 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