disable all non-generic kernels on non-x86_64 for now
This commit is contained in:
parent
c223fc96a1
commit
4a8eeb5c40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user