Re: Packaging a gradle application

2024-05-13 Thread David Elsing
Hi, Noé Lopez via "Development of GNU Guix and the GNU System distribution." writes: > Today I thought I'd try to package Mindustry, a libre game I like made > in Java. It uses the gradle build system, and I couldn't find any > trace of gradle in the guix sources or mailing lists. > [...] > Is

Re: PyTorch with ROCm

2024-04-03 Thread David Elsing
Hello, Ludovic Courtès writes: > Yeah, we could think about a transformation option. Maybe > ‘--with-configure-flags=python-pytorch=-DAMDGPU_TARGETS=xyz’ would work, > and if not, we can come up with a specific transformation and/or an > procedure that takes a list of architectures and returns

Re: PyTorch with ROCm

2024-03-31 Thread David Elsing
Hi! Ludovic Courtès writes: > I’m happy to merge your changes in the ‘guix-hpc’ channel for the time > being (I can create you an account there if you wish so you can create > merge requests etc.). Let me know! Ok sure, that sounds good! I made the packages only for ROCm 6.0.2 so far though.

Re: PyTorch with ROCm

2024-03-24 Thread David Elsing
Hi Ricardo, thanks for the information! Ricardo Wurmus writes: > Oh, commit 8429f25ecd83594e80676a67ad9c54f0d6cf3f16 added > python-pytorch2 at version 2.2.1. Do you think you could adjust your > patches to modify that one instead? I already adjusted the patches yesterday to remove the

PyTorch with ROCm

2024-03-24 Thread David Elsing
Hello, after seeing that ROCm packages [1] are available in the Guix-HPC channel, I decided to try and package PyTorch 2.2.1 with ROCm 6.0.2. For this, I first unbundled the (many) remaining dependencies of the python-pytorch package and updated it to 2.2.1, the patch series for which can be