summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/python: 3.14.0_alpha2* uses LLVM 19Michał Górny3 hours2-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/python: Stabilize 3.8.20_p6 ppc64, #945853Arthur Zamarin3 hours1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/python: Fix VERIFY_SIG_METHOD declaration for depsMichał Górny4 hours4-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/rust-bin: add ppc64le/musl for 1.83.0Arthur Zamarin20 hours2-1/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/zig: sync 9999 with 0.13.0-r2Eric Joldasov25 hours1-114/+121
| | | | | | | | | | | | | | | | | | | | | | | | * Update to use zig-utils and zig eclasses instead of local get_zig_mcpu etc. functions. * "stage3" compilation is unified by combining build.zig options, now both cmake (+llvm) and bootstrap.c (-llvm) build up to "zig2" target, after that we use zig.eclass with common options. * Before migrating to the zig.eclass, test steps in src_test have been ran sequentially in for-loop, which allowed logic inside each step to ran parallelly but not several steps at a time. Now we use upstream "test" step instead of separately calling all dependant steps, so that build system can now ran all of them paralelly. This means time spent in `src_test` is now significantly shorter. * "zig2" in both scenarios now has explicit target which is set by using zig-utils.eclass functions on a CBUILD/CHOST. This allows us to skip convertion logic in CMake and bootstrap.c, so that instead of patching them we can just update converter in zig-utils.eclass and unify target behaviour. * Disable autodocs generation for "std" module, since it can now be generated on-fly with `zig std` command. Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/zig: add 0.13.0-r2Eric Joldasov25 hours2-0/+280
| | | | | | | | | | | | | | | | | | | | | | | | | * Update to use llvm-r1 eclass instead of llvm, zig and zig-utils eclasses instead of local get_zig_mcpu etc. functions. * Port "llvm USE-flag" from 9999 ebuild. * "stage3" compilation is unified by combining build.zig options, now both cmake (+llvm) and bootstrap.c (-llvm) build up to "zig2" target, after that we use zig.eclass with common options. * Before migrating to the zig.eclass, test steps in src_test have been ran sequentially in for-loop, which allowed logic inside each step to ran parallelly but not several steps at a time. Now we use upstream "test" step instead of separately calling all dependant steps, so that build system can now ran all of them paralelly. This means time spent in `src_test` is now significantly shorter. * "zig2" in both scenarios now has explicit target which is set by using zig-utils.eclass functions on a CBUILD/CHOST. This allows us to skip convertion logic in CMake and bootstrap.c, so that instead of patching them we can just update converter in zig-utils.eclass and unify target behaviour. * Disable autodocs generation for "std" module, since it can now be generated on-fly with `zig std` command. Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net> Signed-off-by: Sam James <sam@gentoo.org>
* Revert "dev-lang/rust-bin: remove hard gcc dependency"Sam James28 hours8-104/+16
| | | | | | | | | | | | | | This reverts commit 0a2e3e056ba70d19df59f2a22a44e3a53abe933e. This (clearly) doesn't work if symbols from libgcc_s are relied upon, like __popcountdi2. Needing sys-devel/gcc for now for rust-bin is better than having it entirely broken. Discussions on a broader fix are in progress on the bug. Bug: https://bugs.gentoo.org/944835 Bug: https://bugs.gentoo.org/946321 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: skip test_gdb on hppaSam James46 hours8-0/+40
| | | | | | | Fails with permission issues on /proc/*/mem. Running gdb under sandbox is perilous anyway. Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: Stabilize 3.12.8 x86, #945850Sam James2 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/spidermonkey: drop 128.3.0-r1Joonas Niilola2 days2-482/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/souffle: bump python compatMaciej Barć3 days1-1/+1
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/souffle: remove incompatible x86 KEYWORDSMaciej Barć3 days1-1/+1
| | | | | Closes: https://bugs.gentoo.org/925180 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-lang/php: Stabilize 8.2.24 ppc, #941599Sam James4 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Stabilize 8.2.24 ppc64, #941599Sam James4 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/regina-rexx: add 3.9.6Matoro Mahri4 days3-0/+266
| | | | | | | Closes: https://bugs.gentoo.org/944237 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/39641 Signed-off-by: Sam James <sam@gentoo.org>
* Move {sys-devel → llvm-core}/llvmMichał Górny5 days31-71/+71
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {sys-devel → llvm-core}/lldMichał Górny5 days19-29/+29
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-debug → llvm-core}/lldbMichał Górny5 days29-29/+29
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {sys-devel → llvm-core}/clangMichał Górny5 days48-61/+61
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move sys-libs/libomp → llvm-runtimes/openmpMichał Górny5 days1-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move sys-libs/llvm-libunwind → llvm-runtimes/libunwindMichał Górny5 days13-13/+13
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/rust-bin: stable -r101 revbumps for musl fixesSam James5 days8-8/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: Stabilize 3.12.8 amd64, #945850Sam James6 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/go: add 1.22.10William Hubbs6 days2-0/+167
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-lang/go: add 1.23.4William Hubbs6 days2-0/+163
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-lang/rust: fix LLVM assertion with debug info in 1.83.0Joonas Niilola6 days2-0/+243
| | | | | | | - the patch is rebased for 1.83, but merged upstream to 1.84. Closes: https://bugs.gentoo.org/946158 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/spidermonkey: add 128.5.0Joonas Niilola7 days3-0/+592
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/spidermonkey: fix python-3.12.8 issue on 128.4.0Joonas Niilola7 days2-2/+2
| | | | | | - include a patch from upstream bug #1935621. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/python: Stabilize 3.11.11_p1 amd64, #945851Arthur Zamarin7 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/yasm: build w/ -std=gnu17Sam James7 days1-1/+4
| | | | | | | No release since 2019. Closes: https://bugs.gentoo.org/943747 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: Tidy up non-slotted RustMatt Jolly7 days10-6490/+0
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* dev-lang/rust-bin: Tidy up non-slotted RustMatt Jolly7 days9-1948/+0
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* dev-lang/rust-bin: remove hard gcc dependencymojyack7 days8-0/+2062
| | | | | | | | | | Instead of depending to gcc, patch binaries to use libunwind.so when `llvm-libunwind` USE flag is enabled. Signed-off-by: mojyack <mojyack@gmail.com> Closes: https://bugs.gentoo.org/944835 Closes: https://github.com/gentoo/gentoo/pull/39495 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* dev-lang/rust-bin: fix ineffective eendmojyack7 days8-8/+8
| | | | | Signed-off-by: mojyack <mojyack@gmail.com> Signed-off-by: Matt Jolly <kangie@gentoo.org>
* dev-lang/rust: stabilize 1.82.0-r101Sam James8 days1-1/+1
| | | | | Closes: https://bugs.gentoo.org/942013 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/go: Stabilize 1.23.3 amd64, #945648Arthur Zamarin8 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/go: Stabilize 1.22.9 amd64, #945648Arthur Zamarin8 days1-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/rust: fix LLVM assertion with debug info in 1.82.0Sam James8 days2-0/+994
| | | | | | | Closes: https://bugs.gentoo.org/942013 Closes: https://bugs.gentoo.org/942884 Closes: https://bugs.gentoo.org/945486 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: add 1.76.0-r100Arthur Zamarin9 days2-0/+652
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/rust: add 1.78.0-r100Arthur Zamarin9 days2-0/+737
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/rust-bin: add tarball for sparc, ppc64/musl for 1.83.0Arthur Zamarin9 days2-5/+7
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/perl: fix alignment issues on x32 and with some SSE configurationsSam James9 days2-0/+940
| | | | | Closes: https://bugs.gentoo.org/936468 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/perl: drop 5.38.2-r5Sam James9 days1-865/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: Stabilize 1.82.0-r100 x86, #945148Sam James10 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust-bin: Stabilize 1.82.0-r100 x86, #945148Sam James10 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: Stabilize 1.82.0-r100 sparc, #945148Sam James10 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust-bin: Stabilize 1.82.0-r100 sparc, #945148Sam James10 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: Stabilize 1.82.0-r100 ppc, #945148Sam James10 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust-bin: Stabilize 1.82.0-r100 ppc, #945148Sam James10 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/rust: Stabilize 1.82.0-r100 ppc64, #945148Sam James10 days1-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>