From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57728) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifygv-0005uE-1U for guix-patches@gnu.org; Fri, 13 Dec 2019 23:06:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifygu-000443-1G for guix-patches@gnu.org; Fri, 13 Dec 2019 23:06:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57109) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifygt-000438-RX for guix-patches@gnu.org; Fri, 13 Dec 2019 23:06:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifygs-0005wV-MQ for guix-patches@gnu.org; Fri, 13 Dec 2019 23:06:02 -0500 Subject: [bug#38606] [WIP SMLnj 0/1] Add SMLnj. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:36988) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifyft-0005kY-DZ for guix-patches@gnu.org; Fri, 13 Dec 2019 23:05:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifyfr-000169-RG for guix-patches@gnu.org; Fri, 13 Dec 2019 23:05:01 -0500 Received: from mout02.posteo.de ([185.67.36.66]:50973) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ifyfr-00012v-Gg for guix-patches@gnu.org; Fri, 13 Dec 2019 23:04:59 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 28AE92400E6 for ; Sat, 14 Dec 2019 05:04:58 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47ZYpK1751z9rxV for ; Sat, 14 Dec 2019 05:04:56 +0100 (CET) From: Brett Gilio Date: Fri, 13 Dec 2019 22:04:58 -0600 Message-ID: <871rt77dsl.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0000-cover-letter.patch Content-Description: [WIP SMLnj 0/1] Add SMLnj. 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: 38606@debbugs.gnu.org >From 74605396e2d932adb8e570702ec2d3b767b17715 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Fri, 13 Dec 2019 22:02:56 -0600 Subject: [WIP SMLnj 0/1] Add SMLnj. Just wanted to share my progress on packaging SMLnj for Guix. This is another one in my series of somewhat difficult and thorny to package. SMLnj by default is 32-bit, we need to ensure that it has access to the new 64-bit functionality for it to work properly with some SML libraries. Otherwise, this package just has some unknown behavior that I personally am stumped on how to solve currently. Wanting to share if anybody wants to help, and so I can keep track of my progress. Send revisions by re-rolling n+1. Brett Gilio (1): gnu: Add smlnj. gnu/packages/sml.scm | 89 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) -- 2.24.1