dev-libs / half

Half-precision floating-point library

Official package sites : https://github.com/ROCm/half ·

v1.12.0-r1 :: 0/1 :: gentoo

Modified
License
MIT
Keywords
~amd64
Repository mirror & CI · gentoo
Merge updates from master
Paul Zander · gentoo
dev-libs/half: 1.12.0-r1 move to EAPI-8, fix VAR order
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Sv. Lockal · gentoo
dev-libs/half: move half.hpp from /usr/include to /usr/include/half
Previous idea to install header to /usr/include was unfortunetely not very good. As Gentoo ships version from ROCm/half, correct place should be /usr/include/half per https://github.com/ROCm/half/blob/rocm-6.0.2/CMakeLists.txt#L27 When half.hpp is installed directly into /usr/include, it causes issues with every ROCm component, including MIOpen, MIVisionX, AMDMIGraphX, rpp, MIFin, rocAL. These projects as well as some other non-ROCm projects include <half/half.hpp>. This change is added with ebuild revbump, with few followup commits: * sci-libs/composable-kernel-5.7.1-r1 will drop dev-libs/half from dependencies (because it was never needed) * sci-libs/miopen 5.1.3 and 5.7.1 should use -DHALF_INCLUDE_DIR Other changes: * Add myself to maintainers * Change HOMEPAGE to https://github.com/ROCm/composable_kernel (because sourceforge code is not used) * Rename ROCmSoftwarePlatform -> ROCm Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
YiyangWu · gentoo
dev-libs/half: half-precision floating-point library.
Migrated from the science overlay, this package contains only one header -- half.hpp. sci-libs/miopen, AMD's Machine Intelligence Library for ROCm, depends on this package. Closes: https://github.com/gentoo/gentoo/pull/22825 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>