commit:     9743f813f7c55c95be73ac46c873b2619145f721
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 05:21:55 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 05:21:55 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9743f813

dev-python/dpnp: drop 0.10.0, 0.11.0

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

 dev-python/dpnp/dpnp-0.10.0.ebuild | 57 --------------------------------------
 dev-python/dpnp/dpnp-0.11.0.ebuild | 57 --------------------------------------
 2 files changed, 114 deletions(-)

diff --git a/dev-python/dpnp/dpnp-0.10.0.ebuild 
b/dev-python/dpnp/dpnp-0.10.0.ebuild
deleted file mode 100644
index 51e17faa0..000000000
--- a/dev-python/dpnp/dpnp-0.10.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-# Breaks the installation of the backend library
-#DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Data Parallel Extension for NumPy"
-HOMEPAGE="https://github.com/IntelPython/dpnp";
-SRC_URI="https://github.com/IntelPython/dpnp/archive/refs/tags/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       dev-util/cmake
-       sys-devel/DPC++
-"
-
-RDEPEND="
-       dev-cpp/tbb
-       dev-python/dpctl[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       sci-libs/mkl
-       sys-devel/DPC++:=
-"
-DEPEND="${RDEPEND}
-       sys-devel/oneDPL
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-       "${FILESDIR}/${P}-fix-compile.patch"
-)
-
-python_prepare_all() {
-       # DPC++ compiler required for full functionality
-       export CC="${ESYSROOT}/usr/lib/llvm/intel/bin/clang"
-       export CXX="${ESYSROOT}/usr/lib/llvm/intel/bin/clang++"
-       export DPCPPROOT="${ESYSROOT}/usr/lib/llvm/intel"
-       export DPL_ROOT="${ESYSROOT}/usr/include/include/oneapi/dpl"
-       # Parallel build broken
-       export MAKEOPTS="-j1"
-
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       export BUILD_DIR_LIBS="${BUILD_DIR}/lib/dpnp"
-       distutils-r1_python_compile
-}

diff --git a/dev-python/dpnp/dpnp-0.11.0.ebuild 
b/dev-python/dpnp/dpnp-0.11.0.ebuild
deleted file mode 100644
index 51e17faa0..000000000
--- a/dev-python/dpnp/dpnp-0.11.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-# Breaks the installation of the backend library
-#DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Data Parallel Extension for NumPy"
-HOMEPAGE="https://github.com/IntelPython/dpnp";
-SRC_URI="https://github.com/IntelPython/dpnp/archive/refs/tags/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       dev-util/cmake
-       sys-devel/DPC++
-"
-
-RDEPEND="
-       dev-cpp/tbb
-       dev-python/dpctl[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       sci-libs/mkl
-       sys-devel/DPC++:=
-"
-DEPEND="${RDEPEND}
-       sys-devel/oneDPL
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-       "${FILESDIR}/${P}-fix-compile.patch"
-)
-
-python_prepare_all() {
-       # DPC++ compiler required for full functionality
-       export CC="${ESYSROOT}/usr/lib/llvm/intel/bin/clang"
-       export CXX="${ESYSROOT}/usr/lib/llvm/intel/bin/clang++"
-       export DPCPPROOT="${ESYSROOT}/usr/lib/llvm/intel"
-       export DPL_ROOT="${ESYSROOT}/usr/include/include/oneapi/dpl"
-       # Parallel build broken
-       export MAKEOPTS="-j1"
-
-       distutils-r1_python_prepare_all
-}
-
-python_compile() {
-       export BUILD_DIR_LIBS="${BUILD_DIR}/lib/dpnp"
-       distutils-r1_python_compile
-}

Reply via email to