public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/openmm/files/, sci-libs/openmm/
@ 2011-09-18 16:36 Christoph Junghans
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2011-09-18 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5a4d857af74c453523343aba7acfebe9368b2093
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 16:35:39 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sun Sep 18 16:35:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5a4d857a

[sci-libs/openmm] version 2.0 is not supported by upstream anymore

---
 sci-libs/openmm/ChangeLog                    |   13 ----
 sci-libs/openmm/files/openmm-2.0-print.patch |   13 ----
 sci-libs/openmm/metadata.xml                 |   13 ----
 sci-libs/openmm/openmm-2.0.ebuild            |   80 --------------------------
 4 files changed, 0 insertions(+), 119 deletions(-)

diff --git a/sci-libs/openmm/ChangeLog b/sci-libs/openmm/ChangeLog
deleted file mode 100644
index 6026986..0000000
--- a/sci-libs/openmm/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for sci-libs/openmm
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  16 Oct 2010; Christoph Junghans <kleiner_otti@gmx.de> openmm-2.0.ebuild:
-  export OPENMM_PLUGIN_DIR
-
-*openmm-2.0 (03 Oct 2010)
-
-  03 Oct 2010; Christoph Junghans <kleiner_otti@gmx.de> +openmm-2.0.ebuild,
-  +files/openmm-2.0-print.patch, +metadata.xml:
-  Initial commit
-

diff --git a/sci-libs/openmm/files/openmm-2.0-print.patch b/sci-libs/openmm/files/openmm-2.0-print.patch
deleted file mode 100644
index 1ea58f4..0000000
--- a/sci-libs/openmm/files/openmm-2.0-print.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur OpenMM2.0-Source.orig/src/plugins/freeEnergy/platforms/cuda/tests/TestCudaGBVISoftcoreForce.cpp OpenMM2.0-Source/src/plugins/freeEnergy/platforms/cuda/tests/TestCudaGBVISoftcoreForce.cpp
---- OpenMM2.0-Source.orig/src/plugins/freeEnergy/platforms/cuda/tests/TestCudaGBVISoftcoreForce.cpp	2010-05-14 02:25:51.000000000 +0200
-+++ OpenMM2.0-Source/src/plugins/freeEnergy/platforms/cuda/tests/TestCudaGBVISoftcoreForce.cpp	2010-10-02 18:37:10.000000000 +0200
-@@ -370,7 +370,9 @@
-        
- //           positions[8][2] -=  static_cast<double>(ii+1)*0.1;
- //           positions[8][2] -=  0.001;
-+#if PRINT_ON == 1
-            (void) fprintf( stderr, "r48=%14.6e r28=%14.6e r24=%14.6e\n", positions[8][2]-positions[4][2], positions[8][2], positions[4][2] );
-+#endif
-        }
- #if 0
-        int carbonIndex    = 1;

diff --git a/sci-libs/openmm/metadata.xml b/sci-libs/openmm/metadata.xml
deleted file mode 100644
index 73065ed..0000000
--- a/sci-libs/openmm/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-	<maintainer>
-		<email>kleiner_otti@gmx.de</email>
-		<name>Christoph Junghans</name>
-	</maintainer>
-<use>
-	<flag name='opencl'>Build OpenCL lib</flag>
-	<flag name='cuda'>Build Cuda lib</flag>
-</use>
-</pkgmetadata>

diff --git a/sci-libs/openmm/openmm-2.0.ebuild b/sci-libs/openmm/openmm-2.0.ebuild
deleted file mode 100644
index f4a8249..0000000
--- a/sci-libs/openmm/openmm-2.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v 1.1 2010/07/27 12:36:56 fauli Exp $
-
-EAPI="3"
-
-inherit cmake-utils
-
-MY_PN="${PN^^[om]}"
-DESCRIPTION="OpenMM is a library for molecular modeling simulation on GPUs"
-HOMEPAGE="https://simtk.org/home/openmm"
-SRC_URI="${MY_PN}${PV}-Source.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cuda opencl"
-
-RDEPEND="
-	>=dev-util/nvidia-cuda-toolkit-3.1
-	>=dev-util/nvidia-cuda-sdk-3.1[opencl=,cuda=]"
-DEPEND="${RDEPEND}
-	dev-util/cmake
-	virtual/jre"
-
-RESTRICT="fetch"
-DOWNLOAD_URL="https://simtk.org/frs/download.php?file_id=2377"
-S="${WORKDIR}/${MY_PN}${PV}-Source/src"
-
-pkg_nofetch(){
-	einfo "Please download ${SRC_URI} from:"
-	einfo "${DOWNLOAD_URL}"
-	einfo "and move/copy to ${DISTDIR}"
-}
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-print.patch"
-}
-
-src_configure() {
-	local mycmakeargs="-DBUILD_TESTING=OFF"
-
-	[ -z "${NVCC_FLAGS}" ] && error "Please add NVCC_FLAGS to '${EROOT}etc/make.conf"
-
-	mycmakeargs="${mycmakeargs}
-		-DCUDA_NVCC_FLAGS:STRING=${NVCC_FLAGS}
-		-DOPENMM_BUILD_FREE_ENERGY_CUDA_LIB=OFF
-		-DOPENMM_BUILD_FREE_ENERGY_PLUGIN=OFF
-		$(cmake-utils_use cuda OPENMM_BUILD_CUDA_LIB)
-		$(cmake-utils_use opencl OPENMM_BUILD_OPENCL_LIB)"
-
-	addwrite /dev/nvidiactl:/dev/nvidia0
-
-	CUDA_INC_PATH=/opt/cuda \
-	cmake-utils_src_configure ${mycmakeargs} \
-		|| die "cmake configuration failed"
-}
-
-src_install() {
-	cmake-utils_src_install
-	rm -rf "${ED}"/usr/bin/Test*
-
-	dodoc "${ED}"/usr/docs/*
-	rm -rf "${ED}"/usr/docs
-
-	rm -rf "${ED}"/usr/examples/VisualStudio2005
-	insinto /usr/share/doc/${PF}/examples
-	doins "${ED}"/usr/examples/*
-
-	echo "OPENMM_PLUGIN_DIR=/usr/lib/plugins" > "${T}/80${PN}"
-	doenvd "${T}/80${PN}"
-}
-
-pkg_postinst() {
-	env-update
-}
-
-pkg_postrm() {
-	env-update
-}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-18 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-18 16:36 [gentoo-commits] proj/sci:master commit in: sci-libs/openmm/files/, sci-libs/openmm/ Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox