From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45196) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iocG4-00055K-4E for guix-patches@gnu.org; Mon, 06 Jan 2020 18:58:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iocG1-00006o-VY for guix-patches@gnu.org; Mon, 06 Jan 2020 18:58:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41040) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iocG1-00006V-SR for guix-patches@gnu.org; Mon, 06 Jan 2020 18:58:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iocG1-00068L-Pr for guix-patches@gnu.org; Mon, 06 Jan 2020 18:58:01 -0500 Subject: [bug#38603] [WIP v2 0/1] Add mercury. References: <87tv637ffm.fsf@posteo.net> In-Reply-To: <87tv637ffm.fsf@posteo.net> Resent-Message-ID: From: Brett Gilio Date: Mon, 06 Jan 2020 17:57:17 -0600 Message-ID: <87d0bwuoiq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=v2-0000-cover-letter.patch Content-Description: [WIP v2 0/1] Add mercury. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38603@debbugs.gnu.org >From 1a78e1b20f015f2f7297eb17becb7b740a991fd5 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Mon, 6 Jan 2020 17:52:27 -0600 Subject: [WIP v2 0/1] Add mercury. To: guix-patches@gnu.org This is a revision of the first patch series. The first patch series is effectively without use as this method contains everything into a single patch. This package still requires some work on getting the Boehm `libgc` package replacement to work just right (or maybe just do a recursive checkout of the submodule from Git? Though that seems less Guixy), as well as getting the grades just right (should Java be added in the default package, or split out into a mercury-grade-java package with some load_path magic?), and getting the test cases to work. Mercury is truly a giant and monolithic project, so I would not mind some help! If you aren't familiar with Mercury, checkout http://mercurylang.org/. Thanks! Brett Gilio (1): gnu: Add mercury. gnu/local.mk | 3 +- gnu/packages/mercury.scm | 157 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/mercury.scm -- 2.24.1