From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42239) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBNIt-0005pF-8w for guix-patches@gnu.org; Mon, 09 Mar 2020 14:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBNIs-0004Xb-5I for guix-patches@gnu.org; Mon, 09 Mar 2020 14:39:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45490) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBNIs-0004XU-29 for guix-patches@gnu.org; Mon, 09 Mar 2020 14:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBNIr-0004t2-Vg for guix-patches@gnu.org; Mon, 09 Mar 2020 14:39:01 -0400 Subject: [bug#40002] Acknowledgement ([PATCH] WIP: Add mxnet.) Resent-Message-ID: From: Pierre Neidhardt In-Reply-To: References: <20200309182508.14144-1-mail@ambrevar.xyz> Date: Mon, 09 Mar 2020 19:38:07 +0100 Message-ID: <87a74pgyr4.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: 40002@debbugs.gnu.org --=-=-= 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----- --=-=-=--