summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-31 17:46:47 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-31 17:46:47 +0000
commit027dc9b3977cd14e0c7ae52e7bf9370c3919afa1 (patch)
tree2e6c00a5d825e5224d67f2a4309d576d722b8a8b /profiles
parent0f7bcc64cee796c21b0ea6af6e171e89fd33966e (diff)
gentoo auto-resync : 31:12:2023 - 17:46:47
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin188314 -> 188309 bytes
-rw-r--r--profiles/arch/amd64/package.use.mask4
-rw-r--r--profiles/arch/base/package.use.mask4
-rw-r--r--profiles/features/musl/package.use.mask7
-rw-r--r--profiles/use.local.desc3
5 files changed, 18 insertions, 0 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 0010be96bd07..54592fc9362f 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 9d39b1452131..1a2f77a0990a 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2023-12-31)
+# Requires dev-libs/level-zero.
+dev-lang/ispc -gpu
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-12-18)
# Experimental and only available on a subset of architectures
sys-kernel/gentoo-kernel -generic-uki
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index bf4429181727..65c07619a41a 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2023-12-31)
+# Requires dev-libs/level-zero.
+dev-lang/ispc gpu
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-12-18)
# Experimental and only available on a subset of architectures
sys-kernel/gentoo-kernel generic-uki
diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask
index 7e616368e822..3fa72fa2eaa5 100644
--- a/profiles/features/musl/package.use.mask
+++ b/profiles/features/musl/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2023-12-31)
+# Requires dev-libs/level-zero.
+dev-lang/ispc gpu
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-12-18)
# Requires systemd
sys-kernel/gentoo-kernel generic-uki
@@ -138,3 +142,6 @@ app-shells/bash mem-scramble
# static linking works with musl
app-shells/mksh -static
+
+# linked against glibc
+sci-libs/caffe2 mkl
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 615d634e93b3..044fdff4ed84 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1732,6 +1732,8 @@ dev-lang/idris2:chez - build using dev-scheme/chez
dev-lang/idris2:racket - build using dev-scheme/racket
dev-lang/idris2:test-full - pull in depedndencies to run all tests
dev-lang/inform:tools - Install blorbtools for manipulating Blorb files
+dev-lang/ispc:gpu - Enable Level0 GPU support in ispcrt.
+dev-lang/ispc:openmp - Build with OpenMP task model (otherwise, TBB task model is used).
dev-lang/janet:static-libs - install janet static library archive, you must enable this flag for using `jpm build`
dev-lang/jerryscript:debugger - Install jerry-debugger
dev-lang/jsonnet:custom-optimization - Build with user-specified compiler optimizations (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)
@@ -7155,6 +7157,7 @@ sci-libs/caffe2:distributed - Support distributed applications
sci-libs/caffe2:fbgemm - Use FBGEMM
sci-libs/caffe2:ffmpeg - Add support for video processing operators
sci-libs/caffe2:gloo - Use sci-libs/gloo
+sci-libs/caffe2:mkl - Use sci-libs/mkl for blas, lapack and sparse blas routines
sci-libs/caffe2:nnpack - Use NNPACK
sci-libs/caffe2:numpy - Add support for math operations through numpy
sci-libs/caffe2:opencv - Add support for image processing operators