From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: [PATCH 00/10] ocaml patches v2 Date: Fri, 27 Jan 2017 23:12:18 +0100 Message-ID: <20170127221228.4370-1-julien@lepiller.eu> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cXElD-0000cs-VX for guix-devel@gnu.org; Fri, 27 Jan 2017 17:12:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cXEl9-0004Ps-Vs for guix-devel@gnu.org; Fri, 27 Jan 2017 17:12:47 -0500 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:33151 helo=skaro.lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cXEl9-0004Ky-Jl for guix-devel@gnu.org; Fri, 27 Jan 2017 17:12:43 -0500 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id D30DF81122 for ; Fri, 27 Jan 2017 23:12:36 +0100 (CET) Received: from skaro.lepiller.eu ([127.0.0.1]) by localhost (lepiller.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WgAZBME9SH8v for ; Fri, 27 Jan 2017 23:12:33 +0100 (CET) Received: from localhost.localdomain (128-79-116-134.hfc.dyn.abo.bbox.fr [128.79.116.134]) by skaro.lepiller.eu (Postfix) with ESMTPSA id EE5D47F80C for ; Fri, 27 Jan 2017 23:12:32 +0100 (CET) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org I finally had some time to work on these patches, so here are the new versions of them. I was unable to fix the failing tests in oasis, so I just disabled the failing ones. Julien Lepiller (10): gnu: Add ocaml-base64. gnu: Add ocamlify. gnu: Add omake. gnu: Add ocaml-batteries. gnu: Add ocaml-pcre. gnu: Add ocaml-expect. gnu: Add ocaml-fileutils. gnu: Add ocaml-oasis. gnu: Add ocaml-js-build-tools. gnu: Add ocaml-bin-prot. gnu/local.mk | 2 + gnu/packages/ocaml.scm | 317 +++++++++++++++++++++ .../patches/ocaml-janestreet-fix-libdir.patch | 39 +++ .../patches/omake-fix-non-determinism.patch | 41 +++ 4 files changed, 399 insertions(+) create mode 100644 gnu/packages/patches/ocaml-janestreet-fix-libdir.patch create mode 100644 gnu/packages/patches/omake-fix-non-determinism.patch -- 2.11.0