File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
CIBW_BUILD_VERBOSITY : 3
154
154
155
155
# Build SuiteSparse
156
- CIBW_BEFORE_ALL : bash suitesparse.sh ${{ env.GB_VERSION_REF }}
156
+ CIBW_BEFORE_ALL : GRAPHBLAS_PREFIX="{package}/graphblas" bash suitesparse.sh ${{ env.GB_VERSION_REF }}
157
157
158
158
CIBW_BEFORE_BUILD_LINUX : ${{ matrix.cibw_before_build_linux }}
159
159
@@ -164,9 +164,9 @@ jobs:
164
164
165
165
# macOS libomp requires special configs. BREW_LIBOMP=1 asks suitesparse.sh to include them.
166
166
# SUITESPARSE_MACOS_ARCH asks to build a particular architecture. Either x86 or arm64.
167
- CIBW_ENVIRONMENT_MACOS : GRAPHBLAS_PREFIX="{package}/ graphblas" BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
167
+ CIBW_ENVIRONMENT_MACOS : GRAPHBLAS_PREFIX="graphblas" BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
168
168
169
- CIBW_ENVIRONMENT_LINUX : GRAPHBLAS_PREFIX="{package}/ graphblas"
169
+ CIBW_ENVIRONMENT_LINUX : GRAPHBLAS_PREFIX="graphblas"
170
170
171
171
# Uncomment to only build CPython wheels
172
172
# CIBW_BUILD: "cp*"
You can’t perform that action at this time.
0 commit comments