Thanks for the help in my home.scm file by the way! I figured since you
guys are writing a sway service, I'd share with you my current code for
a sway service. I think I've got the records type flushed out enough to
build the default sway config file, but I have not finished turning it
into a p
Am Freitag, den 25.06.2021, 16:30 +0200 schrieb Ludovic Courtès:
> Leo Prikler skribis:
>
> > Am Freitag, den 25.06.2021, 13:44 +0200 schrieb Ludovic Courtès:
>
> [...]
>
> > > However, variants of a given package have the same package
> > > name/version,
> > > and thus the same job name. Appa
Leo Prikler skribis:
> Am Freitag, den 25.06.2021, 13:44 +0200 schrieb Ludovic Courtès:
[...]
>> However, variants of a given package have the same package
>> name/version,
>> and thus the same job name. Apparently Cuirass only takes the first
>> job
>> with a given name into account and dismi
Chris Marusich schreef op wo 23-06-2021 om 18:01 [-0700]:
> Although I was now able to run the pre-push hook, it seems unaware of my
> PGP key. I tried making the attached change to the README and testing a
> push via "git push -n origin", and it complained about the signature:
>
> --8<--
Am Freitag, den 25.06.2021, 13:44 +0200 schrieb Ludovic Courtès:
> Hello!
>
> Cuirass support in (gnu ci) computes job names as a function of
> package
> names (the ‘job-name’ procedure). I wanted to build several package
> variants using ‘--with-input’, which I expressed in a manifest:
>
>
>
Hello!
Cuirass support in (gnu ci) computes job names as a function of package
names (the ‘job-name’ procedure). I wanted to build several package
variants using ‘--with-input’, which I expressed in a manifest:
https://gitlab.inria.fr/guix-hpc/guix-hpc/-/blob/master/manifest#L33-50
However, v
Ludovic Courtès writes:
> Hello!
> There are two cases:
>
> 1. Packages that depend on both ‘lapack’ and ‘openblas’. This is
> almost always a mistake because ‘openblas’ provides the same
> interfaces as ‘lapack’, only with a more efficient implementation.
>
> 2. Packages that depe
Joshua Branson writes:
> Andrew Tropin writes:
>
>> jbra...@dismail.de writes:
>>> $ guix pull
>>>
>>> I suppose for now I will use Ludo's suggestion:
>>>
>>> git clone https://git.sr.ht/~abcdw/rde
>>> guix git authenticate \
>>> "257cebd587b66e4d865b3537a9a88cccd7107c95" \
>>> "2841
Leo Prikler writes:
> Am Donnerstag, den 24.06.2021, 20:42 +0300 schrieb Andrew Tropin:
>> It should be `guix home build ./path/to/file.scm`. Also, make sure
>> that
>> before first run you've set proper GUILE_LOAD_PATH. (See
>> https://sr.ht/~abcdw/rde/ Guix Home section, Option 2).
>>
>> It w