aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-03-06 11:50:49 -0700
committerChristoph Junghans <ottxor@gentoo.org>2015-03-06 11:50:49 -0700
commit0b4346720b790ae0392ec0221eb6794c6615a52f (patch)
treefa130eca43610f703584e0958d53e4f5a42aebf5 /sci-physics
parentadded live version (diff)
downloadsci-0b4346720b790ae0392ec0221eb6794c6615a52f.tar.gz
sci-0b4346720b790ae0392ec0221eb6794c6615a52f.tar.bz2
sci-0b4346720b790ae0392ec0221eb6794c6615a52f.zip
update live ebuild
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/hoomd-blue/ChangeLog3
-rw-r--r--sci-physics/hoomd-blue/hoomd-blue-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/sci-physics/hoomd-blue/ChangeLog b/sci-physics/hoomd-blue/ChangeLog
index d17349c17..70755ba44 100644
--- a/sci-physics/hoomd-blue/ChangeLog
+++ b/sci-physics/hoomd-blue/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Mar 2015; Christoph Junghans <ottxor@gentoo.org> hoomd-blue-9999.ebuild:
+ update live ebuild
+
01 Mar 2015; Christoph Junghans <ottxor@gentoo.org> hoomd-blue-9999.ebuild:
fixed license
diff --git a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
index fa6c5e7d8..51bc69d3b 100644
--- a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
+++ b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
@@ -48,6 +48,7 @@ src_configure() {
$(cmake-utils_use_enable cuda CUDA)
$(cmake-utils_use_enable zlib ZLIB)
$(cmake-utils_use_build test BUILD_TESTING)
+ -DPYTHON_EXECUTABLE="${PYTHON}"
-DPYTHON_SITEDIR=$(python_get_sitedir)
)
cmake-utils_src_configure
@@ -56,6 +57,4 @@ src_configure() {
src_install() {
use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/hoomd-*doc* )
cmake-utils_src_install
-
- sed -i "s/^python/${EPYTHON}/" "${ED}"/usr/bin/hoomd || die
}