aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2016-07-20 11:47:36 -0600
committerChristoph Junghans <ottxor@gentoo.org>2016-07-20 11:47:36 -0600
commit69f42b7a22699d92efd06a01221accd79b3006f4 (patch)
treeeb0bf731eb48cec914774f041ae4829066e102d4 /sci-physics
parentsci-physics/espresso: brocken, moved to gx86 (diff)
downloadsci-69f42b7a22699d92efd06a01221accd79b3006f4.tar.gz
sci-69f42b7a22699d92efd06a01221accd79b3006f4.tar.bz2
sci-69f42b7a22699d92efd06a01221accd79b3006f4.zip
sci-physics/hoomd-blue: broken, will be moved to gx86
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/hoomd-blue/hoomd-blue-9999.ebuild61
-rw-r--r--sci-physics/hoomd-blue/metadata.xml15
2 files changed, 0 insertions, 76 deletions
diff --git a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
deleted file mode 100644
index 45701a5ab..000000000
--- a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils cuda python-single-r1
-
-DESCRIPTION="a general-purpose particle simulation toolkit"
-HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/"
-
-if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git"
- inherit git-r3
- KEYWORDS=
-else
- inherit vcs-snapshot
- SRC_URI="https://bitbucket.org/glotzer/${PN}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="hoomd-blue"
-SLOT="0"
-IUSE="cuda doc test mpi +zlib"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- mpi? ( virtual/mpi )
- cuda? ( dev-util/nvidia-cuda-sdk )
- zlib? ( sys-libs/zlib )
- dev-libs/boost:=[threads,python,mpi,${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_prepare() {
- use cuda && cuda_src_prepare
-
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_enable mpi MPI)
- $(cmake-utils_use_enable doc DOXYGEN)
- $(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
-}
-
-src_install() {
- use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/hoomd-*doc* )
- cmake-utils_src_install
-}
diff --git a/sci-physics/hoomd-blue/metadata.xml b/sci-physics/hoomd-blue/metadata.xml
deleted file mode 100644
index 9a862af60..000000000
--- a/sci-physics/hoomd-blue/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ottxor@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <use>
- <flag name="cuda">Enable cuda non-bonded kernels</flag>
- </use>
-</pkgmetadata>