From dbc19bbbda6b1743b7d91fe1557924e99f0bf8cc Mon Sep 17 00:00:00 2001 From: Marcin Zalewski Date: Wed, 15 Dec 2021 23:02:12 -0800 Subject: [PATCH] Build OpenBLAS with CROSS option to prevent tests at compile time --- install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install.py b/install.py index f9ebf43d7..afd41ae7f 100755 --- a/install.py +++ b/install.py @@ -167,6 +167,7 @@ def install_openblas(openblas_dir, thread_count, verbose): "make", "-j", str(thread_count), + "CROSS=1", "USE_THREAD=1", "NO_STATIC=1", "USE_CUDA=0",