guix-patches
[Top][All Lists]
Advanced

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

[bug#60075] [PATCH 41/58] gnu: julia-colorvectorspace: Update to 0.9.9.


From: zimoun
Subject: [bug#60075] [PATCH 41/58] gnu: julia-colorvectorspace: Update to 0.9.9.
Date: Mon, 19 Dec 2022 19:39:54 +0100

Hi,

On Wed, 14 Dec 2022 at 22:35, Efraim Flashner <efraim@flashner.co.il> wrote:
> * gnu/packages/julia-xyz.scm (julia-colorvectorspace): Update to 0.9.9.
> [arguments]: Skip tests. Add phase to skip ambiguities tests.
> [propagated-inputs]: Add julia-fixedpointnumbers.

[...]

> +    (arguments
> +     (list
> +       #:tests? #f      ; TODO: Reenable the test suite.

Why skip the tests?

> +       #:phases
> +       #~(modify-phases %standard-phases
> +           (add-after 'unpack 'adjust-tests
> +             (lambda _
> +               (substitute* "test/runtests.jl"
> +                 ((".*detect_ambiguities.*") "")))))))

And add a phases modifying the test suite?


Cheers,
simon





reply via email to

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