commit: 0709867a50971336be324312cc69d660854f7a6e
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 11:54:24 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 11:54:24 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0709867a
sci-physics/opticks-okconf: delete package, it is identical to opticks
except that it doesn't work
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
...cks-okconf-0.0.1_p20191110-no_lib_install.patch | 12 ------
sci-physics/opticks-okconf/metadata.xml | 7 ----
.../opticks-okconf-0.0.1_p20191110.ebuild | 46 ----------------------
3 files changed, 65 deletions(-)
diff --git
a/sci-physics/opticks-okconf/files/opticks-okconf-0.0.1_p20191110-no_lib_install.patch
b/sci-physics/opticks-okconf/files/opticks-okconf-0.0.1_p20191110-no_lib_install.patch
deleted file mode 100644
index 89b0b7cab..000000000
---
a/sci-physics/opticks-okconf/files/opticks-okconf-0.0.1_p20191110-no_lib_install.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: opticks-okconf-0.0.1_p20191110/okconf/tests/CMakeLists.txt
-===================================================================
---- opticks-okconf-0.0.1_p20191110.orig/okconf/tests/CMakeLists.txt
-+++ opticks-okconf-0.0.1_p20191110/okconf/tests/CMakeLists.txt
-@@ -46,7 +46,6 @@ foreach(TEST_SOURCE ${TEST_SOURCES})
- )
-
-
-- install(TARGETS ${TGT} DESTINATION lib)
- endforeach()
-
-
diff --git a/sci-physics/opticks-okconf/metadata.xml
b/sci-physics/opticks-okconf/metadata.xml
deleted file mode 100644
index 7203fb853..000000000
--- a/sci-physics/opticks-okconf/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>[email protected]</email>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild
b/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild
deleted file mode 100644
index c880f4f8b..000000000
--- a/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mercurial cmake cuda
-
-EHG_REPO_URI="https://bitbucket.org/simoncblyth/${PN//-*}"
-EHG_REVISION="a580e704afe9d2c138072835e986542c835c29fc"
-
-DESCRIPTION="GPU Optical Photon Simulation for Particle Physics"
-HOMEPAGE="https://simoncblyth.bitbucket.io"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-util/nvidia-cuda-toolkit:=
- dev-libs/optix"
-DEPEND="dev-util/cmake
- dev-libs/boost
- dev-util/bcm
- dev-util/plog
- ${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.0.1_p20191110-no_lib_install.patch
-)
-
-src_prepare() {
- cmake_src_prepare
- cuda_src_prepare
-
- rm -f CMakeLists.txt* || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_MODULE_PATH="${S}"/cmake/Modules
- -DOptiX_INSTALL_DIR="${EPREFIX}/opt/optix"
- -DCUDA_SDK_ROOT_DIR="${EPREFIX}/opt/cuda/sdk"
- -DCOMPUTE_CAPABILITY=61
- -DCUDA_NVCC_FLAGS="${NVCCFLAGS}"
- )
- CMAKE_USE_DIR=${S}/${PN##*-} cmake_src_configure
-}