diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-11-24 19:02:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-11-24 19:02:05 +0000 |
commit | 0e82dd304abc926f3310fa385c00ae3b32a61fbb (patch) | |
tree | f17aa23ac0caad505ddeb9229f1d99a80a95c699 /dev-libs/ocl-icd/ocl-icd-2.3.1-r100.ebuild | |
parent | 6a6b4d34f7f8d867904b0e52301b5c32c8279e46 (diff) |
dev-libs/ocl-icd : drop package, masked in gentoo
Diffstat (limited to 'dev-libs/ocl-icd/ocl-icd-2.3.1-r100.ebuild')
-rw-r--r-- | dev-libs/ocl-icd/ocl-icd-2.3.1-r100.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/ocl-icd/ocl-icd-2.3.1-r100.ebuild b/dev-libs/ocl-icd/ocl-icd-2.3.1-r100.ebuild deleted file mode 100644 index e8de34e6..00000000 --- a/dev-libs/ocl-icd/ocl-icd-2.3.1-r100.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic multilib-minimal - -DESCRIPTION="Alternative to vendor specific OpenCL ICD loaders" -HOMEPAGE="https://github.com/OCL-dev/ocl-icd" -SRC_URI="https://github.com/OCL-dev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# Does nothing now but by keeping it here we avoid having to have virtual/opencl -# handle ebuilds both with and without this flag. -IUSE="+khronos-headers" - -BDEPEND="dev-lang/ruby:2.7 - virtual/rubygems" -DEPEND=">=dev-util/opencl-headers-2021.04.29" -RDEPEND="${DEPEND} - !app-eselect/eselect-opencl - !dev-libs/opencl-icd-loader" - -src_prepare() { - replace-flags -Os -O2 # bug 646122 - - default - eautoreconf -} - -multilib_src_configure() { - # dev-util/opencl-headers ARE official Khronos Group headers, what this option - # does is disable the use of the bundled ones - ECONF_SOURCE="${S}" econf --enable-pthread-once --disable-official-khronos-headers -} - -multilib_src_compile() { - emake RUBY="$(type -P ruby27)" -} - -multilib_src_install() { - default - - # Drop .la files - find "${ED}" -name '*.la' -delete || die -} |