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)
> > +
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)
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
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)