[packages/fftw3] build quad precision only on archs supporting libquadmath

atler atler at pld-linux.org
Sat May 2 14:43:57 CEST 2020


commit 6d6f0a34ede8ea4884e33ded9c87a00bc6d2e77b
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat May 2 14:01:27 2020 +0200

    build quad precision only on archs supporting libquadmath

 fftw3.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/fftw3.spec b/fftw3.spec
index d8fb7b9..5b77041 100644
--- a/fftw3.spec
+++ b/fftw3.spec
@@ -13,6 +13,11 @@
 %bcond_with	avx256		# AVX2 256-bit FMA instructions
 %bcond_with	avx512		# AVX512 and KCVI [experimental]
 #
+
+%ifnarch %{ix86} %{x8664} x32 ia64
+%undefine	with_fftwq
+%endif
+
 Summary:	Fast Fourier Transform library
 Summary(pl.UTF-8):	Biblioteka z funkcjami szybkiej transformaty Fouriera
 Summary(pt_BR.UTF-8):	biblioteca fast fourier transform
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fftw3.git/commitdiff/6d6f0a34ede8ea4884e33ded9c87a00bc6d2e77b



More information about the pld-cvs-commit mailing list