Rodrigo Arias rarias
  • Joined on 2024-04-26
rarias pushed to master at rarias/jungle 2025-10-10 12:13:09 +02:00
1fba0a14a8 Enable ovni for cross compilation
d6621e939a Add RISC-V cross-compilation target for CI
Compare 2 commits »
rarias pushed to add-cross-ci at rarias/jungle 2025-10-10 12:12:18 +02:00
1fba0a14a8 Enable ovni for cross compilation
d6621e939a Add RISC-V cross-compilation target for CI
Compare 2 commits »
rarias commented on pull request rarias/jungle#190 2025-10-10 12:05:01 +02:00
Add metadata to packages

For this one is okay as rebuilding it is fast. I think I can use MIT but I need to check how I wrote that. We probably want to avoid distributing packages without a license or with a non-redistribu…

rarias commented on pull request rarias/jungle#190 2025-10-09 17:38:33 +02:00
Add metadata to packages

I would need to review changes in nosv as well as it affects ovni, so you may add me as well as maintainer.

rarias commented on pull request rarias/jungle#190 2025-10-09 17:38:33 +02:00
Add metadata to packages

I would move this to pkgs/maintainers.nix so that m completes to m/ and it doesn't litter the root dir.

rarias commented on pull request rarias/jungle#190 2025-10-09 17:38:33 +02:00
Add metadata to packages

Same here, also indentation is missing one space.

rarias commented on pull request rarias/jungle#190 2025-10-09 17:38:33 +02:00
Add metadata to packages

I think we can leave this one unmaintained, and maybe set the broken=true flag.

rarias commented on pull request rarias/jungle#190 2025-10-09 17:38:33 +02:00
Add metadata to packages

This one is only Intel MPI

rarias commented on pull request rarias/jungle#190 2025-10-09 17:38:33 +02:00
Add metadata to packages

You can use MIT as it was the original license we had in bscpkgs. Also this is likely unmaintaned + broken.

rarias commented on pull request rarias/jungle#190 2025-10-09 17:38:33 +02:00
Add metadata to packages

I didn't put one, can it be left unset?

rarias commented on pull request rarias/jungle#190 2025-10-09 17:38:33 +02:00
Add metadata to packages

Maybe it would be good to write somewhere what exactly means to be put as the maintainer of a package, because they have different levels of "maintenance status". Some are broken or commented in the overlay.

rarias commented on pull request rarias/jungle#195 2025-10-09 16:58:20 +02:00
Add RISC-V cross-compilation target for CI

Leaving it for top-level only.

rarias pushed to add-cross-ci at rarias/jungle 2025-10-09 16:47:44 +02:00
24eec53b93 Enable ovni for cross compilation
02823919e3 Add RISC-V cross-compilation target for CI
67726c1d44 Fix nanos6 cross-compilation for riscv
a971ed6a54 Fix cross compilation for lmbench
06581e455c Disable papi when cross compiling
Compare 5 commits »
rarias commented on pull request rarias/jungle#195 2025-10-09 16:23:50 +02:00
Add RISC-V cross-compilation target for CI

I think building derivations in intelPackages would be a good thing. But we only want to build the amd driver, not every package in linuxPackages. Not sure if recurseForDerivations could help…

rarias commented on pull request rarias/jungle#195 2025-10-09 16:15:39 +02:00
Add RISC-V cross-compilation target for CI

I think for now I would keep the meaning to just: "This package will be added to the bsc.ci.cross target". The precise meaning is whatever we currently have set in bsc.ci.cross, so we could…

rarias commented on pull request rarias/jungle#195 2025-10-09 16:06:07 +02:00
Add RISC-V cross-compilation target for CI

Here is a list of packages that cross compile in hydra right now: http://weasel:3001/eval/52?filter=cross&compare=46&full=#tabs-still-succeed ...

Thanks, I think in this PR I only want to…

rarias deleted branch fix/crossRV64 from rarias/jungle 2025-10-09 15:56:07 +02:00
rarias pushed to master at rarias/jungle 2025-10-09 15:55:52 +02:00
67726c1d44 Fix nanos6 cross-compilation for riscv
a971ed6a54 Fix cross compilation for lmbench
06581e455c Disable papi when cross compiling
Compare 3 commits »
rarias pushed to fix/crossRV64 at rarias/jungle 2025-10-09 15:49:27 +02:00
67726c1d44 Fix nanos6 cross-compilation for riscv
a971ed6a54 Fix cross compilation for lmbench
06581e455c Disable papi when cross compiling
Compare 3 commits »
rarias approved rarias/jungle#194 2025-10-09 15:46:20 +02:00
Fixes for cross compilation