X-Loop: help-debbugs@HIDDEN Subject: [bug#40002] [PATCH] WIP: Add mxnet. Resent-From: Pierre Neidhardt <mail@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: guix-patches@HIDDEN Resent-Date: Mon, 09 Mar 2020 18:26:02 +0000 Resent-Message-ID: <handler.40002.B.158377831917480 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 40002 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40002 <at> debbugs.gnu.org X-Debbugs-Original-To: guix-patches@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.158377831917480 (code B ref -1); Mon, 09 Mar 2020 18:26:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Mar 2020 18:25:19 +0000 Received: from localhost ([127.0.0.1]:51451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1jBN5a-0004Xs-Ll for submit <at> debbugs.gnu.org; Mon, 09 Mar 2020 14:25:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:39816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <mail@HIDDEN>) id 1jBN5Y-0004Xj-DH for submit <at> debbugs.gnu.org; Mon, 09 Mar 2020 14:25:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40284) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <mail@HIDDEN>) id 1jBN5W-0006K8-VS for guix-patches@HIDDEN; Mon, 09 Mar 2020 14:25:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <mail@HIDDEN>) id 1jBN5V-0005CA-5v for guix-patches@HIDDEN; Mon, 09 Mar 2020 14:25:14 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34151) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <mail@HIDDEN>) id 1jBN5U-00057a-WD for guix-patches@HIDDEN; Mon, 09 Mar 2020 14:25:13 -0400 X-Originating-IP: 92.169.129.147 Received: from localhost.localdomain (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@HIDDEN) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id B2224E0002 for <guix-patches@HIDDEN>; Mon, 9 Mar 2020 18:25:08 +0000 (UTC) From: Pierre Neidhardt <mail@HIDDEN> Date: Mon, 9 Mar 2020 19:25:08 +0100 Message-Id: <20200309182508.14144-1-mail@HIDDEN> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Spam-Score: 173 X-GND-Status: SPAM X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.196 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/machine-learning.scm (mxnet): New variable. --- gnu/packages/machine-learning.scm | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 50c41dc113..9408c4b8e0 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @ [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.8 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.5 (/) * gnu/packages/machine-learning.scm (mxnet): New variable. --- gnu/packages/machine-learning.scm | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 50c41dc113..9408c4b8e0 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -60,6 +60,8 @@ #:use-module (gnu packages graphviz) #:use-module (gnu packages gstreamer) #:use-module (gnu packages image) + #:use-module (gnu packages image-processing) + #:use-module (gnu packages jemalloc) #:use-module (gnu packages linux) #:use-module (gnu packages lisp-xyz) #:use-module (gnu packages maths) @@ -2121,3 +2123,63 @@ These include a barrier, broadcast, and allreduce.") technique that can be used for visualisation similarly to t-SNE, but also for general non-linear dimension reduction.") (license license:bsd-3))) + +(define-public mxnet + (package + (name "mxnet") + (version "1.6.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/apache/incubator-mxnet") + (commit version) + ;; TODO: Test if possible to include system version of those deps: + ;; mkldnn + ;; openmp + (recursive? #t))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jlk0a9kls4fxxq4sap21hk6k3vhqhlflx5jm8i2amwh1z22sj09")))) + (build-system cmake-build-system) + (arguments + `(#:configure-flags '("-DUSE_CUDA=OFF") + #:parallel-build? #f ; TODO: Try rebuilding in parallel. + #:phases + (modify-phases %standard-phases + (replace 'check + (lambda _ + ;; Skip tests that require internet access. + (invoke "ctest" "--timeout" "6000"))) + ;; (add-before 'check 'increase-test-timeout + ;; (lambda _ + ;; ;; TODO: Set right timeout. + ;; (setenv "CTEST_TEST_TIMEOUT" "6000") + ;; #t)) + ))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("perl" ,perl) + ;; TODO: Use our gtest + ;; ("googletest" ,googletest) + )) + (inputs + `(("lapack" ,lapack) + ("openblas" ,openblas) + ("opencv" ,opencv) + ("jemalloc" ,jemalloc))) + (home-page "https://mxnet.apache.org/") + (synopsis "Distributed/Mobile Deep Learning") + (description + "Apache MXNet (incubating) is a deep learning framework. It allows you +to mix symbolic and imperative programming. At its core, MXNet contains a +dynamic dependency scheduler that automatically parallelizes both symbolic and +imperative operations on the fly. A graph optimization layer on top of that +makes symbolic execution fast and memory efficient. MXNet is portable and +lightweight, scaling effectively to multiple GPUs and multiple machines. + +MXNet is more than a deep learning project. It is a collection of blue prints +and guidelines for building deep learning systems, and interesting insights of +DL systems for hackers.") + (license license:asl2.0))) -- 2.25.1
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Pierre Neidhardt <mail@HIDDEN> Subject: bug#40002: Acknowledgement ([PATCH] WIP: Add mxnet.) Message-ID: <handler.40002.B.158377831917480.ack <at> debbugs.gnu.org> References: <20200309182508.14144-1-mail@HIDDEN> X-Gnu-PR-Message: ack 40002 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 40002 <at> debbugs.gnu.org Date: Mon, 09 Mar 2020 18:26:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): guix-patches@HIDDEN If you wish to submit further information on this problem, please send it to 40002 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 40002: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40002 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
X-Loop: help-debbugs@HIDDEN Subject: [bug#40002] Acknowledgement ([PATCH] WIP: Add mxnet.) Resent-From: Pierre Neidhardt <mail@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: guix-patches@HIDDEN Resent-Date: Mon, 09 Mar 2020 18:39:01 +0000 Resent-Message-ID: <handler.40002.B40002.158377909618726 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 40002 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40002 <at> debbugs.gnu.org Received: via spool by 40002-submit <at> debbugs.gnu.org id=B40002.158377909618726 (code B ref 40002); Mon, 09 Mar 2020 18:39:01 +0000 Received: (at 40002) by debbugs.gnu.org; 9 Mar 2020 18:38:16 +0000 Received: from localhost ([127.0.0.1]:51462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1jBNI8-0004ry-6d for submit <at> debbugs.gnu.org; Mon, 09 Mar 2020 14:38:16 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:46929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <mail@HIDDEN>) id 1jBNI6-0004rh-7v for 40002 <at> debbugs.gnu.org; Mon, 09 Mar 2020 14:38:14 -0400 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@HIDDEN) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 9C39040003 for <40002 <at> debbugs.gnu.org>; Mon, 9 Mar 2020 18:38:07 +0000 (UTC) From: Pierre Neidhardt <mail@HIDDEN> In-Reply-To: <handler.40002.B.158377831917480.ack <at> debbugs.gnu.org> References: <20200309182508.14144-1-mail@HIDDEN> <handler.40002.B.158377831917480.ack <at> debbugs.gnu.org> Date: Mon, 09 Mar 2020 19:38:07 +0100 Message-ID: <87a74pgyr4.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This definitions build the library. One obstacle: The tests take a very long time to complete, typically some 30+ minutes on one core. But CMake has a default timeout set to 1500 sec (25 minutes). I've passed "--timeout 6000" to `ctest` [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.194 listed in list.dnswl.org] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.194 listed in wl.mailspike.net] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This definitions build the library. One obstacle: The tests take a very long time to complete, typically some 30+ minutes on one core. But CMake has a default timeout set to 1500 sec (25 minutes). I've passed "--timeout 6000" to `ctest` [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.194 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.194 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable This definitions build the library. One obstacle: The tests take a very long time to complete, typically some 30+ minutes on one core. But CMake has a default timeout set to 1500 sec (25 minutes). I've passed "--timeout 6000" to `ctest` to fix it. What do you think? It seems that it's the first package to need this. openexr sets =2D-8<---------------cut here---------------start------------->8--- (setenv "CTEST_TEST_TIMEOUT" "2000") =2D-8<---------------cut here---------------end--------------->8--- but that does not work for MXNet for some reason. Thoughts? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5mjQ8ACgkQm9z0l6S7 zH+GKwf+NelJONcPSr8G9chYD8ffVf0N4EQei9PCUGR3SbNliHb32eNN4ND2vLqB uJuZcbY2PVsPCOug/deYgSKjKmVxJjtrp4g9yjwp3tloaqJdkWBMAD5kzMz2ki17 m9eiNvcV8fkDpREKFZYhysm4XQ5Qw3vlxIedNwvQE5OOSl6NBxYrkEzjsJELZ1rG PD3BARXwEuMVR/w9zMYGy7e4gVSmxdWEgL4l81TuAVutqAeKTDAMm4plm3Am+QtP Pj8qWEhg78QFbxu7RVUwS5ltH29aq7u4SDU4hg5rXuY5fh8yW8UqMkDNyEIXkJbw ADv5T2JxcRvN1dV+NuKknxatJZyS7g== =aT6s -----END PGP SIGNATURE----- --=-=-=--
X-Loop: help-debbugs@HIDDEN Subject: [bug#40002] [PATCH] WIP: Add mxnet. Resent-From: Simon Tournier <zimon.toutoune@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: guix-patches@HIDDEN Resent-Date: Mon, 16 Jun 2025 11:50:06 +0000 Resent-Message-ID: <handler.40002.B40002.175007459931537 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 40002 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Neidhardt <mail@HIDDEN> Cc: 40002 <at> debbugs.gnu.org, Andreas Enge <andreas@HIDDEN>, Sharlatan Hellseher <sharlatanus@HIDDEN>, Eric Bavier <bavier@HIDDEN> Received: via spool by 40002-submit <at> debbugs.gnu.org id=B40002.175007459931537 (code B ref 40002); Mon, 16 Jun 2025 11:50:06 +0000 Received: (at 40002) by debbugs.gnu.org; 16 Jun 2025 11:49:59 +0000 Received: from localhost ([127.0.0.1]:43619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1uR8Le-0008CV-TG for submit <at> debbugs.gnu.org; Mon, 16 Jun 2025 07:49:59 -0400 Received: from mail-wr1-x42e.google.com ([2a00:1450:4864:20::42e]:55590) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from <zimon.toutoune@HIDDEN>) id 1uR8LT-00089K-7U for 40002 <at> debbugs.gnu.org; Mon, 16 Jun 2025 07:49:47 -0400 Received: by mail-wr1-x42e.google.com with SMTP id ffacd0b85a97d-3a531fcaa05so2690444f8f.3 for <40002 <at> debbugs.gnu.org>; Mon, 16 Jun 2025 04:49:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1750074581; x=1750679381; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=9ZttmZKz/JsD8hXcQzjt3+uFoHKns7NXy296y7wAbwg=; b=bZNWObGOzXWeXPPgX9Xq6TUEPN+xoP7GxPjZMhuV/CbJHPWWjj3FvT7sOi0s8hLWyS WFFsuohggWGF9pE/WLRb7UACMi6uONaw+ImBkoyQBBf5Ia058he3F1CaCh12anpx07qE RFrW/eS0oKQATsZHGkn0X87agjKOs9cHu1LyCNb16n1CYhoBokEzYuBZw2kvelRzlTyH kdweKqUIdZn186SGD7iJstoL+eHf+MOWmIEC6KVjsKgzE48BUlZUBQAj6Vs9ucrGUJS4 8Di+kkebAVQbLp238bH5DAG0HgsFuVvEsLdwOK3J1/A2FtejF5ugAYdh4yUF/Urk6jRz xzLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1750074581; x=1750679381; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=9ZttmZKz/JsD8hXcQzjt3+uFoHKns7NXy296y7wAbwg=; b=ED1XX3iRS6FcuLEgppXY+0bU/hCGGLtoWrSVUSDM9r4wx/RwXJDVHiNXlCIboyR/el Z8HJmKuFHzsAsW5x/iQel/KR1Va0bvP+usS2xYB6ypt6cvTJS24WA/9GDIGxTc14d8ud xfPl6q6/PNv0+ozdZ0nt6PJMIk0UJjRDfrQoLCLa0c6UNqykHDU046cKhH0NlyzgZafW MVzl5nDb1oDjWhkdcDEvLLAwXEKzzrjbEKvR8EX5wznlLA6kHSyWWDcjIFhCsW/Uw2a/ OssgqSqP7mruOPmjQAwjt057awYRRRBklHQCyU3DDMSgY1BLlj5vfnXrx65Kcwb93G7m uwiQ== X-Gm-Message-State: AOJu0YzFW2iGvqE2tiopRdanCV/LSXc33gj5hZWHHu6EArz1A64QZFBm 6hkERRo8JTLjEDQkeYA17UVvB4x5B9fzWH3AHJIgcPDUObRz14IpcyWV X-Gm-Gg: ASbGncvYFrqdiuSPCfG1AN1EJYueG9BJFN2npXBWVySwi6KAAWtI49ktDXDI8ovWyz+ juznWOJ7GuRxkfEJb+dEUrowGiVklIRSGZa74/AC3dezm/wVaNK3jpebH9Rwaax3kqCXVfZtGSs +VquCIYxDWXZPv0uzJJXfYBUX/frcupg9ZReRPVtIPNs3/ScPBYOdsrNmjn3unKtHldFDrvSINb 6ayWpWD4bl+95lIYbaU7rRkIMPFUzAbvENeR+uHEmu0bLTvrgebU25IwjDv/f2cMztP8sOh65iV 5rjphggWDCStxOmFm8c+sn4mWLaDpkxiMfxhLlsaOgQRQc/Ot3TJOI7Bek0q1JTT4/VqlQhoMCh fakNuxRrF7kO0ikMYT4mYp9I= X-Google-Smtp-Source: AGHT+IHvSnub7OGsJWOH03E1rBrhd5t6nU3RE+J1fBpLYPnBAebcEbrakeZ9POqMTVowILy42aGzjw== X-Received: by 2002:a05:6000:40ca:b0:3a4:eb80:762d with SMTP id ffacd0b85a97d-3a572e9e7bfmr6534606f8f.56.1750074580791; Mon, 16 Jun 2025 04:49:40 -0700 (PDT) Received: from lili (nat-dsi-209.net.univ-paris-diderot.fr. [81.194.30.209]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-4531febf905sm174915735e9.0.2025.06.16.04.49.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Jun 2025 04:49:40 -0700 (PDT) From: Simon Tournier <zimon.toutoune@HIDDEN> In-Reply-To: <20200309182508.14144-1-mail@HIDDEN> (Pierre Neidhardt's message of "Mon, 9 Mar 2020 19:25:08 +0100") References: <20200309182508.14144-1-mail@HIDDEN> Date: Mon, 16 Jun 2025 12:34:57 +0200 Message-ID: <8734c07z5a.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Guix Science team, Well the file gnu/packages/machine-learning.scm =?UTF-8?Q?isn=E2=80=99t?= under your scope but you seem the most adequate for answering the question. :-) On Mon, 09 Mar 2020 at 19:25, Pierre Neidhardt wrote: > * gnu/packages/machine-learning.scm (mxnet): New variable. > --- > gnu/packages/machine-learning.scm | 62 +++++++++++++++++++++++++++++++ > 1 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2a00:1450:4864:20:0:0:0:42e listed in] [list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zimon.toutoune[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 1.0 (+) Hi Guix Science team, Well the file gnu/packages/machine-learning.scm isn=E2=80=99t under your sc= ope but you seem the most adequate for answering the question. :-) On Mon, 09 Mar 2020 at 19:25, Pierre Neidhardt <mail@HIDDEN> wrote: > * gnu/packages/machine-learning.scm (mxnet): New variable. > --- > gnu/packages/machine-learning.scm | 62 +++++++++++++++++++++++++++++++ > 1 file changed, 62 insertions(+) What do we do with this old submission? Close and try to merge? Pierre isn=E2=80=99t active for a while and probably AFK. Thanks in advance. Cheers, simon
MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Andreas Enge <andreas@HIDDEN> Subject: bug#40002: closed ([PATCH] WIP: Add mxnet.) CC: tracker <at> debbugs.gnu.org Message-ID: <handler.40002.D40002.17500749752405.ackdone <at> debbugs.gnu.org> References: <aFAGUgg5iAtqsXn7@jurong> <20200309182508.14144-1-mail@HIDDEN> X-Gnu-PR-Message: closed 40002 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Date: Mon, 16 Jun 2025 11:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1750075022-2682-0" This is a multi-part message in MIME format... ------------=_1750075022-2682-0 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Your message dated Mon, 16 Jun 2025 13:56:02 +0200 with message-id <aFAGUgg5iAtqsXn7@jurong> and subject line Re: [bug#40002] [PATCH] WIP: Add mxnet. has caused the debbugs.gnu.org bug report #40002, regarding [PATCH] WIP: Add mxnet. to be marked as done. (If you believe you have received this mail in error, please contact help-debbugs@HIDDEN) --=20 40002: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40002 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems ------------=_1750075022-2682-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Mar 2020 18:25:19 +0000 Received: from localhost ([127.0.0.1]:51451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1jBN5a-0004Xs-Ll for submit <at> debbugs.gnu.org; Mon, 09 Mar 2020 14:25:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:39816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <mail@HIDDEN>) id 1jBN5Y-0004Xj-DH for submit <at> debbugs.gnu.org; Mon, 09 Mar 2020 14:25:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40284) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <mail@HIDDEN>) id 1jBN5W-0006K8-VS for guix-patches@HIDDEN; Mon, 09 Mar 2020 14:25:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <mail@HIDDEN>) id 1jBN5V-0005CA-5v for guix-patches@HIDDEN; Mon, 09 Mar 2020 14:25:14 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34151) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <mail@HIDDEN>) id 1jBN5U-00057a-WD for guix-patches@HIDDEN; Mon, 09 Mar 2020 14:25:13 -0400 X-Originating-IP: 92.169.129.147 Received: from localhost.localdomain (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@HIDDEN) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id B2224E0002 for <guix-patches@HIDDEN>; Mon, 9 Mar 2020 18:25:08 +0000 (UTC) From: Pierre Neidhardt <mail@HIDDEN> To: guix-patches@HIDDEN Subject: [PATCH] WIP: Add mxnet. Date: Mon, 9 Mar 2020 19:25:08 +0100 Message-Id: <20200309182508.14144-1-mail@HIDDEN> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Spam-Score: 173 X-GND-Status: SPAM X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.196 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/machine-learning.scm (mxnet): New variable. --- gnu/packages/machine-learning.scm | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 50c41dc113..9408c4b8e0 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @ [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.8 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.5 (/) * gnu/packages/machine-learning.scm (mxnet): New variable. --- gnu/packages/machine-learning.scm | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 50c41dc113..9408c4b8e0 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -60,6 +60,8 @@ #:use-module (gnu packages graphviz) #:use-module (gnu packages gstreamer) #:use-module (gnu packages image) + #:use-module (gnu packages image-processing) + #:use-module (gnu packages jemalloc) #:use-module (gnu packages linux) #:use-module (gnu packages lisp-xyz) #:use-module (gnu packages maths) @@ -2121,3 +2123,63 @@ These include a barrier, broadcast, and allreduce.") technique that can be used for visualisation similarly to t-SNE, but also for general non-linear dimension reduction.") (license license:bsd-3))) + +(define-public mxnet + (package + (name "mxnet") + (version "1.6.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/apache/incubator-mxnet") + (commit version) + ;; TODO: Test if possible to include system version of those deps: + ;; mkldnn + ;; openmp + (recursive? #t))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jlk0a9kls4fxxq4sap21hk6k3vhqhlflx5jm8i2amwh1z22sj09")))) + (build-system cmake-build-system) + (arguments + `(#:configure-flags '("-DUSE_CUDA=OFF") + #:parallel-build? #f ; TODO: Try rebuilding in parallel. + #:phases + (modify-phases %standard-phases + (replace 'check + (lambda _ + ;; Skip tests that require internet access. + (invoke "ctest" "--timeout" "6000"))) + ;; (add-before 'check 'increase-test-timeout + ;; (lambda _ + ;; ;; TODO: Set right timeout. + ;; (setenv "CTEST_TEST_TIMEOUT" "6000") + ;; #t)) + ))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("perl" ,perl) + ;; TODO: Use our gtest + ;; ("googletest" ,googletest) + )) + (inputs + `(("lapack" ,lapack) + ("openblas" ,openblas) + ("opencv" ,opencv) + ("jemalloc" ,jemalloc))) + (home-page "https://mxnet.apache.org/") + (synopsis "Distributed/Mobile Deep Learning") + (description + "Apache MXNet (incubating) is a deep learning framework. It allows you +to mix symbolic and imperative programming. At its core, MXNet contains a +dynamic dependency scheduler that automatically parallelizes both symbolic and +imperative operations on the fly. A graph optimization layer on top of that +makes symbolic execution fast and memory efficient. MXNet is portable and +lightweight, scaling effectively to multiple GPUs and multiple machines. + +MXNet is more than a deep learning project. It is a collection of blue prints +and guidelines for building deep learning systems, and interesting insights of +DL systems for hackers.") + (license license:asl2.0))) -- 2.25.1 ------------=_1750075022-2682-0 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40002-done) by debbugs.gnu.org; 16 Jun 2025 11:56:15 +0000 Received: from localhost ([127.0.0.1]:43747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1uR8Ri-0000ci-S0 for submit <at> debbugs.gnu.org; Mon, 16 Jun 2025 07:56:15 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:45636) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <andreas@HIDDEN>) id 1uR8Rf-0000bT-GV for 40002-done <at> debbugs.gnu.org; Mon, 16 Jun 2025 07:56:11 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 804363EF; Mon, 16 Jun 2025 13:56:05 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id QR478o27FB2K; Mon, 16 Jun 2025 13:56:04 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A1642156; Mon, 16 Jun 2025 13:56:03 +0200 (CEST) Date: Mon, 16 Jun 2025 13:56:02 +0200 From: Andreas Enge <andreas@HIDDEN> To: Simon Tournier <zimon.toutoune@HIDDEN> Subject: Re: [bug#40002] [PATCH] WIP: Add mxnet. Message-ID: <aFAGUgg5iAtqsXn7@jurong> References: <20200309182508.14144-1-mail@HIDDEN> <8734c07z5a.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8734c07z5a.fsf@HIDDEN> X-Rspamd-Server: hera X-Rspamd-Queue-Id: 804363EF X-Spamd-Result: default: False [1.31 / 15.00]; BAYES_HAM(-2.81)[99.19%]; NEURAL_SPAM(2.22)[0.739]; SUSPICIOUS_RECIPS(1.50)[]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_FIVE(0.00)[5]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TAGGED_RCPT(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com]; TO_DN_SOME(0.00)[]; FREEMAIL_CC(0.00)[ambrevar.xyz,debbugs.gnu.org,posteo.net,gmail.com] X-Spam-Level: * X-Rspamd-Action: no action X-Spamd-Bar: + X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Am Mon, Jun 16, 2025 at 12:34:57PM +0200 schrieb Simon Tournier: > On Mon, 09 Mar 2020 at 19:25, Pierre Neidhardt <mail@HIDDEN> wrote: > What do we do with this old submission? Close and try to [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in sa-trusted.bondedsender.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record X-Debbugs-Envelope-To: 40002-done Cc: Pierre Neidhardt <mail@HIDDEN>, Sharlatan Hellseher <sharlatanus@HIDDEN>, 40002-done <at> debbugs.gnu.org, Eric Bavier <bavier@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 1.0 (+) Am Mon, Jun 16, 2025 at 12:34:57PM +0200 schrieb Simon Tournier: > On Mon, 09 Mar 2020 at 19:25, Pierre Neidhardt <mail@HIDDEN> wrote: > What do we do with this old submission? Close and try to merge? > Pierre isn’t active for a while and probably AFK. I take the liberty to close it. I am wary of packages that (currently) nobody cares about, that are probably out of date, and that will cause maintenance work in the future; all this with probably zero users. Thanks for spotting it, Andreas ------------=_1750075022-2682-0--
MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Pierre Neidhardt <mail@HIDDEN> Subject: bug#40002: closed (Re: [bug#40002] [PATCH] WIP: Add mxnet.) Message-ID: <handler.40002.D40002.17500749752405.notifdone <at> debbugs.gnu.org> References: <aFAGUgg5iAtqsXn7@jurong> <20200309182508.14144-1-mail@HIDDEN> X-Gnu-PR-Message: they-closed 40002 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 40002 <at> debbugs.gnu.org Date: Mon, 16 Jun 2025 11:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1750075022-2682-1" This is a multi-part message in MIME format... ------------=_1750075022-2682-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40002: [PATCH] WIP: Add mxnet. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 40002 <at> debbugs.gnu.org. --=20 40002: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40002 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems ------------=_1750075022-2682-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40002-done) by debbugs.gnu.org; 16 Jun 2025 11:56:15 +0000 Received: from localhost ([127.0.0.1]:43747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1uR8Ri-0000ci-S0 for submit <at> debbugs.gnu.org; Mon, 16 Jun 2025 07:56:15 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:45636) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <andreas@HIDDEN>) id 1uR8Rf-0000bT-GV for 40002-done <at> debbugs.gnu.org; Mon, 16 Jun 2025 07:56:11 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 804363EF; Mon, 16 Jun 2025 13:56:05 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id QR478o27FB2K; Mon, 16 Jun 2025 13:56:04 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A1642156; Mon, 16 Jun 2025 13:56:03 +0200 (CEST) Date: Mon, 16 Jun 2025 13:56:02 +0200 From: Andreas Enge <andreas@HIDDEN> To: Simon Tournier <zimon.toutoune@HIDDEN> Subject: Re: [bug#40002] [PATCH] WIP: Add mxnet. Message-ID: <aFAGUgg5iAtqsXn7@jurong> References: <20200309182508.14144-1-mail@HIDDEN> <8734c07z5a.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8734c07z5a.fsf@HIDDEN> X-Rspamd-Server: hera X-Rspamd-Queue-Id: 804363EF X-Spamd-Result: default: False [1.31 / 15.00]; BAYES_HAM(-2.81)[99.19%]; NEURAL_SPAM(2.22)[0.739]; SUSPICIOUS_RECIPS(1.50)[]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_FIVE(0.00)[5]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TAGGED_RCPT(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com]; TO_DN_SOME(0.00)[]; FREEMAIL_CC(0.00)[ambrevar.xyz,debbugs.gnu.org,posteo.net,gmail.com] X-Spam-Level: * X-Rspamd-Action: no action X-Spamd-Bar: + X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Am Mon, Jun 16, 2025 at 12:34:57PM +0200 schrieb Simon Tournier: > On Mon, 09 Mar 2020 at 19:25, Pierre Neidhardt <mail@HIDDEN> wrote: > What do we do with this old submission? Close and try to [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [185.233.100.1 listed in sa-trusted.bondedsender.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record X-Debbugs-Envelope-To: 40002-done Cc: Pierre Neidhardt <mail@HIDDEN>, Sharlatan Hellseher <sharlatanus@HIDDEN>, 40002-done <at> debbugs.gnu.org, Eric Bavier <bavier@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 1.0 (+) Am Mon, Jun 16, 2025 at 12:34:57PM +0200 schrieb Simon Tournier: > On Mon, 09 Mar 2020 at 19:25, Pierre Neidhardt <mail@HIDDEN> wrote: > What do we do with this old submission? Close and try to merge? > Pierre isn’t active for a while and probably AFK. I take the liberty to close it. I am wary of packages that (currently) nobody cares about, that are probably out of date, and that will cause maintenance work in the future; all this with probably zero users. Thanks for spotting it, Andreas ------------=_1750075022-2682-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Mar 2020 18:25:19 +0000 Received: from localhost ([127.0.0.1]:51451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1jBN5a-0004Xs-Ll for submit <at> debbugs.gnu.org; Mon, 09 Mar 2020 14:25:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:39816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <mail@HIDDEN>) id 1jBN5Y-0004Xj-DH for submit <at> debbugs.gnu.org; Mon, 09 Mar 2020 14:25:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40284) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <mail@HIDDEN>) id 1jBN5W-0006K8-VS for guix-patches@HIDDEN; Mon, 09 Mar 2020 14:25:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <mail@HIDDEN>) id 1jBN5V-0005CA-5v for guix-patches@HIDDEN; Mon, 09 Mar 2020 14:25:14 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34151) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <mail@HIDDEN>) id 1jBN5U-00057a-WD for guix-patches@HIDDEN; Mon, 09 Mar 2020 14:25:13 -0400 X-Originating-IP: 92.169.129.147 Received: from localhost.localdomain (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@HIDDEN) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id B2224E0002 for <guix-patches@HIDDEN>; Mon, 9 Mar 2020 18:25:08 +0000 (UTC) From: Pierre Neidhardt <mail@HIDDEN> To: guix-patches@HIDDEN Subject: [PATCH] WIP: Add mxnet. Date: Mon, 9 Mar 2020 19:25:08 +0100 Message-Id: <20200309182508.14144-1-mail@HIDDEN> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Spam-Score: 173 X-GND-Status: SPAM X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.196 X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/machine-learning.scm (mxnet): New variable. --- gnu/packages/machine-learning.scm | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 50c41dc113..9408c4b8e0 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @ [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.8 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.5 (/) * gnu/packages/machine-learning.scm (mxnet): New variable. --- gnu/packages/machine-learning.scm | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 50c41dc113..9408c4b8e0 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -60,6 +60,8 @@ #:use-module (gnu packages graphviz) #:use-module (gnu packages gstreamer) #:use-module (gnu packages image) + #:use-module (gnu packages image-processing) + #:use-module (gnu packages jemalloc) #:use-module (gnu packages linux) #:use-module (gnu packages lisp-xyz) #:use-module (gnu packages maths) @@ -2121,3 +2123,63 @@ These include a barrier, broadcast, and allreduce.") technique that can be used for visualisation similarly to t-SNE, but also for general non-linear dimension reduction.") (license license:bsd-3))) + +(define-public mxnet + (package + (name "mxnet") + (version "1.6.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/apache/incubator-mxnet") + (commit version) + ;; TODO: Test if possible to include system version of those deps: + ;; mkldnn + ;; openmp + (recursive? #t))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jlk0a9kls4fxxq4sap21hk6k3vhqhlflx5jm8i2amwh1z22sj09")))) + (build-system cmake-build-system) + (arguments + `(#:configure-flags '("-DUSE_CUDA=OFF") + #:parallel-build? #f ; TODO: Try rebuilding in parallel. + #:phases + (modify-phases %standard-phases + (replace 'check + (lambda _ + ;; Skip tests that require internet access. + (invoke "ctest" "--timeout" "6000"))) + ;; (add-before 'check 'increase-test-timeout + ;; (lambda _ + ;; ;; TODO: Set right timeout. + ;; (setenv "CTEST_TEST_TIMEOUT" "6000") + ;; #t)) + ))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("perl" ,perl) + ;; TODO: Use our gtest + ;; ("googletest" ,googletest) + )) + (inputs + `(("lapack" ,lapack) + ("openblas" ,openblas) + ("opencv" ,opencv) + ("jemalloc" ,jemalloc))) + (home-page "https://mxnet.apache.org/") + (synopsis "Distributed/Mobile Deep Learning") + (description + "Apache MXNet (incubating) is a deep learning framework. It allows you +to mix symbolic and imperative programming. At its core, MXNet contains a +dynamic dependency scheduler that automatically parallelizes both symbolic and +imperative operations on the fly. A graph optimization layer on top of that +makes symbolic execution fast and memory efficient. MXNet is portable and +lightweight, scaling effectively to multiple GPUs and multiple machines. + +MXNet is more than a deep learning project. It is a collection of blue prints +and guidelines for building deep learning systems, and interesting insights of +DL systems for hackers.") + (license license:asl2.0))) -- 2.25.1 ------------=_1750075022-2682-1--
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.