[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/23: gnu: zita-alsa-pcmi: Do not build with "-march=native".
From: |
guix-commits |
Subject: |
01/23: gnu: zita-alsa-pcmi: Do not build with "-march=native". |
Date: |
Sat, 1 Jul 2023 17:39:18 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3570d092ac9efe6b996b70e525b08ac376dd66db
Author: Z572 <873216071@qq.com>
AuthorDate: Sat May 27 20:16:08 2023 +0800
gnu: zita-alsa-pcmi: Do not build with "-march=native".
* gnu/packages/audio.scm (zita-alsa-pcmi): Do not build with
"-march=native".
[arguments]<#:phases>: remove '-march=native' form source/Makefile.
[properties]: New field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/audio.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 5adbe677d4..83d6f1c143 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -44,6 +44,7 @@
;;; Copyright © 2023 David Thompson <dthompson2@worcester.edu>
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2023 Gabriel Wicki <gabriel@erlikon.ch>
+;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4466,7 +4467,8 @@ provide high-quality sample rate conversion.")
(lambda _
(substitute* "source/Makefile"
(("ldconfig") "true")
- (("^LIBDIR =.*") "LIBDIR = lib\n"))
+ (("^LIBDIR =.*") "LIBDIR = lib\n")
+ (("CXXFLAGS \\+= -march=native") ""))
(chdir "source")
#t))
(add-after 'install 'install-symlink
@@ -4479,6 +4481,7 @@ provide high-quality sample rate conversion.")
(delete 'configure))))
(inputs
(list alsa-lib fftw))
+ (properties `((tunable? . #t)))
(home-page "https://kokkinizita.linuxaudio.org")
(synopsis "C++ wrapper around the ALSA API")
(description
- 20/23: gnu: Add go-github-com-matrix-org-gomatrix., (continued)
- 20/23: gnu: Add go-github-com-matrix-org-gomatrix., guix-commits, 2023/07/01
- 18/23: gnu: Add go-github-com-technoweenie-multipartstreamer., guix-commits, 2023/07/01
- 21/23: gnu: Add go-github-com-rylans-getlang., guix-commits, 2023/07/01
- 22/23: gnu: Add miniflux., guix-commits, 2023/07/01
- 23/23: gnu: Add python-tree-sitter., guix-commits, 2023/07/01
- 07/23: gnu: Add plan9port., guix-commits, 2023/07/01
- 08/23: gnu: Remove duplicate import., guix-commits, 2023/07/01
- 10/23: gnu: cabextract: Update to 1.11., guix-commits, 2023/07/01
- 11/23: gnu: mympd: Update to 10.3.3., guix-commits, 2023/07/01
- 16/23: gnu: Add go-github-com-tdewolff-parse-v2., guix-commits, 2023/07/01
- 01/23: gnu: zita-alsa-pcmi: Do not build with "-march=native".,
guix-commits <=
- 13/23: gnu: Add go-gopkg-in-square-go-jose-v2., guix-commits, 2023/07/01
- 17/23: gnu: Add go-github-com-tdewolff-minify-v2., guix-commits, 2023/07/01
- 19/23: gnu: Add go-github-com-go-telegram-bot-api-telegram-bot-api., guix-commits, 2023/07/01
- 06/23: gnu: Add neon2sse, guix-commits, 2023/07/01
- 12/23: gnu: Add go-github-com-pquerna-cachecontrol., guix-commits, 2023/07/01
- 02/23: gnu: zita-alsa-pcmi: fix cross-build., guix-commits, 2023/07/01
- 03/23: gnu: zita-alsa-pcmi: Use new style for arguments., guix-commits, 2023/07/01