guix-patches
[Top][All Lists]
Advanced

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

[bug#57625] [PATCH 2/3] gnu: Add treecc.


From: Maxime Devos
Subject: [bug#57625] [PATCH 2/3] gnu: Add treecc.
Date: Tue, 6 Sep 2022 20:07:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0


On 06-09-2022 17:39, Adam Faiz via Guix-patches via wrote:

+  (package
+    (name "treecc")
+    (version "0.3.10")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+ "https://download.savannah.gnu.org/releases/dotgnu-pnet/treecc-";
+                    version ".tar.gz"))
+              (sha256
+               (base32
+ "1rzgnspg2xccdq3qsx0vi3j28h4qkrzbrjnhzvnny34fjfk217ay"))))

Similarly to pnet, configure, Makefile.in, ..., config.sub and config.guess need to be regenerated too.

config.sub and config.guess are particularly important, old versions don't support new architectures. E.g., the bundled config.sub does not support aarch64.

Greetings,
Maxime

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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