From unknown Wed Aug 20 05:17:25 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#75758 <75758@debbugs.gnu.org> To: bug#75758 <75758@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Remove arachne-pnr. Reply-To: bug#75758 <75758@debbugs.gnu.org> Date: Wed, 20 Aug 2025 12:17:25 +0000 retitle 75758 [PATCH] gnu: Remove arachne-pnr. reassign 75758 guix-patches submitter 75758 Cayetano Santos severity 75758 normal tag 75758 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 22 06:37:33 2025 Received: (at submit) by debbugs.gnu.org; 22 Jan 2025 11:37:33 +0000 Received: from localhost ([127.0.0.1]:60246 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1taZ36-0006SB-Jj for submit@debbugs.gnu.org; Wed, 22 Jan 2025 06:37:33 -0500 Received: from lists.gnu.org ([2001:470:142::17]:32780) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1taZ33-0006Rj-Ow for submit@debbugs.gnu.org; Wed, 22 Jan 2025 06:37:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1taZ2v-00085A-91 for guix-patches@gnu.org; Wed, 22 Jan 2025 06:37:22 -0500 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1taZ2r-0003Vj-5U for guix-patches@gnu.org; Wed, 22 Jan 2025 06:37:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1737545832; bh=1ZJpF0Kb5qjyV1L7qWW0Nvt3lnDY3oc/cSnbSHEDl9g=; h=From:To:Cc:Subject:Date:From; b=N0wCcU45EUZ9WHL3kYVZXNpO44AGKtc5znJR+YBfUmNBd9QmBhnztdM2vFdpQsVZa kMdmLjEnNnBlDyAHFaolbpD9BL3GBGcC9VVsTVwuPoeiwyiWqlg03Ue+VFEFql8ZBV nsN1RJ9eaYzpUd1RrBY6E09WdvGFXhXUWdEUtWKw= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4YdMVw1nJjz6vW7; Wed, 22 Jan 2025 11:37:12 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4YdMVw0KYVz6vVK; Wed, 22 Jan 2025 11:37:11 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Remove arachne-pnr. Date: Wed, 22 Jan 2025 12:35:26 +0100 Message-ID: <9c910878fcf1e725210968a1369ecd6457191049.1737545726.git.csantosb@inventati.org> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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/fpga.scm (arachne-pnr): Delete variable. Change-Id: I86a42633de96af04499106aabca43bfab4b35f24 --- Arachne README.md states that this code is not maintained anymore, and advices to replace it by nextpnr. gnu/packages/fpga.scm | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index fadf72ba1d..4af701bc14 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -402,48 +402,6 @@ (define-public nextpnr-ice40 (home-page "https://github.com/YosysHQ/nextpnr") (license license:expat)))) -(define-public arachne-pnr - (let ((commit "840bdfdeb38809f9f6af4d89dd7b22959b176fdd") - (revision "2")) - (package - (name "arachne-pnr") - (version (string-append "0.0-" revision "-" (string-take commit 9))) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/YosysHQ/arachne-pnr") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1dqvjvgvsridybishv4pnigw9gypxh7r7nrqp9z9qq92v7c5rxzl")))) - (build-system gnu-build-system) - (arguments - `(#:test-target "test" - #:make-flags - (list (string-append "DESTDIR=" (assoc-ref %outputs "out")) - (string-append "ICEBOX=" (string-append - (assoc-ref %build-inputs "icestorm") - "/share/icebox"))) - #:phases (modify-phases %standard-phases - (replace 'configure - (lambda* (#:key outputs inputs #:allow-other-keys) - (substitute* '("./tests/fsm/generate.py" - "./tests/combinatorial/generate.py") - (("#!/usr/bin/python") "#!/usr/bin/python2")) - #t))))) - (inputs - (list icestorm)) - (native-inputs - `(("git" ,git) ; for determining its own version string - ("yosys" ,yosys) ; for tests - ("perl" ,perl) ; for shasum - ("python-2" ,python-2))) ; for tests - (home-page "https://github.com/YosysHQ/arachne-pnr") - (synopsis "Place-and-Route tool for FPGAs") - (description "Arachne-PNR is a Place-and-Route Tool For FPGAs.") - (license license:gpl2)))) - (define-public gtkwave (package (name "gtkwave") base-commit: 49cb321eb799ef9da82ba83a0a0e0db4b1a72f51 -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 26 22:41:55 2025 Received: (at 75758-done) by debbugs.gnu.org; 27 Jan 2025 03:41:55 +0000 Received: from localhost ([127.0.0.1]:58649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tcG0Y-0004I1-Mr for submit@debbugs.gnu.org; Sun, 26 Jan 2025 22:41:55 -0500 Received: from smtp21.cstnet.cn ([159.226.251.21]:38128 helo=cstnet.cn) by debbugs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1tcG0U-0004Hg-LZ for 75758-done@debbugs.gnu.org; Sun, 26 Jan 2025 22:41:52 -0500 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowACXH_lxAJdncUSdCQ--.4007S2; Mon, 27 Jan 2025 11:41:41 +0800 (CST) From: Zheng Junjie To: Cayetano Santos via Guix-patches via Subject: Re: [bug#75758] [PATCH] gnu: Remove arachne-pnr. In-Reply-To: <9c910878fcf1e725210968a1369ecd6457191049.1737545726.git.csantosb@inventati.org> (Cayetano Santos via Guix-patches via's message of "Wed, 22 Jan 2025 12:35:26 +0100") References: <9c910878fcf1e725210968a1369ecd6457191049.1737545726.git.csantosb@inventati.org> User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Mon, 27 Jan 2025 11:41:36 +0800 Message-ID: <87bjvs2aa7.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowACXH_lxAJdncUSdCQ--.4007S2 X-Coremail-Antispam: 1UD129KBjvJXoWxJrykXF4fXF1fur1UZw17trb_yoW5JryDpa 1av342yr15GrsrJanIg3ZYkFyjq3yDGr43C34DAw48GFnFyrW8urWakF4fXF9rX3s7Ww1a gF4UJr1UGFyUGFDanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvCb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_JFI_Gr1l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Gr0_Cr1l84ACjcxK6I8E87Iv67AKxVW8Jr0_Cr1UM28EF7xvwV C2z280aVCY1x0267AKxVW8Jr0_Cr1UM2vj62AExVA0xI801c8C04v26x02cVCv0xWle2I2 62IYc4CY6c8Ij28IcVAaY2xG8wASzI0EjI02j7AqF2xKxwAqx4xG64xvF2IEw4CE5I8CrV C2j2WlYx0E2Ix0cI8IcVAFwI0_JrI_JrylYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE 7xkEbVWUJVW8JwACjcxG0xvEwIxGrwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbV WUJVW8JwC20s026c02F40E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF 67kF1VAFwI0_Jrv_JF1lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42 IY6xIIjxv20xvEc7CjxVAFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6r1j6r1xMIIF 0xvEx4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_Jr0_GrUvcSsGvfC2Kf nxnUUI43ZEXa7IUeqFAtUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 75758-done Cc: 75758-done@debbugs.gnu.org, Cayetano Santos 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: -3.3 (---) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (arachne-pnr): Delete variable. > > Change-Id: I86a42633de96af04499106aabca43bfab4b35f24 > --- > > Arachne README.md states that this code is not maintained anymore, and ad= vices to replace it by nextpnr. I added this to the commit message. > > gnu/packages/fpga.scm | 42 ------------------------------------------ > 1 file changed, 42 deletions(-) > > diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm > index fadf72ba1d..4af701bc14 100644 > --- a/gnu/packages/fpga.scm > +++ b/gnu/packages/fpga.scm > @@ -402,48 +402,6 @@ (define-public nextpnr-ice40 > (home-page "https://github.com/YosysHQ/nextpnr") > (license license:expat)))) >=20=20 > -(define-public arachne-pnr > - (let ((commit "840bdfdeb38809f9f6af4d89dd7b22959b176fdd") > - (revision "2")) > - (package > - (name "arachne-pnr") > - (version (string-append "0.0-" revision "-" (string-take commit 9))) > - (source (origin > - (method git-fetch) > - (uri (git-reference > - (url "https://github.com/YosysHQ/arachne-pnr") > - (commit commit))) > - (file-name (git-file-name name version)) > - (sha256 > - (base32 > - "1dqvjvgvsridybishv4pnigw9gypxh7r7nrqp9z9qq92v7c5rxzl= ")))) > - (build-system gnu-build-system) > - (arguments > - `(#:test-target "test" > - #:make-flags > - (list (string-append "DESTDIR=3D" (assoc-ref %outputs "out")) > - (string-append "ICEBOX=3D" (string-append > - (assoc-ref %build-inputs "icestor= m") > - "/share/icebox"))) > - #:phases (modify-phases %standard-phases > - (replace 'configure > - (lambda* (#:key outputs inputs #:allow-other-keys) > - (substitute* '("./tests/fsm/generate.py" > - "./tests/combinatorial/generate.py") > - (("#!/usr/bin/python") "#!/usr/bin/python2")) > - #t))))) > - (inputs > - (list icestorm)) > - (native-inputs > - `(("git" ,git) ; for determining its own version string > - ("yosys" ,yosys) ; for tests > - ("perl" ,perl) ; for shasum > - ("python-2" ,python-2))) ; for tests > - (home-page "https://github.com/YosysHQ/arachne-pnr") > - (synopsis "Place-and-Route tool for FPGAs") > - (description "Arachne-PNR is a Place-and-Route Tool For FPGAs.") > - (license license:gpl2)))) > - > (define-public gtkwave > (package > (name "gtkwave") > > base-commit: 49cb321eb799ef9da82ba83a0a0e0db4b1a72f51 pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmeXAHAACgkQO1qpk+Gi 3/Bu4hAAoUrzfpebBqPMpblexhRFvLsxLRSEkAitt2Wh5FON3D7k6imaMIKMUDs4 0jqfk0xItluBRvFLUxUvve5Cj8CZWXXpYTSgADtnm7UguNroR4RZ5S7FuFu1JBns OvlDXhmhut8y62VCPUCADgMC1XR+Ge2MMkEbd3EDKyb0ez4vb/uZUW+DwMdnXBVi Srmi3Ec7bxzg2DbgDzrrOkm4BV4L+KG5Igq+JzU8qNYA9RWoY4VIEbf6tq3l0/+7 7mUJdh4cgXwr9FAqKUZk1jZyYPvEEYx0i+2njTF9y0bJ4rrVnGf601XB9MxeP/zJ 8cUn2Wtk8BqmS7SE0rlZTLSXDKTVHtQheRJgyXpxdnLLwlY3qOjhjS7lQFg/Lzpu ediFGJisVWT2eL2Vy14YBfyhTH5q/Dvu6wXulJMd+xT6YTkQGJ4TfhN0SPQE6oYU q9d8ec+i/QYpx99Vwm1oZGuotaVyVx9MR5ox/c+OIbDKE1K5WAh2077zngFGVulC W395a1HySba9Pru9brebylzTslhkgTEuXbX8wk7jMR3a6z0RLkoZkl/rIvf2T3Pz R4NhiKK3+JnfK4ZCeZXUlibshxY00bERWh6GQe6ULaAwB2l8tGf4UtbFemsjpB2a Y99AyXBBUG6TYAKAe8mPbSxF5wF6sc2tZsZlI2K9sEZd/C99YyU= =23DD -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Aug 20 05:17:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 24 Feb 2025 12:24:14 +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