guix-patches
[Top][All Lists]
Advanced

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

[bug#46069] [PATCH] gnu: Add SystemC.


From: Nicolas Goaziou
Subject: [bug#46069] [PATCH] gnu: Add SystemC.
Date: Thu, 28 Jan 2021 14:57:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hello,

Andrew Miloradovsky <andrew@interpretmath.pw> writes:

> * gnu/packages/fpga.scm (systemc): New variable.

I applied your patch with the changes detailed below.

> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append
> +                    "https://accellera.org/images/downloads/standards/";
> +                    name "/" name "-" version ".tar.gz"))

I hard-coded "name" since this is what we usually do in packages.

> +    (home-page "https://accellera.org/downloads/standards/systemc";)

I changed home-page so it does not point to the Downloads section
directly.

> +    (synopsis "Library for event-driven simulation")

> +    (description "Reference implementation of IEEE 1666-2011.
> +A C++ library for modeling concurrent systems.  

I reworded a bit the description to it starts with full sentences.

Thank you!

Regards,
-- 
Nicolas Goaziou





reply via email to

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