[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/176: gnu: mes-boot: Update to 0.12.
From: |
Jan Nieuwenhuizen |
Subject: |
38/176: gnu: mes-boot: Update to 0.12. |
Date: |
Fri, 31 Aug 2018 11:20:10 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit c4b87450cb16ca040a9e5316236aa231190a797f
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Apr 8 16:20:55 2018 +0200
gnu: mes-boot: Update to 0.12.
* gnu/packages/mes.scm (mes-boot): Update to 0.12.
---
gnu/packages/mes.scm | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index a8263aa..586cb75 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -226,9 +226,9 @@ hex2 linker.")
(license gpl3+)))))
(define-public mes-boot
- (let ((version "0.11")
+ (let ((version "0.12")
(revision "0")
- (commit "24d3726ae112bfb2e28650286139822785ab2a0a"))
+ (commit "96f02cd608a5669081cafd52beaef70b02f5e248"))
(package-with-bootstrap-guile
(package
(name "mes-boot")
@@ -242,7 +242,7 @@ hex2 linker.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "0j4700cmf1lvqlbrx707r6kns1rd43ixdzlms8h0y2xd8hqpy80z"))))
+ "0b7q9inlwizssiz9wfqjqs7pb4xqfnsgfw4cz6anj6gm6xr28fqb"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
@@ -292,15 +292,19 @@ hex2 linker.")
(setenv "GUILE_LOAD_COMPILED_PATH"
(string-append guile "/lib/guile/2.0/ccache"))
(setenv "GUILE_LOAD_PATH"
- (string-append dir
- ":" guile "/share/guile/2.0/"
- ":" dir "/nyacc-source/module"))
+ (string-append "../nyacc-source/module"
+ ":" dir
+ ":" guile "/share/guile/2.0/"))
;; give auto-compile a home -- massive speed-up
(mkdir-p "/tmp/home")
(setenv "HOME" "/tmp/home")
(and
(zero? (system* "sh" "build.sh"))
- (zero? (system* "sh" "check.sh"))
+ (begin
+ (setenv "MES" "src/mes")
+ (setenv "MES_MODULEDIR" "module")
+ (setenv "MESCC" "scripts/mescc.mes")
+ (zero? (system* "sh" "check.sh")))
(zero? (system* "sh" "install.sh")))))))
(description
"Mes [Maxwell Equations of Software] aims to create full source
- 21/176: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., (continued)
- 21/176: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/08/31
- 34/176: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/08/31
- 31/176: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/08/31
- 20/176: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/08/31
- 26/176: gnu: Update mescc-tools-boot, mes-boot, tcc-boot., Jan Nieuwenhuizen, 2018/08/31
- 37/176: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/08/31
- 39/176: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/08/31
- 57/176: gnu: %mes-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/08/31
- 54/176: gnu: mescc-tools-boot: Update to 0.4., Jan Nieuwenhuizen, 2018/08/31
- 14/176: bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/08/31
- 38/176: gnu: mes-boot: Update to 0.12.,
Jan Nieuwenhuizen <=
- 51/176: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/08/31
- 50/176: gnu: mes-boot: Update to 0.14., Jan Nieuwenhuizen, 2018/08/31
- 23/176: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/08/31
- 17/176: bump: mlibc: Mescc-tools support: chmod., Jan Nieuwenhuizen, 2018/08/31
- 25/176: gnu: Update mescc-tools-boot: Binaries with function debug info., Jan Nieuwenhuizen, 2018/08/31
- 36/176: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/08/31
- 29/176: gnu: Update tcc-boot: mescc has no unsigned arithmetic., Jan Nieuwenhuizen, 2018/08/31
- 55/176: gnu: %mescc-tools-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/08/31
- 49/176: gnu: %mes-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/08/31
- 47/176: gnu: %tinycc-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/08/31