From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B424813832E for ; Wed, 20 Jul 2016 17:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7ED521C046; Wed, 20 Jul 2016 17:48:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 391CC21C046 for ; Wed, 20 Jul 2016 17:48:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B00CB340E0B for ; Wed, 20 Jul 2016 17:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 708AB7CE for ; Wed, 20 Jul 2016 17:48:27 +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: <1469036856.69f42b7a22699d92efd06a01221accd79b3006f4.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/hoomd-blue/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/hoomd-blue/hoomd-blue-9999.ebuild sci-physics/hoomd-blue/metadata.xml X-VCS-Directories: sci-physics/hoomd-blue/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 69f42b7a22699d92efd06a01221accd79b3006f4 X-VCS-Branch: master Date: Wed, 20 Jul 2016 17:48:27 +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: effb4fe6-0992-47ad-a50a-c901c6f6135b X-Archives-Hash: 1ed3969fde67a477453e64d3010347dd commit: 69f42b7a22699d92efd06a01221accd79b3006f4 Author: Christoph Junghans gentoo org> AuthorDate: Wed Jul 20 17:47:36 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jul 20 17:47:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=69f42b7a sci-physics/hoomd-blue: broken, will be moved to gx86 sci-physics/hoomd-blue/hoomd-blue-9999.ebuild | 61 --------------------------- sci-physics/hoomd-blue/metadata.xml | 15 ------- 2 files changed, 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 45701a5..0000000 --- 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 9a862af..0000000 --- a/sci-physics/hoomd-blue/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - ottxor@gentoo.org - Christoph Junghans - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - - Enable cuda non-bonded kernels - -