mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
- Fix misses USE=static-libs and installs '.a' files - Fix go: command not found, add go as BDEPEND - Fix doc install - Respect LDFLAGS and CFLAGS - Don't strip files - Fix overwrites CFLAGS/CXXFLAGS or adds uncommon ones Closes: https://bugs.gentoo.org/783984 Closes: https://bugs.gentoo.org/831703 Closes: https://bugs.gentoo.org/831705 Closes: https://bugs.gentoo.org/831706 Closes: https://bugs.gentoo.org/831707 Closes: https://bugs.gentoo.org/831708 Closes: https://bugs.gentoo.org/907876 Signed-off-by: Huang Rui <vowstar@gmail.com>
24 lines
947 B
XML
24 lines
947 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="person">
|
||
<email>vowstar@gmail.com</email>
|
||
<name>Huang Rui</name>
|
||
</maintainer>
|
||
<upstream>
|
||
<remote-id type="github">NVIDIA/libnvidia-container</remote-id>
|
||
</upstream>
|
||
<longdescription lang="en">
|
||
NVIDIA container runtime library, this repository provides a library and
|
||
a simple CLI utility to automatically configure GNU/Linux containers
|
||
leveraging NVIDIA hardware.
|
||
The implementation relies on kernel primitives and is designed to be
|
||
agnostic of the container runtime.
|
||
</longdescription>
|
||
<longdescription lang="zh">
|
||
NVIDIA容器运行时库,这个仓库提供了一个库和一个简单的命令行工具,用于自动
|
||
配置利用NVIDIA硬件的GNU/Linux容器。这个实现依赖于内核原语,并旨在与容器
|
||
运行时无关。
|
||
</longdescription>
|
||
</pkgmetadata>
|