public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/dpctl/
@ 2022-12-12 15:16 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2022-12-12 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f0209edfa068157b057c0da821c9d8b75c7371d9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 12:50:21 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 12:50:21 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0209edf

dev-python/dpctl: add subslot deps for DPC++

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

 dev-python/dpctl/dpctl-0.13.0.ebuild | 1 +
 dev-python/dpctl/dpctl-0.14.0.ebuild | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/dev-python/dpctl/dpctl-0.13.0.ebuild b/dev-python/dpctl/dpctl-0.13.0.ebuild
index 5e7567775..28d4e2544 100644
--- a/dev-python/dpctl/dpctl-0.13.0.ebuild
+++ b/dev-python/dpctl/dpctl-0.13.0.ebuild
@@ -31,6 +31,7 @@ DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]
 	dev-python/wheel[${PYTHON_USEDEP}]
 	sci-libs/oneDAL
+	sys-devel/DPC++:0/5
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-python/dpctl/dpctl-0.14.0.ebuild b/dev-python/dpctl/dpctl-0.14.0.ebuild
index ffb22d0cf..d1fcc663d 100644
--- a/dev-python/dpctl/dpctl-0.14.0.ebuild
+++ b/dev-python/dpctl/dpctl-0.14.0.ebuild
@@ -19,6 +19,7 @@ BDEPEND="
 	dev-python/cython[${PYTHON_USEDEP}]
 	dev-python/scikit-build[${PYTHON_USEDEP}]
 	dev-python/pybind11[${PYTHON_USEDEP}]
+	dev-python/versioneer[${PYTHON_USEDEP}]
 	dev-util/cmake
 	dev-vcs/git
 	sys-devel/DPC++
@@ -30,6 +31,7 @@ DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]
 	dev-python/wheel[${PYTHON_USEDEP}]
 	sci-libs/oneDAL
+	sys-devel/DPC++:0/6
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/dpctl/
@ 2023-02-26  5:25 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-02-26  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ab8543db8a2911e4b3d283f91fb72769e39ac03d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 05:22:11 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 05:22:11 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ab8543db

dev-python/dpctl: drop 0.13.0, 0.14.0

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

 dev-python/dpctl/dpctl-0.13.0.ebuild | 62 ------------------------------------
 dev-python/dpctl/dpctl-0.14.0.ebuild | 62 ------------------------------------
 2 files changed, 124 deletions(-)

diff --git a/dev-python/dpctl/dpctl-0.13.0.ebuild b/dev-python/dpctl/dpctl-0.13.0.ebuild
deleted file mode 100644
index 4c240bfb1..000000000
--- a/dev-python/dpctl/dpctl-0.13.0.ebuild
+++ /dev/null
@@ -1,62 +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="Data Parallel Control "
-HOMEPAGE="https://github.com/IntelPython/dpctl"
-SRC_URI="https://github.com/IntelPython/dpctl/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-python/scikit-build[${PYTHON_USEDEP}]
-	dev-python/pybind11[${PYTHON_USEDEP}]
-	dev-python/versioneer[${PYTHON_USEDEP}]
-	dev-util/cmake
-	dev-vcs/git
-	sys-devel/DPC++
-"
-
-DEPEND="
-	dev-libs/level-zero
-	dev-libs/opencl-icd-loader
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/wheel[${PYTHON_USEDEP}]
-	sci-libs/oneDAL
-	sys-devel/DPC++:0/5
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-0.14.0-dont-fetch-level-zero.patch"
-	"${FILESDIR}/${PN}-0.13.0-dont-fetch-pybind.patch"
-)
-
-distutils_enable_tests pytest
-
-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"
-
-	# For some reason this is required to build successfully
-	mkdir -p _skbuild/linux-x86_64-3.8/setuptools/lib.linux-x86_64-cpython-38/dpctl || die
-	cp dpctl/_version.py _skbuild/linux-x86_64-3.8/setuptools/lib.linux-x86_64-cpython-38/dpctl || die
-	mkdir -p _skbuild/linux-x86_64-3.9/setuptools/lib.linux-x86_64-cpython-39/dpctl || die
-	cp dpctl/_version.py _skbuild/linux-x86_64-3.9/setuptools/lib.linux-x86_64-cpython-39/dpctl || die
-	mkdir -p _skbuild/linux-x86_64-3.10/setuptools/lib.linux-x86_64-cpython-310/dpctl || die
-	cp dpctl/_version.py _skbuild/linux-x86_64-3.10/setuptools/lib.linux-x86_64-cpython-310/dpctl || die
-	mkdir -p _skbuild/linux-x86_64-3.11/setuptools/lib.linux-x86_64-cpython-311/dpctl || die
-	cp dpctl/_version.py _skbuild/linux-x86_64-3.11/setuptools/lib.linux-x86_64-cpython-311/dpctl || die
-
-	distutils-r1_python_prepare_all
-}

diff --git a/dev-python/dpctl/dpctl-0.14.0.ebuild b/dev-python/dpctl/dpctl-0.14.0.ebuild
deleted file mode 100644
index 0bab26875..000000000
--- a/dev-python/dpctl/dpctl-0.14.0.ebuild
+++ /dev/null
@@ -1,62 +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="Data Parallel Control "
-HOMEPAGE="https://github.com/IntelPython/dpctl"
-SRC_URI="https://github.com/IntelPython/dpctl/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-python/scikit-build[${PYTHON_USEDEP}]
-	dev-python/pybind11[${PYTHON_USEDEP}]
-	dev-python/versioneer[${PYTHON_USEDEP}]
-	dev-util/cmake
-	dev-vcs/git
-	sys-devel/DPC++
-"
-
-DEPEND="
-	dev-libs/level-zero
-	dev-libs/opencl-icd-loader
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/wheel[${PYTHON_USEDEP}]
-	sci-libs/oneDAL
-	sys-devel/DPC++:0/6
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-find-opencl.patch"
-	"${FILESDIR}/${P}-dont-fetch-level-zero.patch"
-	"${FILESDIR}/${P}-dont-fetch-pybind.patch"
-	"${FILESDIR}/${P}-include-tuple.patch"
-)
-
-distutils_enable_tests pytest
-
-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"
-
-	# Build system reads version from git tag
-	git init -q || die
-	git config --global user.email "larry@gentoo.org" || die
-	git config --global user.name "Larry the Cow" || die
-	git add . || die
-	git commit -qm "init" || die
-	git tag -a "${PV}" -m "${PN} version ${PV}" || die
-
-	distutils-r1_python_prepare_all
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/dpctl/
@ 2023-08-22 10:24 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-08-22 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     dd93006d782f1de3f9ac44bf94d20ca3c959d5e9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 10:23:29 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 10:23:29 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=dd93006d

dev-python/dpctl: add 0.14.5

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

 dev-python/dpctl/dpctl-0.14.5.ebuild | 69 ++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/dev-python/dpctl/dpctl-0.14.5.ebuild b/dev-python/dpctl/dpctl-0.14.5.ebuild
new file mode 100644
index 000000000..65526b110
--- /dev/null
+++ b/dev-python/dpctl/dpctl-0.14.5.ebuild
@@ -0,0 +1,69 @@
+# 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="Data Parallel Control "
+HOMEPAGE="https://github.com/IntelPython/dpctl"
+SRC_URI="https://github.com/IntelPython/dpctl/archive/refs/tags/${PV//_rc/dev}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${PV//_rc/dev}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/scikit-build[${PYTHON_USEDEP}]
+	dev-python/pybind11[${PYTHON_USEDEP}]
+	dev-python/versioneer[${PYTHON_USEDEP}]
+	dev-util/cmake
+	dev-vcs/git
+	sys-devel/DPC++
+"
+
+DEPEND="
+	dev-libs/level-zero
+	dev-libs/opencl-icd-loader
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/wheel[${PYTHON_USEDEP}]
+	sci-libs/oneDAL
+	sys-devel/DPC++:0/6
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-0.14.0-find-opencl.patch"
+	"${FILESDIR}/${PN}-0.14.1_rc2-dont-fetch-level-zero.patch"
+	"${FILESDIR}/${PN}-0.14.1_rc2-dont-fetch-pybind.patch"
+	#"${FILESDIR}/${PN}-0.14.1_rc2-include-tuple.patch"
+)
+
+distutils_enable_tests pytest
+
+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"
+
+	# Build system reads version from git tag
+	git init -q || die
+	git config --global user.email "larry@gentoo.org" || die
+	git config --global user.name "Larry the Cow" || die
+	git add . || die
+	git commit -qm "init" || die
+	git tag -a "${PV}" -m "${PN} version ${PV}" || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	export PYTHONPATH="${BUILD_DIR}/install/usr/lib/${EPYTHON}/site-packages"
+	# We don't use epytest because it overwrites our PYTHONPATH
+	pytest -vv || die
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/dpctl/
@ 2024-01-22 12:27 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2024-01-22 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2d84d34a7af50fd951029551cc53db8d5dbd8b6f
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 12:26:55 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 12:26:55 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2d84d34a

dev-python/dpctl: updated cmake dependency category

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/dpctl/dpctl-0.14.1_rc2.ebuild | 2 +-
 dev-python/dpctl/dpctl-0.14.5.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild b/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
index 65526b110..11ac2ad37 100644
--- a/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
+++ b/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
@@ -21,7 +21,7 @@ BDEPEND="
 	dev-python/scikit-build[${PYTHON_USEDEP}]
 	dev-python/pybind11[${PYTHON_USEDEP}]
 	dev-python/versioneer[${PYTHON_USEDEP}]
-	dev-util/cmake
+	dev-build/cmake
 	dev-vcs/git
 	sys-devel/DPC++
 "

diff --git a/dev-python/dpctl/dpctl-0.14.5.ebuild b/dev-python/dpctl/dpctl-0.14.5.ebuild
index 65526b110..11ac2ad37 100644
--- a/dev-python/dpctl/dpctl-0.14.5.ebuild
+++ b/dev-python/dpctl/dpctl-0.14.5.ebuild
@@ -21,7 +21,7 @@ BDEPEND="
 	dev-python/scikit-build[${PYTHON_USEDEP}]
 	dev-python/pybind11[${PYTHON_USEDEP}]
 	dev-python/versioneer[${PYTHON_USEDEP}]
-	dev-util/cmake
+	dev-build/cmake
 	dev-vcs/git
 	sys-devel/DPC++
 "


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/dpctl/
@ 2024-01-22 12:27 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2024-01-22 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     9d4d288c1637c95deb71f08e6c9886f0d8322a2a
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 12:27:40 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 12:27:40 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d4d288c

dev-python/dpctl: enable py3.12

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/dpctl/dpctl-0.14.1_rc2.ebuild | 2 +-
 dev-python/dpctl/dpctl-0.14.5.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild b/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
index 11ac2ad37..4ef429b97 100644
--- a/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
+++ b/dev-python/dpctl/dpctl-0.14.1_rc2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 

diff --git a/dev-python/dpctl/dpctl-0.14.5.ebuild b/dev-python/dpctl/dpctl-0.14.5.ebuild
index 11ac2ad37..4ef429b97 100644
--- a/dev-python/dpctl/dpctl-0.14.5.ebuild
+++ b/dev-python/dpctl/dpctl-0.14.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-22 12:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 12:27 [gentoo-commits] proj/sci:master commit in: dev-python/dpctl/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2024-01-22 12:27 Horea Christian
2023-08-22 10:24 Andrew Ammerlaan
2023-02-26  5:25 Andrew Ammerlaan
2022-12-12 15:16 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox