commit 6d6f0a34ede8ea4884e33ded9c87a00bc6d2e77b
Author: Jan Palus <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to