We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3b59e commit 0aee66cCopy full SHA for 0aee66c
.github/workflows/wheels.yml
@@ -162,9 +162,9 @@ jobs:
162
163
# macOS libomp requires special configs. BREW_LIBOMP=1 asks suitesparse.sh to include them.
164
# SUITESPARSE_MACOS_ARCH asks to build a particular architecture. Either x86 or arm64.
165
- CIBW_ENVIRONMENT_MACOS: GRAPHBLAS_PREFIX="./graphblas" BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
+ CIBW_ENVIRONMENT_MACOS: GRAPHBLAS_PREFIX="/usr/local/graphblas" BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
166
167
- CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="./graphblas"
+ CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="/usr/local/graphblas"
168
169
# Uncomment to only build CPython wheels
170
# CIBW_BUILD: "cp*"
0 commit comments