emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64067: closed ([PATCH] gnu: psascan: Do not build with "-march=nativ


From: GNU bug Tracking System
Subject: bug#64067: closed ([PATCH] gnu: psascan: Do not build with "-march=native".)
Date: Wed, 14 Jun 2023 19:37:01 +0000

Your message dated Wed, 14 Jun 2023 22:36:26 +0300
with message-id <ZIoWunIVR1WFHtcX@3900XT>
and subject line Re: [bug#64067] [PATCH] gnu: psascan: Do not build with 
"-march=native".
has caused the debbugs.gnu.org bug report #64067,
regarding [PATCH] gnu: psascan: Do not build with "-march=native".
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64067: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64067
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: psascan: Do not build with "-march=native". Date: Wed, 14 Jun 2023 21:46:14 +0800
* gnu/packages/cpp.scm (psascan)[origin]: Add 'snippet'.
[properties]: New field.
---
 gnu/packages/cpp.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 365b15a3b9..39a34c20dd 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -30,7 +30,7 @@
 ;;; Copyright ?? 2022 Attila Lendvai <attila@lendvai.name>
 ;;; Copyright ?? 2022 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright ?? 2022 David Elsing <david.elsing@posteo.net>
-;;; Copyright ?? 2022 Zheng Junjie <873216071@qq.com>
+;;; Copyright ?? 2022, 2023 Zheng Junjie <873216071@qq.com>
 ;;; Copyright ?? 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright ?? 2023 Sughosha <Sughosha@proton.me>
 ;;; Copyright ?? 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
@@ -1173,7 +1173,11 @@ (define-public psascan
                                   "/pSAscan-" version ".tar.bz2"))
               (sha256
                (base32
-                "1cphk4gf202nzkxz6jdjzls4zy27055gwpm0r8cn99gr6c8548cy"))))
+                "1cphk4gf202nzkxz6jdjzls4zy27055gwpm0r8cn99gr6c8548cy"))
+              (modules '((guix build utils)))
+              (snippet '(begin (substitute* '("src/Makefile"
+                                              
"tools/delete-bytes-255/Makefile")
+                                 (("-march=native") ""))))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -1187,6 +1191,7 @@ (define-public psascan
               (install-file "psascan"
                             (string-append #$output "/bin")))))))
     (inputs (list libdivsufsort))
+    (properties '((tunable? . #t)))
     (home-page "https://www.cs.helsinki.fi/group/pads/pSAscan.html";)
     (synopsis "Parallel external memory suffix array construction")
     (description "This package contains an implementation of the parallel

base-commit: 7c12255eb9fdd73b481c3c588b02809abd633be8
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#64067] [PATCH] gnu: psascan: Do not build with "-march=native". Date: Wed, 14 Jun 2023 22:36:26 +0300
Thanks. Patch applied.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]