From 3be412a06d52632852d1fde3d818e16c4c62477b Mon Sep 17 00:00:00 2001 From: Captain Date: Tue, 26 May 2020 14:20:56 +0800 Subject: [PATCH] disable quad-precision compile tempoary --- fftw.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fftw.spec b/fftw.spec index 638cbd3..ff20dd4 100644 --- a/fftw.spec +++ b/fftw.spec @@ -18,9 +18,10 @@ Source0: http://www.fftw.org/fftw-%{version}.tar.gz BuildRequires: gcc-gfortran autoconf automake libtool time perl-interpreter %global quad 0 -%ifarch x86_64 -%global quad 1 -%endif +# disable quad-precision compile tempoary +#%ifarch x86_64 +#%global quad 1 +#%endif %if %{with mpich} BuildRequires: mpich-devel nss-myhostname