mirror of
https://github.com/amd/blis.git
synced 2026-05-12 18:15:37 +00:00
Fixed 'configure' breakage introduced in 6433831.
Details:
- Added a missing 'fi' (endif) keyword to a conditional block added in
the configure script in commit 6433831.
This commit is contained in:
committed by
Devrajegowda, Kiran
parent
38ecda47e7
commit
99da76fd64
1
configure
vendored
1
configure
vendored
@@ -1453,6 +1453,7 @@ check_compiler()
|
||||
echo "${script_name}: ${cc} ${cc_version} is known to cause erroneous results. See https://github.com/flame/blis/issues/371 for details."
|
||||
blacklistcc_add "knl"
|
||||
blacklistcc_add "skx"
|
||||
fi
|
||||
if [ ${cc_major} -ge 19 ]; then
|
||||
echo "${script_name}: ${cc} ${cc_version} is known to cause erroneous results. See https://github.com/flame/blis/issues/371 for details."
|
||||
echoerr_unsupportedcc
|
||||
|
||||
Reference in New Issue
Block a user