Thiago Macieira 15942d9bbc clr-avx-move.pl: Avoid renaming what we've already renamed
If a package is built with both AVX512 and AVX2, when the
%make_install_avx2 target is run, we'll already have AVX512 files in
/usr/bin/haswell, /usr/lib64/haswell and plugins named *.so.avx512. So
don't recurse into the libsubdir and don't rename anything called
*.so.avx*.

This patch is a little bigger than necessary so we don't recurse at all
for binary directories.

Note: this only works if AVX512 is run first, because it depends on the
AVX512 directory being a subdir of the AVX2 directory.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2018-07-11 09:26:57 -07:00
2018-07-04 11:12:19 -07:00
S
Description
No description provided
192 KiB
Languages
Python 80%
Shell 9.3%
Perl 8.7%
Makefile 2%