From unknown Sat Jun 21 10:42:21 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#34942 <34942@debbugs.gnu.org> To: bug#34942 <34942@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add mlucas. Reply-To: bug#34942 <34942@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:42:21 +0000 retitle 34942 [PATCH] gnu: Add mlucas. reassign 34942 guix-patches submitter 34942 Arun Isaac severity 34942 normal tag 34942 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 21 23:51:52 2019 Received: (at submit) by debbugs.gnu.org; 22 Mar 2019 03:51:52 +0000 Received: from localhost ([127.0.0.1]:53903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h7BDj-0000Zz-Sy for submit@debbugs.gnu.org; Thu, 21 Mar 2019 23:51:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37565) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h7BDe-0000Zj-9z for submit@debbugs.gnu.org; Thu, 21 Mar 2019 23:51:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:53441) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h7BDZ-0001qH-1X for submit@debbugs.gnu.org; Thu, 21 Mar 2019 23:51:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7BDX-0005Sn-MR for guix-patches@gnu.org; Thu, 21 Mar 2019 23:51:40 -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.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7B9q-0005Gx-RH for guix-patches@gnu.org; Thu, 21 Mar 2019 23:47:52 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:49752) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h7B9p-0005Ei-HT for guix-patches@gnu.org; Thu, 21 Mar 2019 23:47:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tUmvamvKqZAi3O8vjM4j0TMUitE6UgkEnk1tkVS5AsY=; b=GQ/BgGRlj3AQigCKYimthBRrDy 707gkgbvLqUdhrVHIgvRi+ysClhc2Gms4w4K+DfCj682bUrMZ5Wfb9Zas+e7+5atU5IWPadJqWxx5 Bx9mKkMFRB9vCfvf9wfIZZ7kjuDDciIl9en/fqqTIlRmRRCjSv2JsFcbZak1Rh2u7lDs=; Received: from [14.139.128.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.92) (envelope-from ) id 1h7B9k-00074p-Oa; Fri, 22 Mar 2019 09:17:44 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add mlucas. Date: Fri, 22 Mar 2019 09:17:29 +0530 Message-Id: <20190322034729.17348-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 139.59.75.54 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/maths.scm (mlucas): New variable. --- gnu/packages/maths.scm | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index ddb4672ff9..c10267432a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4818,3 +4818,54 @@ implemented as callable objects, and bases of finite element spaces.") built on top of DUNE, the Distributed and Unified Numerics Environment.") ;; Either GPL version 2 with "runtime exception" or LGPLv3+. (license (list license:lgpl3+ license:gpl2)))) + +(define-public mlucas + (package + (name "mlucas") + (version "18") + (source + (origin + (method url-fetch) + (uri (string-append + "https://mersenneforum.org/mayer/src/C/mlucas_v" version ".txz")) + (sha256 + (base32 + "1ax12qj9lyvnx4vs3gx7l8r3wx5gjbsdswp5f00ik9z0wz7xf297")))) + (build-system gnu-build-system) + (inputs + `(("python2" ,python-2))) + (arguments + `(#:tests? #f ; no tests + #:phases + (modify-phases %standard-phases + (replace 'configure + (lambda _ + (chdir "src") + (call-with-output-file "Makefile" + (lambda (port) + (format port "CC = gcc +CFLAGS = -O3 ~a -DUSE_THREADS +LDLIBS = -lm -lpthread -lrt +Mlucas: $(addsuffix .o,$(basename $(wildcard *.c))) +" + ,(let ((system (or (%current-target-system) + (%current-system)))) + (cond + ((string-prefix? "x86_64" system) "-DUSE_SSE2") + (else "")))))) + #t)) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let ((bin (string-append (assoc-ref outputs "out") "/bin"))) + (install-file "Mlucas" bin) + (install-file "primenet.py" bin)) + #t))))) + (home-page "https://www.mersenne.org") + (synopsis "Great Internet Mersenne Prime Search (GIMPS) distributed computing client") + (description "Mlucas performs Lucas-Lehmer primality testing of Mersenne +numbers in search of a world-record prime. You may use it to test any +suitable number as you wish, but it is preferable that you do so in a +coordinated fashion, as part of the Great Internet Mersenne Prime +Search (GIMPS). Mlucas also includes a simple Python script for assignment +management via the GIMPS project's Primenet server.") + (license license:gpl2+))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 30 06:41:58 2019 Received: (at 34942) by debbugs.gnu.org; 30 Mar 2019 10:41:58 +0000 Received: from localhost ([127.0.0.1]:36278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hABQz-0003ef-Og for submit@debbugs.gnu.org; Sat, 30 Mar 2019 06:41:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36507) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hABQx-0003eQ-KG for 34942@debbugs.gnu.org; Sat, 30 Mar 2019 06:41:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hABQr-0005TU-Ua; Sat, 30 Mar 2019 06:41:50 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57944 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hABQr-00044g-E2; Sat, 30 Mar 2019 06:41:49 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Arun Isaac Subject: Re: [bug#34942] [PATCH] gnu: Add mlucas. References: <20190322034729.17348-1-arunisaac@systemreboot.net> Date: Sat, 30 Mar 2019 11:41:48 +0100 In-Reply-To: <20190322034729.17348-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Fri, 22 Mar 2019 09:17:29 +0530") Message-ID: <87tvfk4par.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34942 Cc: 34942@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Arun Isaac skribis: > * gnu/packages/maths.scm (mlucas): New variable. LGTM, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 01 10:46:35 2019 Received: (at 34942-done) by debbugs.gnu.org; 1 Apr 2019 14:46:35 +0000 Received: from localhost ([127.0.0.1]:39821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hAyCo-0001EB-AB for submit@debbugs.gnu.org; Mon, 01 Apr 2019 10:46:35 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:40314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hAyCj-0001Db-CX for 34942-done@debbugs.gnu.org; Mon, 01 Apr 2019 10:46:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=UciQdaIEXS2zX7KGEbOrLB6gaNybtemNMVOFd4pQ/UU=; b=jL3r2Em85eFDUY3tyHfRenO3c 09aenbZVe9A1th2rwq0KiZpoOMJGiejZvFlxMUTggpSClqUZlaYzY3HUr/ad37faMe398HxHN6UFg aihiGwOwwWHyPJDutVG1jZSbisqtrb8qdOsQHMaeyHzaTM+sQg3cLiXfemzdmVKHyV6UQ=; Received: from [49.206.14.41] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hAyCg-0001Rd-9O; Mon, 01 Apr 2019 20:16:26 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#34942] [PATCH] gnu: Add mlucas. In-Reply-To: <87tvfk4par.fsf@gnu.org> References: <20190322034729.17348-1-arunisaac@systemreboot.net> <87tvfk4par.fsf@gnu.org> Date: Mon, 01 Apr 2019 20:16:04 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34942-done Cc: 34942-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Pushed, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAlyiJCwACgkQLiXui2GA K7PpYQf/SJe7tMY6ixId+gTteK9JElNyf9oDY+g+vZMOjeyxrUbc9NyJs8Bz7Ezq rot1SqJW4YhE9MAvhmX76Ae5q9hWe1kadxecvyWlM011jbW/XfVCR7s/BMgkxRSL +yDqXiSn2rv6NvF+LkYecl0Ppy/tJ1no9B6ID0fsOQ0vi9PMlROy3rTkn6gio1tC w3B1M3PjqQQrUpABo4MooflK9rpq8wLz9WVGLb92z1tC8QDXYNrhsVbLqQsBxJQ+ zXDmjm1rwFHNlmInWJn2PriU7YNCvT2AwcLpl9JRebSD34i4sCS8Jo+YXpBfU7gN BFDSqinkUoaIzObvjFehf5ASPJ95Vw== =TYIE -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 10:42:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 30 Apr 2019 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator