commit: 618d0c8312ab58f65d4aab1bfb74197cbbe4c2de Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 14 03:17:22 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 16 17:35:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618d0c83
use.desc: Add a global index64 flag Add an index64 flag to enable 64-bit array indexing in BLAS, LAPACK and a few other maths-related packages. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index dcf4bcd07544..19f76b06ddd3 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -140,6 +140,7 @@ ieee1394 - Enable FireWire/iLink IEEE1394 support (dv, camera, ...) imagemagick - Enable optional support for the ImageMagick or GraphicsMagick image converter imap - Add support for IMAP (Internet Mail Application Protocol) imlib - Add support for imlib, an image loading and rendering library +index64 - Enable 64-bit array indexing support infiniband - Enable Infiniband RDMA transport support initramfs - Include kernel modules in the initramfs, and re-install the kernel (only effective for distribution kernels) inotify - Enable inotify filesystem monitoring support
