[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/207: gnu: mes-boot: Update to 0.12.
From: |
Jan Nieuwenhuizen |
Subject: |
38/207: gnu: mes-boot: Update to 0.12. |
Date: |
Sat, 8 Sep 2018 13:25:57 -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
- 69/207: gnu: gcc-boot: Update to 2.6.3., (continued)
- 69/207: gnu: gcc-boot: Update to 2.6.3., Jan Nieuwenhuizen, 2018/09/08
- 51/207: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 53/207: gnu: %mescc-tools-seed: Update for 0.4., Jan Nieuwenhuizen, 2018/09/08
- 46/207: gnu: mes-boot: Update to 0.13., Jan Nieuwenhuizen, 2018/09/08
- 48/207: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 37/207: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 65/207: gnu: binutils-boot: Update to 2.25., Jan Nieuwenhuizen, 2018/09/08
- 39/207: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 31/207: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/09/08
- 33/207: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/09/08
- 38/207: gnu: mes-boot: Update to 0.12.,
Jan Nieuwenhuizen <=
- 42/207: gnu: mescc-tools-boot: Remove stage0 dependency., Jan Nieuwenhuizen, 2018/09/08
- 30/207: gnu: Update tcc-boot: mescc has no long long., Jan Nieuwenhuizen, 2018/09/08
- 34/207: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/09/08
- 35/207: gnu: Update mes-boot: M4 support: robustify headers., Jan Nieuwenhuizen, 2018/09/08
- 24/207: gnu: Update mescc-tools-boot, mes-boot, tcc-boot for blood-elf., Jan Nieuwenhuizen, 2018/09/08
- 20/207: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/09/08
- 19/207: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 23/207: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/09/08
- 15/207: gnu: tcc-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 21/207: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/09/08