From 73c05a666f71dd508b7e9fe7f522bfdc4ad19635 Mon Sep 17 00:00:00 2001
From: Joe Garcia <joe.garcia@ssec.wisc.edu>
Date: Mon, 17 May 2021 12:45:33 -0500
Subject: [PATCH] dont require wheel for blosc yet

---
 ShellB3/shallbethree.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index 5c64ac96..d43a0226 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -4722,7 +4722,7 @@ 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
-  DISABLE_BLOSC_AVX2=YESS _setup_build_install blosc src/optional/blosc-${PYBLOSCVER}.tar.gz blosc-${PYBLOSCVER}
+  NEEDWHEEL=NO DISABLE_BLOSC_AVX2=YES _setup_build_install blosc src/optional/blosc-${PYBLOSCVER}.tar.gz blosc-${PYBLOSCVER}
 
   reid $( find *ib* -name libblosc.* -type f )
 
-- 
GitLab