From 700a34e77519b1d433f400660bc379902e189e66 Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 1 Aug 2023 09:22:07 +0300 Subject: [PATCH] when building numpy for pythran, use lapack-lite --- .github/workflows/pythran.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pythran.yml b/.github/workflows/pythran.yml index 5c5c88e..0d71c8a 100644 --- a/.github/workflows/pythran.yml +++ b/.github/workflows/pythran.yml @@ -92,9 +92,8 @@ jobs: run: | cd pythran python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r requirements.txt -Csetup-args="--vsenv" -Csetup-args="-Dblas=none" -Csetup-args="-Dlapack=none" -Csetup-args="-Dallow-noblas=true" pip install wheel pythran-openblas pytest pytest-timeout - pip install git+https://github.com/numpy/numpy # pip install scipy # no wheel availabe, compilation takes too long - name: Setup run: |