guix-commits
[Top][All Lists]
Advanced

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

03/16: mes: Update to 0.19. WIP


From: guix-commits
Subject: 03/16: mes: Update to 0.19. WIP
Date: Fri, 30 Nov 2018 13:21:47 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 1b1521d3a04ec820d0c819fec5a306f2dc887cc1
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sat Nov 10 09:04:59 2018 +0100

    mes: Update to 0.19. WIP
    
    * gnu/packages/mes.scm (mes): Update to 0.19.
---
 gnu/packages/mes.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 7f7caa7..4d1d3ab 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -60,9 +60,9 @@ extensive examples, including parsers for the Javascript and 
C99 languages.")
 
 (define-public mes
   (let ((triplet "i686-unknown-linux-gnu")
-        (version "0.18")
+        (version "0.19")
         (revision "0")
-        (commit "08f04f559670d9e8f57eb03bb9b13f4d0b81cedf"))
+        (commit "84ac0f16dc830be4895e789ba9680f94adef4e61"))
     (package
       (name "mes")
       (version (string-append version "-" revision "." (string-take commit 7)))
@@ -74,7 +74,7 @@ extensive examples, including parsers for the Javascript and 
C99 languages.")
                       ".tar.gz"))
                 (sha256
                  (base32
-                  "1b7wz9k38pfrz707pd4p8s54q903jr167q73ya7qkna89sxj3wna"))))
+                  "0pgzsvf3b6676v0m7wjx6pviyff3aqknz4kp1i9mwm5z1h2q0rhq"))))
       (build-system gnu-build-system)
       (supported-systems '("i686-linux" "x86_64-linux"))
       (propagated-inputs
@@ -94,7 +94,11 @@ extensive examples, including parsers for the Javascript and 
C99 languages.")
          ("perl" ,perl)                 ; build-aux/gitlog-to-changelog
          ("texinfo" ,texinfo)))
       (arguments
-       `(#:strip-binaries? #f))  ; binutil's strip b0rkes MesCC/M1/hex2 
binaries
+       `(#:strip-binaries? #f  ; binutil's strip b0rkes MesCC/M1/hex2 binaries
+         #:configure-flags
+         ,(if (string-prefix? "i686-linux" (%current-system))
+              '(list "--mes")
+              '(list "--mes" "CC=i686-unknown-linux-gnu-gcc"))))
       (synopsis "Scheme interpreter and C compiler for full source 
bootstrapping")
       (description
        "GNU Mes--Maxwell Equations of Software--brings the Reduced



reply via email to

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