From 9a6b9bc53bf7dec956889f6e0b7047e5388e1b7e Mon Sep 17 00:00:00 2001 From: Jerin Philip Date: Tue, 4 May 2021 20:21:31 +0000 Subject: [PATCH] Let's try disabling OpenBLAS --- .github/workflows/native-mac.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/native-mac.yml b/.github/workflows/native-mac.yml index 8df203d..487eea6 100644 --- a/.github/workflows/native-mac.yml +++ b/.github/workflows/native-mac.yml @@ -52,14 +52,6 @@ jobs: brew update brew install openblas protobuf coreutils - # Openblas location is exported explicitly because openblas is keg-only, - # which means it was not symlinked into /usr/local/. - - name: Set BLAS Environment variables - run: | - echo "LDFLAGS=-L/usr/local/opt/openblas/lib" >> $GITHUB_ENV - echo "CPPFLAGS=-I/usr/local/opt/openblas/include" >> $GITHUB_ENV - if: matrix.cmake.USE_WASM_COMPATIBLE_SOURCE == 'OFF' - # CMake cannot find BLAS on GitHub runners if Marian is being compiled # statically, hence USE_STATIC_LIBS=off - name: Configure CMake