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

commit:     4b9ca8aeebfa5cbc65e5b728ba446cbd0a3053c6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:47:04 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:47:15 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b9ca8ae

sys-devel/DPC++: add subslot info

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

 sys-devel/DPC++/DPC++-2021.12.ebuild | 2 +-
 sys-devel/DPC++/DPC++-2022.09.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/DPC++/DPC++-2021.12.ebuild b/sys-devel/DPC++/DPC++-2021.12.ebuild
index e8101c7c6..b9db037f3 100644
--- a/sys-devel/DPC++/DPC++-2021.12.ebuild
+++ b/sys-devel/DPC++/DPC++-2021.12.ebuild
@@ -36,7 +36,7 @@ CMAKE_USE_DIR="${S}/llvm"
 BUILD_DIR="${S}/build"
 
 LICENSE="Apache-2.0 MIT"
-SLOT="0"
+SLOT="0/5" # Based on libsycl.so
 KEYWORDS="~amd64"
 
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430

diff --git a/sys-devel/DPC++/DPC++-2022.09.ebuild b/sys-devel/DPC++/DPC++-2022.09.ebuild
index fc7ebb76d..ddf5e0918 100644
--- a/sys-devel/DPC++/DPC++-2022.09.ebuild
+++ b/sys-devel/DPC++/DPC++-2022.09.ebuild
@@ -36,7 +36,7 @@ CMAKE_USE_DIR="${S}/llvm"
 BUILD_DIR="${S}/build"
 
 LICENSE="Apache-2.0 MIT"
-SLOT="0"
+SLOT="0/6" # Based on libsycl.so
 KEYWORDS="~amd64"
 
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430


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

* [gentoo-commits] proj/sci:master commit in: sys-devel/DPC++/
@ 2023-03-02 16:09 Horea Christian
  0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2023-03-02 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     74c66c7d4dee57d900339b550ec22fa065104464
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Mar  2 16:09:34 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Mar  2 16:09:34 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=74c66c7d

sys-devel/DPC++: myst-parser dependency name change

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

 sys-devel/DPC++/DPC++-2021.12.ebuild | 2 +-
 sys-devel/DPC++/DPC++-2022.09.ebuild | 2 +-
 sys-devel/DPC++/DPC++-2022.12.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/DPC++/DPC++-2021.12.ebuild b/sys-devel/DPC++/DPC++-2021.12.ebuild
index c967983d7..48e7b5d44 100644
--- a/sys-devel/DPC++/DPC++-2021.12.ebuild
+++ b/sys-devel/DPC++/DPC++-2021.12.ebuild
@@ -14,7 +14,7 @@ DOCS_DEPEND="
 	$(python_gen_any_dep '
 		dev-python/sphinx[${PYTHON_USEDEP}]
 		dev-python/recommonmark[${PYTHON_USEDEP}]
-		dev-python/myst_parser[${PYTHON_USEDEP}]
+		dev-python/myst-parser[${PYTHON_USEDEP}]
 	')
 "
 inherit docs

diff --git a/sys-devel/DPC++/DPC++-2022.09.ebuild b/sys-devel/DPC++/DPC++-2022.09.ebuild
index a7fd591a1..7532e3c1b 100644
--- a/sys-devel/DPC++/DPC++-2022.09.ebuild
+++ b/sys-devel/DPC++/DPC++-2022.09.ebuild
@@ -14,7 +14,7 @@ DOCS_DEPEND="
 	$(python_gen_any_dep '
 		dev-python/sphinx[${PYTHON_USEDEP}]
 		dev-python/recommonmark[${PYTHON_USEDEP}]
-		dev-python/myst_parser[${PYTHON_USEDEP}]
+		dev-python/myst-parser[${PYTHON_USEDEP}]
 	')
 "
 inherit docs

diff --git a/sys-devel/DPC++/DPC++-2022.12.ebuild b/sys-devel/DPC++/DPC++-2022.12.ebuild
index 14e9e0ea0..59e169180 100644
--- a/sys-devel/DPC++/DPC++-2022.12.ebuild
+++ b/sys-devel/DPC++/DPC++-2022.12.ebuild
@@ -14,7 +14,7 @@ DOCS_DEPEND="
 	$(python_gen_any_dep '
 		dev-python/sphinx[${PYTHON_USEDEP}]
 		dev-python/recommonmark[${PYTHON_USEDEP}]
-		dev-python/myst_parser[${PYTHON_USEDEP}]
+		dev-python/myst-parser[${PYTHON_USEDEP}]
 	')
 "
 inherit docs


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

* [gentoo-commits] proj/sci:master commit in: sys-devel/DPC++/
@ 2024-01-22 13:06 Horea Christian
  0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2024-01-22 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     bd124d7ea8ea99fae51ada07062fc0bfd2bf3bc5
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 13:06:04 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 13:06:04 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bd124d7e

sys-devel/DPC++: enable py3.12

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

 sys-devel/DPC++/DPC++-2021.12.ebuild | 2 +-
 sys-devel/DPC++/DPC++-2022.09.ebuild | 2 +-
 sys-devel/DPC++/DPC++-2022.12.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/DPC++/DPC++-2021.12.ebuild b/sys-devel/DPC++/DPC++-2021.12.ebuild
index 2ebbc198a..348b6f8d6 100644
--- a/sys-devel/DPC++/DPC++-2021.12.ebuild
+++ b/sys-devel/DPC++/DPC++-2021.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake python-any-r1
 DOCS_BUILDER="doxygen"
 DOCS_DIR="build/docs"

diff --git a/sys-devel/DPC++/DPC++-2022.09.ebuild b/sys-devel/DPC++/DPC++-2022.09.ebuild
index 1d3558eff..ee2077566 100644
--- a/sys-devel/DPC++/DPC++-2022.09.ebuild
+++ b/sys-devel/DPC++/DPC++-2022.09.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake python-any-r1
 DOCS_BUILDER="doxygen"
 DOCS_DIR="build/docs"

diff --git a/sys-devel/DPC++/DPC++-2022.12.ebuild b/sys-devel/DPC++/DPC++-2022.12.ebuild
index e598d8e09..be9a59fec 100644
--- a/sys-devel/DPC++/DPC++-2022.12.ebuild
+++ b/sys-devel/DPC++/DPC++-2022.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake python-any-r1
 DOCS_BUILDER="doxygen"
 DOCS_DIR="build/docs"


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

* [gentoo-commits] proj/sci:master commit in: sys-devel/DPC++/
@ 2024-01-22 13:06 Horea Christian
  0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2024-01-22 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1f859ecd712df63c7b15aca4d353d7fe25d64801
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 13:05:08 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 13:05:08 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f859ecd

sys-devel/DPC++: updated libtool dependency category

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

 sys-devel/DPC++/DPC++-2021.12.ebuild | 2 +-
 sys-devel/DPC++/DPC++-2022.09.ebuild | 2 +-
 sys-devel/DPC++/DPC++-2022.12.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/DPC++/DPC++-2021.12.ebuild b/sys-devel/DPC++/DPC++-2021.12.ebuild
index 48e7b5d44..2ebbc198a 100644
--- a/sys-devel/DPC++/DPC++-2021.12.ebuild
+++ b/sys-devel/DPC++/DPC++-2021.12.ebuild
@@ -62,7 +62,7 @@ DEPEND="
 	dev-util/spirv-headers
 	dev-util/spirv-tools
 	media-libs/libva
-	sys-devel/libtool
+	dev-build/libtool
 	esimd_emulator? ( dev-libs/libffi:= )
 	cuda? ( dev-util/nvidia-cuda-toolkit:= )
 	hip? ( dev-util/hip:= )

diff --git a/sys-devel/DPC++/DPC++-2022.09.ebuild b/sys-devel/DPC++/DPC++-2022.09.ebuild
index 7532e3c1b..1d3558eff 100644
--- a/sys-devel/DPC++/DPC++-2022.09.ebuild
+++ b/sys-devel/DPC++/DPC++-2022.09.ebuild
@@ -62,7 +62,7 @@ DEPEND="
 	dev-util/spirv-headers
 	dev-util/spirv-tools
 	media-libs/libva
-	sys-devel/libtool
+	dev-build/libtool
 	esimd_emulator? ( dev-libs/libffi:= )
 	cuda? ( dev-util/nvidia-cuda-toolkit:= )
 	hip? ( dev-util/hip:= )

diff --git a/sys-devel/DPC++/DPC++-2022.12.ebuild b/sys-devel/DPC++/DPC++-2022.12.ebuild
index 25ac88770..e598d8e09 100644
--- a/sys-devel/DPC++/DPC++-2022.12.ebuild
+++ b/sys-devel/DPC++/DPC++-2022.12.ebuild
@@ -64,7 +64,7 @@ DEPEND="
 	dev-util/spirv-headers
 	dev-util/spirv-tools
 	media-libs/libva
-	sys-devel/libtool
+	dev-build/libtool
 	esimd_emulator? ( dev-libs/libffi:= )
 	cuda? ( dev-util/nvidia-cuda-toolkit:= )
 	hip? ( dev-util/hip:= )


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 16:47 [gentoo-commits] proj/sci:master commit in: sys-devel/DPC++/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-03-02 16:09 Horea Christian
2024-01-22 13:06 Horea Christian
2024-01-22 13:06 Horea Christian

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