mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
Intel ISAL requires yasm version 1.2.0 > with AVX2 instruction support, document it!
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@ if [ $? -ne 0 ]; then
|
||||
fi
|
||||
|
||||
if ! yasm -f elf64 -i isal/include isal/src/gf-vect-dot-prod-avx2.asm -o /dev/null 2>/dev/null ; then
|
||||
MISSING="${MISSING} yasm(elf64 support)"
|
||||
MISSING="${MISSING} yasm(1.2.0)"
|
||||
fi
|
||||
|
||||
## If dependencies are missing, warn the user and abort
|
||||
@@ -54,7 +54,7 @@ if [ "x${MISSING}" != "x" ]; then
|
||||
echo "** ${MISSING} **"
|
||||
echo
|
||||
echo "Please install them "
|
||||
echo "$ sudo apt-get install ${MISSING}"
|
||||
echo "${MISSING}"
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user