Re: help with use of %current-target-system parameter and gexps

2021-08-16 Thread Thiago Jung Bauermann
Hello Mathieu, Em domingo, 15 de agosto de 2021, às 03:02:42 -03, Mathieu Othacehe escreveu: > > +;; LuaJIT is not ported to powerpc64le* yet. > > +(if (string-prefix? "powerpc64le" > > +(or (%current-target-system) > > +

Re: Package variant defined in manifest not visible by Guix

2021-08-16 Thread Ricardo Wurmus
Hi, I'm trying to use a manifest file to define a package variant which adds an option to the configure phase: ``` (use-modules (inria storm)) (define starpu-maxnodes1 (package (inherit starpu) (arguments (substitute-keyword-arguments (package-arguments starpu)

Re: Package variant defined in manifest not visible by Guix

2021-08-16 Thread Efraim Flashner
On Mon, Aug 16, 2021 at 10:08:34AM +0200, Philippe SWARTVAGHER wrote: > Hello, > > I'm trying to use a manifest file to define a package variant which adds > an option to the configure phase: > > ``` > > (use-modules (inria storm)) > > (define starpu-maxnodes1 >   (package >     (inherit starpu

Package variant defined in manifest not visible by Guix

2021-08-16 Thread Philippe SWARTVAGHER
Hello, I'm trying to use a manifest file to define a package variant which adds an option to the configure phase: ``` (use-modules (inria storm)) (define starpu-maxnodes1   (package     (inherit starpu)     (arguments   (substitute-keyword-arguments (package-arguments starpu)