From 566bdff7dbee2f2c5336a7159bb8bdd10a486f1e Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Fri, 22 Jul 2022 09:59:45 -0700 Subject: [PATCH] cadaver: enable build with neon 0.32 Closes #106403. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/cadaver.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/cadaver.rb b/Formula/cadaver.rb index 2e4f122da21a4..000f8beb9dc16 100644 --- a/Formula/cadaver.rb +++ b/Formula/cadaver.rb @@ -54,7 +54,7 @@ def install if test "$ne_cv_lib_neon" = "yes"; then ne_cv_lib_neonver=no - for v in 27 28 29; do -+ for v in 27 28 29 30 31; do ++ for v in 27 28 29 30 31 32; do case $ne_libver in 0.$v.*) ne_cv_lib_neonver=yes ;; esac @@ -64,8 +64,8 @@ def install else - { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&5 -$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29" >&6;} -+ { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5 -+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;} ++ { $as_echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31 32" >&5 ++$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31 32" >&6;} neon_got_library=no fi