commit: 87baea5290e3a348ec4e979d44c49f4095dc0759
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 05:23:00 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 05:23:00 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=87baea52
sci-libs/daal4py: drop 2021.7.1, 2021.7.1_p20221209
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-libs/daal4py/daal4py-2021.7.1.ebuild | 57 ---------------------
sci-libs/daal4py/daal4py-2021.7.1_p20221209.ebuild | 59 ----------------------
2 files changed, 116 deletions(-)
diff --git a/sci-libs/daal4py/daal4py-2021.7.1.ebuild
b/sci-libs/daal4py/daal4py-2021.7.1.ebuild
deleted file mode 100644
index 927e08437..000000000
--- a/sci-libs/daal4py/daal4py-2021.7.1.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} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Python API to the oneAPI Data Analytics Library"
-HOMEPAGE="https://github.com/intel/scikit-learn-intelex"
-SRC_URI="https://github.com/intel/scikit-learn-intelex/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
-S="${WORKDIR}/scikit-learn-intelex-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/pybind11[${PYTHON_USEDEP}]
- dev-util/cmake
- sys-devel/DPC++
- test? (
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- )
-"
-
-DEPEND="
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/dpctl[${PYTHON_USEDEP}]
- sci-libs/oneDAL
- virtual/mpi
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-PATCHES=(
- "${FILESDIR}/${P}-dont-use-entire-include.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
CPLUS_INCLUDE_PATH="${ESYSROOT}/usr/lib/llvm/intel/include:${ESYSROOT}/usr/lib/llvm/intel/include/sycl"
- export MPIROOT="${ESYSROOT}/usr"
- export DALROOT="${ESYSROOT}/usr"
- # Parallel build is broken
- export MAKEOPTS="-j1"
-
- distutils-r1_python_prepare_all
-}
diff --git a/sci-libs/daal4py/daal4py-2021.7.1_p20221209.ebuild
b/sci-libs/daal4py/daal4py-2021.7.1_p20221209.ebuild
deleted file mode 100644
index 5e9722b4e..000000000
--- a/sci-libs/daal4py/daal4py-2021.7.1_p20221209.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-COMMIT="b25ec56dad5672484334ceba9c0ef57fab26b406"
-
-DESCRIPTION="Python API to the oneAPI Data Analytics Library"
-HOMEPAGE="https://github.com/intel/scikit-learn-intelex"
-SRC_URI="https://github.com/intel/scikit-learn-intelex/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
-S="${WORKDIR}/scikit-learn-intelex-${COMMIT}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- dev-python/pybind11[${PYTHON_USEDEP}]
- dev-util/cmake
- sys-devel/DPC++
- test? (
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- )
-"
-
-DEPEND="
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/dpctl[${PYTHON_USEDEP}]
- sci-libs/oneDAL
- virtual/mpi
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-PATCHES=(
- "${FILESDIR}/${P}-dont-use-entire-include.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
CPLUS_INCLUDE_PATH="${ESYSROOT}/usr/lib/llvm/intel/include:${ESYSROOT}/usr/lib/llvm/intel/include/sycl:${ESYSROOT}/usr/lib/llvm/intel/include/sycl/CL/sycl"
- export MPIROOT="${ESYSROOT}/usr"
- export DALROOT="${ESYSROOT}/usr"
- # Parallel build is broken
- export MAKEOPTS="-j1"
-
- distutils-r1_python_prepare_all
-}