summaryrefslogtreecommitdiff
path: root/gnu/packages/mes.scm
AgeCommit message (Collapse)Author
2020-01-23gnu: mes: Update to 0.22.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.22. Remove store name patch. Add MES_PREFIX to native-search-paths. * gnu/packages/patches/mes-remove-store-name.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/mes.scm (mes-rb5): Depend on gzip instead of xz; this enables unpacking the now unpatched mes source. Update to check bin/mes-mescc-0.21.
2019-12-07gnu: Add mes-rb5.Jan Nieuwenhuizen
This guix build --system=i686-linux mes-dcc creates the Reproducible-Builds summit 5's GNU Mes build with sha266sum 9e0bcb1633c58e7bc415f6ea27cee7951d6b0658e13cdc147e992b31a14625fb that was also built for Debian GNU/Linux and NixOS, with a bit-for-bit identical result. * gnu/packages/mes.scm (mes-ddc): New variable.
2019-12-07gnu: mes: Add patch to remove store name from binary.Jan Nieuwenhuizen
* gnu/packages/patches/mes-remove-store-name.patch: New file, from upstream. * gnu/packages/mes.scm (mes): Use it. Add `www.' to homepage. * gnu/local.mk (dist_patch_DATA): Add it.
2019-11-25gnu: mes: Update to 0.21.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.21.
2019-11-14gnu: Add m2-planet.Jan Nieuwenhuizen
* gnu/packages/mes.scm (m2-planet): New variable.
2019-10-12gnu: mescc-tools: Use 'git-fetch'.Ludovic Courtès
* gnu/packages/mes.scm (mescc-tools-0.5.2)[source]: Use 'git-fetch'. (mescc-tools)[source]: Likewise.
2019-09-29bootstrap: mes: Add mes-0.19.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes-0.19): New variable. (mes): Inherit it. * gnu/packages/make-bootstrap.scm (%mes-minimal): Likewise.
2019-09-29bootstrap: mescc-tools: Use mescc-tools-0.5.2, mescc-tools.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools-0.5.2): New variable; rename from mescc-tools. (mescc-tools): Rename from mescc-tools-0.6.1. Fix build. * gnu/packages/make-bootstrap.scm (%mescc-tools-static): Inherit fixed mescc-tools-0.5.2.
2019-09-17Merge branch 'master' into core-updatesLudovic Courtès
2019-09-09gnu: mes: Update to 0.20.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.20. Use nyacc-0.99.0.
2019-09-09gnu: mescc-tools: Update to 0.6.1.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.6.1.
2019-09-09gnu: nyacc: Update to 0.99.0.Jan Nieuwenhuizen
* gnu/packages/mes.scm (nyacc): Update to 0.99.0.
2019-06-13Merge branch 'master' into core-updatesLudovic Courtès
2019-06-13gnu: nyacc: Add 0.94.0.Ludovic Courtès
* gnu/packages/mes.scm (nyacc): Rename to... (nyacc-0.86): ... this. (nyacc): New variable. (mes)[propagated-inputs]: Use NYACC-0.86 instead of NYACC.
2019-05-25Merge branch 'staging' into core-updatesMarius Bakke
2019-05-21gnu: mes: Prepare for non-x86 architectures.Danny Milosavljevic
* gnu/packages/mes.scm (mes)[native-inputs]: Change i686-linux-binutils and i686-linux-gcc conditional inclusion.
2018-12-16gnu: mes: Update to 0.19.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.19.
2018-12-16gnu: mes: Update to a155a0a9a2d941b15c1b98e5cce787de40a8dacd.Jan Nieuwenhuizen
core: Support \xNN in reader. Fixes tcc-boot running on Mes. * gnu/packages/mes.scm (mes): Update to a155a0a9a2d941b15c1b98e5cce787de40a8dacd.
2018-12-16gnu: mes: Update to 0.19.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.19.
2018-10-23gnu: mescc-tools: Update to 0.5.2-0.bb062b0d.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.5.2-0.bb062b0d. mescc * gnu/packages/commencement.scm (mescc-tools-boot): Stay at 0.5.2
2018-10-21bootstrap: Add %mes-stripped, %mes-bootstrap-tarball.Jan Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%mes-stripped): New variable. (%mes-bootstrap-tarball): New variable. * gnu/packages/mes.scm: Oops, remove stray (gnu packages commencement) module include.
2018-10-21gnu: mes: Update to 0.18.0-08f04f55.Jan Nieuwenhuizen
This update is a preparation for the %bootstrap-mes package; due to some small problems it fails to build with plain mes-0.18. mes-boot0 stays at 0.18 only to avoid another rebuild world. %bootstrap-mes brings the building and packaging the Mes bootstrap seeds from manual operation into Guix. We will bump mes and mes-boot0 to a future 0.18.1 or 0.19 and regenerate %bootstrap-mes in a nex iteration. 08f04f55 build: Oops, remove stray lib/linux/x86_64-mes/crt1. 33f37f27 build: x86_64 bootstrap build fixes and workaround. 4ae2a111 doc: Release update. 5277669b mescc: Oops, delete wrong line of assembly. 44cc97a8 admin: Release update. * gnu/packages/mes.scm (mes): Update to 0.18.0-08f04f55. * gnu/packages/commencement.scm (mes-boot0): Stay at 0.18.0.
2018-10-07gnu: mes: Update to 0.18.Jan Nieuwenhuizen
* gnu/packages/patches/mes-nyacc-0.86.0.patch: Removef file. * gnu/local.mk (dist_patch_DATA): Remove entry. * gnu/packages/mes.scm (mes): Update to 0.18.
2018-10-07gnu: mes: Update to 0.18.Jan Nieuwenhuizen
* gnu/packages/patches/mes-nyacc-0.86.0.patch: Removef file. * gnu/local.mk (dist_patch_DATA): Remove entry. * gnu/packages/mes.scm (mes): Update to 0.18.
2018-09-11gnu: mes: Oops, use mirror://gnu download url.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Oops, use mirror://gnu download url.
2018-09-08gnu: mes: Update to 0.17.1.Jan Nieuwenhuizen
* gnu/packages/patches/mes-nyacc-0.86.0.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mes.scm (mes): Update to 0.17.1, depend on latest Nyacc 0.86.0. (nyacc-for-mes): Remove.
2018-09-08gnu: nyacc: Update to 0.86.0.Jan Nieuwenhuizen
* gnu/packages/patches/nyacc-binary-literals.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mes.scm (nyacc): Update to 0.86.0, add patch.
2018-08-19gnu: mescc-tools: Update to 0.5.2.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.5.2.
2018-08-10gnu: mes: Update to 0.17.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.17.
2018-07-13gnu: mes: Update to 0.16.1.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.16.1.
2018-06-26gnu: mescc-tools: Update to 0.5.1.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.5.1.
2018-06-26gnu: mes: Update to 0.16.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.16.
2018-06-26gnu: mescc-tools: Update to 0.5.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.5.
2018-06-12gnu: mes: Update to 0.15.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.15.
2018-05-24gnu: mes: Update to 0.14.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Use nyacc-for-mes. Update to 0.14.
2018-05-24gnu: mescc-tools: Update to 0.4.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.4.
2018-05-24gnu: Add nyacc-for-mes.Jan Nieuwenhuizen
* gnu/packages/mes.scm (nyacc-for-mes): New variable.
2018-04-28gnu: mes: Update to 0.13.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.13. Use new gitlab url scheme.
2018-04-10gnu: mes: Update to 0.12.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.12.
2018-02-19gnu: nyacc: Update to 0.83.3.Tobias Geerinckx-Rice
* gnu/packages/mes.scm (nyacc): Update to 0.83.3.
2018-01-07gnu: mes: Generalize logic for native-inputs.Efraim Flashner
* gnu/packages/mes.scm (mes)[native-inputs]: On all architectures except i686-linux use cross compiler packages.
2017-12-03gnu: mescc-tools: Update to 0.3.Efraim Flashner
* gnu/packages/mes.scm (mescc-tools): Update to 0.3. [supported-systems]: Remove field.
2017-11-18gnu: mes: Update to 0.11.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.11.
2017-11-11gnu: nyacc: Update to 0.82.4.Jan Nieuwenhuizen
* gnu/packages/mes.scm (nyacc): Update to 0.82.4.
2017-09-11gnu: mes: Update to 0.10.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.10.
2017-09-11gnu: nyacc: Update to 0.82.0.Jan Nieuwenhuizen
* gnu/packages/mes.scm (nyacc): Update to 0.82.0.
2017-07-29gnu: mes: Update to 0.9.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.9. [arguments]: Delete `strip' phase. [synopsis]: Rewrite to be more descriptive. [description]: Include expanded acronym.
2017-07-29gnu: mescc-tools: Update to 0.2.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.2.
2017-06-29gnu: mes: Update to 0.8.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.8.
2017-06-29gnu: Add mescc-tools.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): New variable.