* [gentoo-commits] proj/sci:master commit in: dev-python/dpnp/
@ 2023-02-26 5:25 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2023-02-26 5:25 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dpnp/
@ 2024-01-22 12:30 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2024-01-22 12:30 UTC (permalink / raw
To: gentoo-commits
commit: 9e602c845bc9467ffe0377b31041aa006363934d
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 12:30:44 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 12:30:44 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9e602c84
dev-python/dpnp: enable py3.12
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dpnp/dpnp-0.11.1_rc1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dpnp/dpnp-0.11.1_rc1.ebuild b/dev-python/dpnp/dpnp-0.11.1_rc1.ebuild
index 04e62bd8b..5d25d62d1 100644
--- a/dev-python/dpnp/dpnp-0.11.1_rc1.ebuild
+++ b/dev-python/dpnp/dpnp-0.11.1_rc1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
# Breaks library installation
#DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dpnp/
@ 2024-01-22 12:30 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2024-01-22 12:30 UTC (permalink / raw
To: gentoo-commits
commit: 914ee3da92f982e26156c53dcca46e1173e12f76
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 12:30:18 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 12:30:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=914ee3da
dev-python/dpnp: updated cmake dependency category
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/dpnp/dpnp-0.11.1_rc1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dpnp/dpnp-0.11.1_rc1.ebuild b/dev-python/dpnp/dpnp-0.11.1_rc1.ebuild
index 5443b2dfd..04e62bd8b 100644
--- a/dev-python/dpnp/dpnp-0.11.1_rc1.ebuild
+++ b/dev-python/dpnp/dpnp-0.11.1_rc1.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
- dev-util/cmake
+ dev-build/cmake
sys-devel/DPC++
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-22 12:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 12:30 [gentoo-commits] proj/sci:master commit in: dev-python/dpnp/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2024-01-22 12:30 Horea Christian
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