commit:     0791f711debf39eceb002891a40a91b33553044f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 16:33:29 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 16:34:58 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0791f711

dev-libs/oneDNN: moved to ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-libs/oneDNN/metadata.xml        | 11 -------
 dev-libs/oneDNN/oneDNN-2.7.2.ebuild | 60 -------------------------------------
 dev-libs/oneDNN/oneDNN-3.0.1.ebuild | 60 -------------------------------------
 dev-libs/oneDNN/oneDNN-3.2.1.ebuild | 60 -------------------------------------
 4 files changed, 191 deletions(-)

diff --git a/dev-libs/oneDNN/metadata.xml b/dev-libs/oneDNN/metadata.xml
deleted file mode 100644
index 0d6dc84a7..000000000
--- a/dev-libs/oneDNN/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">oneapi-src/oneDNN</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-libs/oneDNN/oneDNN-2.7.2.ebuild 
b/dev-libs/oneDNN/oneDNN-2.7.2.ebuild
deleted file mode 100644
index 1c66ec72c..000000000
--- a/dev-libs/oneDNN/oneDNN-2.7.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="doxygen"
-DOCS_DIR="${WORKDIR}/${P}_build"
-# There is additional sphinx documentation but we are missing dependency 
doxyrest.
-inherit cmake docs
-
-DESCRIPTION="oneAPI Deep Neural Network Library"
-HOMEPAGE="https://github.com/oneapi-src/oneDNN";
-SRC_URI="https://github.com/oneapi-src/oneDNN/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-# TODO: get the tests up and running
-#RESTRICT="!test? ( test )"
-RESTRICT="test"
-
-BDEPEND="sys-devel/DPC++"
-
-DEPEND="
-       dev-cpp/tbb:=
-       dev-libs/level-zero:=
-       virtual/opencl
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       # DPC++ compiler required for full functionality
-       export CC="${ESYSROOT}/usr/lib/llvm/intel/bin/clang"
-       export CXX="${ESYSROOT}/usr/lib/llvm/intel/bin/clang++"
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DDNNL_CPU_RUNTIME=DPCPP
-               -DDNNL_GPU_RUNTIME=DPCPP
-               -DDNNL_BUILD_TESTS="$(usex test)"
-       )
-       cmake_src_configure
-}
-
-src_compile() {
-       cmake_src_compile
-       docs_compile
-}
-
-src_install() {
-       cmake_src_install
-       # Correct docdir
-       mv "${ED}/usr/share/doc/dnnl/"* "${ED}/usr/share/doc/${PF}" || die
-       rm -r "${ED}/usr/share/doc/dnnl" || die
-}

diff --git a/dev-libs/oneDNN/oneDNN-3.0.1.ebuild 
b/dev-libs/oneDNN/oneDNN-3.0.1.ebuild
deleted file mode 100644
index 1c66ec72c..000000000
--- a/dev-libs/oneDNN/oneDNN-3.0.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="doxygen"
-DOCS_DIR="${WORKDIR}/${P}_build"
-# There is additional sphinx documentation but we are missing dependency 
doxyrest.
-inherit cmake docs
-
-DESCRIPTION="oneAPI Deep Neural Network Library"
-HOMEPAGE="https://github.com/oneapi-src/oneDNN";
-SRC_URI="https://github.com/oneapi-src/oneDNN/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-# TODO: get the tests up and running
-#RESTRICT="!test? ( test )"
-RESTRICT="test"
-
-BDEPEND="sys-devel/DPC++"
-
-DEPEND="
-       dev-cpp/tbb:=
-       dev-libs/level-zero:=
-       virtual/opencl
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       # DPC++ compiler required for full functionality
-       export CC="${ESYSROOT}/usr/lib/llvm/intel/bin/clang"
-       export CXX="${ESYSROOT}/usr/lib/llvm/intel/bin/clang++"
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DDNNL_CPU_RUNTIME=DPCPP
-               -DDNNL_GPU_RUNTIME=DPCPP
-               -DDNNL_BUILD_TESTS="$(usex test)"
-       )
-       cmake_src_configure
-}
-
-src_compile() {
-       cmake_src_compile
-       docs_compile
-}
-
-src_install() {
-       cmake_src_install
-       # Correct docdir
-       mv "${ED}/usr/share/doc/dnnl/"* "${ED}/usr/share/doc/${PF}" || die
-       rm -r "${ED}/usr/share/doc/dnnl" || die
-}

diff --git a/dev-libs/oneDNN/oneDNN-3.2.1.ebuild 
b/dev-libs/oneDNN/oneDNN-3.2.1.ebuild
deleted file mode 100644
index 1c66ec72c..000000000
--- a/dev-libs/oneDNN/oneDNN-3.2.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="doxygen"
-DOCS_DIR="${WORKDIR}/${P}_build"
-# There is additional sphinx documentation but we are missing dependency 
doxyrest.
-inherit cmake docs
-
-DESCRIPTION="oneAPI Deep Neural Network Library"
-HOMEPAGE="https://github.com/oneapi-src/oneDNN";
-SRC_URI="https://github.com/oneapi-src/oneDNN/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-# TODO: get the tests up and running
-#RESTRICT="!test? ( test )"
-RESTRICT="test"
-
-BDEPEND="sys-devel/DPC++"
-
-DEPEND="
-       dev-cpp/tbb:=
-       dev-libs/level-zero:=
-       virtual/opencl
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       # DPC++ compiler required for full functionality
-       export CC="${ESYSROOT}/usr/lib/llvm/intel/bin/clang"
-       export CXX="${ESYSROOT}/usr/lib/llvm/intel/bin/clang++"
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DDNNL_CPU_RUNTIME=DPCPP
-               -DDNNL_GPU_RUNTIME=DPCPP
-               -DDNNL_BUILD_TESTS="$(usex test)"
-       )
-       cmake_src_configure
-}
-
-src_compile() {
-       cmake_src_compile
-       docs_compile
-}
-
-src_install() {
-       cmake_src_install
-       # Correct docdir
-       mv "${ED}/usr/share/doc/dnnl/"* "${ED}/usr/share/doc/${PF}" || die
-       rm -r "${ED}/usr/share/doc/dnnl" || die
-}

Reply via email to