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 foun

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 python

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-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: 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 t

Re: PyTorch with ROCm

2024-08-11 Thread David Elsing
Hello, I updated PyTorch to 2.4.0 [1, 2] and the ROCm packages to 6.1.2. This time, I opted to put the ROCm packages into a separate channel [3] only for one version, because the packages in Guix-HPC are intended for many ROCm versions and only include versions up to 5.7.1 at the moment. The PyTo

Re: Problem building rust application

2024-11-20 Thread David Elsing
Hi, Andreas Enge writes: > starting phase `build' > error: failed to select a version for `core-graphics-types`. > ... required by package `core-graphics v0.23.2` > ... which satisfies dependency `core-graphics = "^0.23.2"` of package > `kanata v1.7.0-prerelease-2 > (/tmp/guix-build-kan

Re: Problem building rust application

2024-11-26 Thread David Elsing
tional package management for GNU ;;; Copyright © 2024 Andreas Enge ;;; Copyright © 2024 David Elsing ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the

Re: scilab graphical version

2025-02-13 Thread David Elsing
Hello, Nicolas Graves writes: > I haven't tried to package it, but the issue might probably be that the > java environment in Guix is pretty poor, there's most likely a lot of > work before we can package the Scilab GUI. I'm not using Scilab, but I noticed that it is packaged in Debian [1], inc