From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id YMiYNHxNdGFMTgEAgWs5BA (envelope-from ) for ; Sat, 23 Oct 2021 19:59:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id yI0zMHxNdGG5NAAAB5/wlQ (envelope-from ) for ; Sat, 23 Oct 2021 17:59:24 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8A022B874 for ; Sat, 23 Oct 2021 19:59:24 +0200 (CEST) Received: from localhost ([::1]:54342 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1meLIh-0000zn-BS for larch@yhetil.org; Sat, 23 Oct 2021 13:59:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meLIM-0000xO-KA for guix-patches@gnu.org; Sat, 23 Oct 2021 13:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53845) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1meLIM-0003m7-Bc for guix-patches@gnu.org; Sat, 23 Oct 2021 13:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1meLIM-0005Dt-5b for guix-patches@gnu.org; Sat, 23 Oct 2021 13:59:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51358] [PATCH 1/4] gnu: Add ocaml-lacaml. Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 23 Oct 2021 17:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51358 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51358@debbugs.gnu.org Received: via spool by 51358-submit@debbugs.gnu.org id=B51358.163501193420038 (code B ref 51358); Sat, 23 Oct 2021 17:59:02 +0000 Received: (at 51358) by debbugs.gnu.org; 23 Oct 2021 17:58:54 +0000 Received: from localhost ([127.0.0.1]:37151 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meLID-0005D1-LL for submit@debbugs.gnu.org; Sat, 23 Oct 2021 13:58:53 -0400 Received: from lepiller.eu ([89.234.186.109]:36450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meLIB-0005Cm-AU for 51358@debbugs.gnu.org; Sat, 23 Oct 2021 13:58:52 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 98f69c9e for <51358@debbugs.gnu.org>; Sat, 23 Oct 2021 17:58:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=from:to :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=dkim; bh=KWTKRGHqk0WPk9fJ4LTzzhvvA ni7lSRb3b2dxYVk7Xo=; b=LSHyYspFfXBhXnu/CKw9gNlvz3Xw4hqteniQCSlBC LYHJgLC7ES/bRC7A8WP0ajhWZmZnTZYOHZxlmGw5Iq6zJVg/dortJ5nS+8aPglO9 BZyU+uyFdmxn1LG6gX0jZkw4umChN+MEPq67vRkh4Aq3pFhqGynJouotGASzMUy2 n/Vy005tRB+chBoiAsV1mVPyqUz2vd/YY5vrI/XSupWW3o8iVedztZAUWllUYTJ8 XihSeUmR0a4mGnxpZlICREVjsohy1kRpmJAF+HOBacFqFjqCpVpw/j5XdfJEfoGh QtVOzK1+clhXYFj4KLx3djrWXq2YGesIZ2wq6B1kMt74w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id ddcb0531 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <51358@debbugs.gnu.org>; Sat, 23 Oct 2021 17:58:49 +0000 (UTC) From: Julien Lepiller Date: Sat, 23 Oct 2021 19:58:40 +0200 Message-Id: <842202eb6abc579a6d64b64ff41733a3536ff76b.1635011212.git.julien@lepiller.eu> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211023195212.4baaee5e@tachikoma.lepiller.eu> References: <20211023195212.4baaee5e@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635011964; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ETFDwbwGzxYcFJQl9P577/Bv8Qs82cD3LpsEjN8BLK8=; b=SdT+xodv7gVkubaF92JvHM93AUzmmmBPQWB85Uq0XAW2nX5oqOE26XR3VHX5UOHHpy1Kjo k5FID1S/Fs8yKCRNwb5X4JyD+YRraUEs7Ixi4OwM1K2d1ePV2EvUbbcH2cf0dcxVNbaPvf UtP/qwYqXChTf/MsJmE4f2NVRkav0OaV2D8UCT19Ey78+95wllMruJuJd3AfY0YAXtXWMn Z5VjEXNyUz2+CDbs6otw+aGn9wn2DXXB6KH99EJSD1W6vFwrFMoFSAnlrF1i2dQ3fDOpHU I3DJ1Uxskp9G63jeSc0hFL4ILnytxV2DRijFvzhMReBcyOrjYB0ZSKFoxsnQZw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635011964; a=rsa-sha256; cv=none; b=d2aB/x22H+4JpAgf9wI2vBBMvt2iiaKb5S2K0WoqPnVJa0uBVBBmH8SehyaX2pWi7DJSsC 8KU9/+JJU5CYpGvVP2dRM0QNH25XIBJfyEWNQfFcXrhCreYJQMCRSqnTv/GY7KljRd6etb VAwfn95/zsVtEMmuf2GnXYR9XrbyIOQ+JmSW993DTbv+l7BT02exsQPvC9GUUvwjymVNFQ VjLyJqFkC1gW03Va7Hhpk5ucAOFUe4MWXYT2ukCLr/ZJbxR0YdeWBXWXE6On1rW6njsZQ+ 8mLn7mqafPLBh4oys62bKUWP/9Na0Ya7Z5GSeryG5TPtkc6ztz8EBCrQXp0pwQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=LSHyYspF; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 5.17 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=LSHyYspF; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 8A022B874 X-Spam-Score: 5.17 X-Migadu-Scanner: scn0.migadu.com X-TUID: zeaU3E6dRDgo * gnu/packages/ocaml.scm (ocaml4.07-lacaml): Replace with... (ocaml-lacaml): ...this. Use latest ocaml package. --- gnu/packages/ocaml.scm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index f640acca35..b128a4d19a 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6757,7 +6757,7 @@ (define-public ocaml4.07-fftw3 ("fftwf" ,fftwf))) (native-inputs `(("ocaml-cppo" ,(package-with-ocaml4.07 ocaml-cppo)) - ("ocaml-lacaml" ,ocaml4.07-lacaml))) + ("ocaml-lacaml" ,(package-with-ocaml4.07 ocaml-lacaml)))) (home-page "https://github.com/Chris00/fftw-ocaml") (synopsis @@ -6767,9 +6767,9 @@ (define-public ocaml4.07-fftw3 library FFTW.") (license license:lgpl2.1))) ; with static linking exception. -(define-public ocaml4.07-lacaml +(define-public ocaml-lacaml (package - (name "ocaml4.07-lacaml") + (name "ocaml-lacaml") (version "11.0.5") (source (origin @@ -6783,10 +6783,7 @@ (define-public ocaml4.07-lacaml "180yb79a3qgx067qcpm50q12hrimjygf06rgkzbish9d1zfm670c")))) (build-system dune-build-system) (arguments - `(#:tests? #f ; No test target. - #:ocaml ,ocaml-4.07 - #:findlib ,ocaml4.07-findlib - #:dune ,ocaml4.07-dune)) + `(#:tests? #f)) ; No test target. (native-inputs `(("openblas" ,openblas) ("lapack" ,lapack) -- 2.33.0