guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27344] [PATCH v2 03/12] gnu: Add mpb.


From: Danny Milosavljevic
Subject: [bug#27344] [PATCH v2 03/12] gnu: Add mpb.
Date: Sat, 24 Jun 2017 08:51:05 +0200

> +    (build-system gnu-build-system)
> +     (arguments
> +      `(#:configure-flags
> +        (list (string-append "--with-libctl="
> +                             (assoc-ref %build-inputs "libctl")
> +                             "/share/libctl"))))
> +     (native-inputs
> +      `(("fortran" ,gfortran)
> +        ("pkg-config" ,pkg-config)
> +        ("swig" ,swig)))

Whitespace problem which I fixed when applying...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]