From 088e5256c71aecb503d621b51ba65c9c1e1fb058 Mon Sep 17 00:00:00 2001
From: Joe Garcia <joe.garcia@ssec.wisc.edu>
Date: Sun, 14 Mar 2021 14:45:33 -0500
Subject: [PATCH] pyblosc doesn't do wheels on arm yet (should patch)

---
 ShellB3/shallbethree.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index 9d814e40..a658b545 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -4734,7 +4734,11 @@ diff -ru setup.py setup.py
            # Snappy is disabled by default
            '-DDEACTIVATE_SNAPPY:BOOL=%s' % cmake_bool(not int(os.environ.get('INCLUDE_SNAPPY', '0'))),
 PATCH
+  if isDarwin && isARM ; then
+  CANWHEEL=NO DISABLE_BLOSC_AVX2=YESS _setup_build_install blosc src/optional/blosc-${PYBLOSCVER}.tar.gz blosc-${PYBLOSCVER}
+  else
   DISABLE_BLOSC_AVX2=YESS _setup_build_install blosc src/optional/blosc-${PYBLOSCVER}.tar.gz blosc-${PYBLOSCVER}
+  fi
 
   reid $( find *ib* -name libblosc.* -type f )
 
-- 
GitLab