summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Reassign marecki's packagesMichał Górny2024-06-281-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/isa-l: keyword 2.31.0 for -x86Marek Szuba2024-04-191-1/+1
| | | | | | | | | | | Still broken on this arch. Come to think of it, I think I only re-keyworded 2.31.0 for ~x86 by mistake during the version bump. See commit 1ee253aa6283cbe750d69e62e44fc82d8cc18bfc for the original reasoning. Closes: https://bugs.gentoo.org/930244 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/isa-l: add 2.31.0Marek Szuba2024-04-075-0/+96
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/isa-l: fix slibtool build failuresMarek Szuba2024-03-112-0/+27
| | | | | | | | | Nb. Yes, I am aware that there is a new isa-l version available upstream. Unfortunately that version introduces quite a few QA issues and I haven't had time to resolve them yet. Closes: https://bugs.gentoo.org/829500 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/isa-l: keyword 2.30.0-r1 for -x86Marek Szuba2024-02-011-1/+1
| | | | | | | | | | | | Build failures. Test failures. Even if it did work, it would be rather slow because the workaround for the former involves disabling arch-optimised code paths. Upstream comments in the relevant issue suggest they do not particularly care for 32-bit PCs. Probably shouldn't have been keyworded for this arch in the first place. Bug: https://bugs.gentoo.org/923425 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/isa-l: add missing x86 BDEPENDMarek Szuba2024-01-311-9/+20
| | | | | Closes: https://bugs.gentoo.org/923347 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/isa-l: add workaround for x86 build errorsMarek Szuba2024-01-302-1/+14
| | | | | | | | | | x86-specific optimisations are presently broken - they call assembly instructions which do not in fact work in 32-bit mode. Until upstream has either fixed them or declared end of support for this arch, fall back to the generic code. Closes: https://bugs.gentoo.org/922193 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/isa-l: Stabilize 2.30.0-r1 amd64, #916521Sam James2023-10-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/isa-l: keyword 2.30.0-r1 for ~x86Guilherme Amadio2023-05-171-1/+1
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-libs/isa-l: Keyword 2.30.0-r1 arm, #906454Arthur Zamarin2023-05-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/isa-l: Keyword 2.30.0-r1 arm64, #906454Arthur Zamarin2023-05-161-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/isa-l: keyword 2.30.0-r1 for ~riscvMarek Szuba2021-12-181-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/isa-l: add cpu_flags_x86_avx512f supportMarek Szuba2021-12-171-3/+6
| | | | | | | | For the time being users wishing for isa-l to take advantage of this instruction set must build it using nasm; everyone else can choose between nasm and yasm. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/isa-l: disallow overriding AS on amd64Marek Szuba2021-12-171-4/+11
| | | | | Closes: https://bugs.gentoo.org/829497 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/isa-l: initial importMarek Szuba2021-12-174-0/+71
Required by erasure-coding features of net-libs/xrootd - or rather WILL BE required, as at the moment the latter seems to have no option to use a system-installed version. Signed-off-by: Marek Szuba <marecki@gentoo.org>