File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6161 CIBW_MUSLLINUX_X86_64_IMAGE : musllinux_1_2
6262 CIBW_MUSLLINUX_AARCH64_IMAGE : musllinux_1_2
6363 CIBW_BEFORE_ALL_LINUX : (dnf install -y openblas-devel 2>/dev/null || yum install -y openblas-devel 2>/dev/null || apk add openblas-dev 2>/dev/null) || true
64- CIBW_BEFORE_ALL_WINDOWS : choco install -y pkgconfiglite
64+ CIBW_BEFORE_ALL_WINDOWS : choco install -y pkgconfiglite --allow-empty-checksums
6565 CIBW_ENVIRONMENT_LINUX : PKG_CONFIG_PATH=/tmp/openblas
6666 CIBW_ENVIRONMENT_MACOS : MACOSX_DEPLOYMENT_TARGET=11.0 PKG_CONFIG_PATH=/tmp/openblas
6767 CIBW_BEFORE_BUILD_LINUX : pip install scipy-openblas32 && mkdir -p /tmp/openblas && python -c "import scipy_openblas32 as sc; open('/tmp/openblas/openblas.pc','w').write(sc.get_pkg_config())" || true
You can’t perform that action at this time.
0 commit comments