Re: Should commits rather be buildable or small

2024-03-04 Thread Liliana Marie Prikler
Hi, Am Montag, dem 04.03.2024 um 21:38 + schrieb John Kehayias: > [...] > 1. Essentially squash to one commit where all of vulkan is updated in > one commit. The main upside is that nothing should break (within > vulkan, dependents to be fixed as needed) and it shows as "one" > change; the

Re: Should commits rather be buildable or small

2024-03-04 Thread dan
Hi John, On 3/5/2024 5:38 AM, John Kehayias wrote: In this case all the vulkan packages share a version through a variable name. I would assume packages wouldn't like mixed versions, but maybe some would work (I haven't tried). I'll be taking this series on mesa-updates with related changes,

Re: cmake-build-system: build tests only if #:tests? is true?

2024-03-04 Thread Hartmut Goebel
Hi Greg, I will submit a patchset shortly for review and if accepted we can look to combine all the cmake patches for the large rebuild. Yes, of course we should combine them. May I ask you to take care of it and include mine, which I just posted: https://issues.guix.gnu.org/issue/69554

Re: GSoC 2024

2024-03-04 Thread Pjotr Prins
Hi Gábor, https://libreplanet.org/wiki/Group:Guix/GSoC-2024 and added a project. Feel free to modify. For the others: you can visit the older ideas pages - there is also commented out projects in some of them. If you are looking for yours. We still have a few days, but best to get it done this

Re: Should commits rather be buildable or small

2024-03-04 Thread John Kehayias
Hi everyone, And sorry for reviving an old thread, but I am faced with a similar issue for updating vulkan, with the patch series submitted by dan (cc'ed): . I thought I would get some opinions here, please see below: On Mon, Dec 11, 2023 at 12:51 PM,

GSoC 2024

2024-03-04 Thread Gábor Boskovits
Hello guix, I coordinated with the GNU org admins, and we can still do this round, but we have to go fast to make this happen. I have already taken the initiative to try to get an ideas page up, now I would like to confirm if the mentors from last year are still available, and that the ideas are

Re: cmake-build-system: build tests only if #:tests? is true?

2024-03-04 Thread Greg Hogan
On Sat, Mar 2, 2024 at 4:17 PM Hartmut Goebel wrote: > > Hi, > > I found an old and unfinished patch in my pile. It optimizes building > with cmake by not building the test if "#:tests?" is false. (Basically > it passes -DBUILD_TESTING=OFF/ON" depending on "#:tests?".) > > Is this of interest?

Re: cmake-build-system: build tests only if #:tests? is true?

2024-03-04 Thread Jean-Pierre De Jesus Diaz
On Sat, Mar 2, 2024 at 10:23 PM Hartmut Goebel wrote: > > Am 02.03.24 um 22:23 schrieb Ekaitz Zarraga: > > core-updates? > > Yes, many, many packages. Thus of course, this would need to go into > core-updates. > > -- > Regards > Hartmut Goebel > > | Hartmut Goebel |

Re: Building container images with nix2container

2024-03-04 Thread Simon Tournier
Hi lewo, On lun., 26 févr. 2024 at 11:09, Antoine Eiche wrote: > Does your built images contains several layers? This had recently been introduced. 0cf75c9b2f23869201144917cea7f6ad49683d3d AuthorDate: Tue Dec 26 03:54:12 2023 +0300 CommitDate: Mon Jan 8 21:04:44 2024

Re: Contribute or create a channel?

2024-03-04 Thread Andreas Enge
Am Sat, Mar 02, 2024 at 11:32:37AM +0100 schrieb Hartmut Goebel: > Maybe using one file per release (and accept duplicate code) would be a > suitable workaround. I think that would be okay if you think it will be easier to maintain (not needing to "roll over" code from an old package at the