* [gentoo-commits] proj/sci:master commit in: sci-libs/daal4py/
@ 2023-02-26 5:25 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2023-02-26 5:25 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/daal4py/
@ 2024-01-22 13:03 Horea Christian
0 siblings, 0 replies; 2+ messages in thread
From: Horea Christian @ 2024-01-22 13:03 UTC (permalink / raw
To: gentoo-commits
commit: fbdc5cbf076bb043b7ded14effec44c13bffd07c
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 13:03:20 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 13:03:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fbdc5cbf
sci-libs/daal4py: updated cmake dependency category
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/daal4py/daal4py-2023.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/daal4py/daal4py-2023.0.2.ebuild b/sci-libs/daal4py/daal4py-2023.0.2.ebuild
index 09fc690fd..f23e1c738 100644
--- a/sci-libs/daal4py/daal4py-2023.0.2.ebuild
+++ b/sci-libs/daal4py/daal4py-2023.0.2.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
dev-python/pybind11[${PYTHON_USEDEP}]
- dev-util/cmake
+ dev-build/cmake
sys-devel/DPC++
test? (
sci-libs/scikit-learn[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-22 13:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 13:03 [gentoo-commits] proj/sci:master commit in: sci-libs/daal4py/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2023-02-26 5:25 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox