disable all non-generic kernels on non-x86_64 for now

This commit is contained in:
Dominik 'Rathann' Mierzejewski 2018-01-06 17:19:07 +01:00
parent c223fc96a1
commit 4a8eeb5c40

View File

@ -197,10 +197,8 @@ for mpi in '' mpich openmpi ; do
%ifnarch x86_64
--disable-sse-assembly \
--disable-sse \
--disable-avx2 \
%endif
%ifnarch i686 x86_64
--disable-avx \
--disable-avx2 \
%endif
${s:+--enable-openmp} \
%if %{with papi}
@ -356,6 +354,7 @@ done
- include and verify GPG signature
- conditionalize running tests and disable by default as they take too long
- split out API documentation and headers into -common-devel subpackage
- disable all non-generic kernels on non-x86_64 for now
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2015.11.001-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild