diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-11-13 10:49:59 -0700 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-11-13 10:53:00 -0700 |
commit | 69f0da75426aad31ae653a9871702cda92bdc34f (patch) | |
tree | f0fb56a07dcb9a5ac3ede0ef7248a4468c4df842 /sci-physics | |
parent | deps on boost:= (diff) | |
download | sci-69f0da75426aad31ae653a9871702cda92bdc34f.tar.gz sci-69f0da75426aad31ae653a9871702cda92bdc34f.tar.bz2 sci-69f0da75426aad31ae653a9871702cda92bdc34f.zip |
sync with gx86
Package-Manager: portage-2.2.8-r2
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/espresso++/ChangeLog | 3 | ||||
-rw-r--r-- | 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 ac7fa1fdb..dd0c03d0f 100644 --- a/sci-physics/espresso++/ChangeLog +++ b/sci-physics/espresso++/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild: + sync with gx86 + + 13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild: deps on boost:= 25 Aug 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild: 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 |