Skip to content

Commit fe9dffc

Browse files
committed
Fix
1 parent aa35314 commit fe9dffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
CIBW_BUILD_VERBOSITY: 3
154154

155155
# 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 }}
157157

158158
CIBW_BEFORE_BUILD_LINUX: ${{ matrix.cibw_before_build_linux }}
159159

@@ -164,9 +164,9 @@ jobs:
164164

165165
# macOS libomp requires special configs. BREW_LIBOMP=1 asks suitesparse.sh to include them.
166166
# 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 }}
168168

169-
CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="{package}/graphblas"
169+
CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="graphblas"
170170

171171
# Uncomment to only build CPython wheels
172172
# CIBW_BUILD: "cp*"

0 commit comments

Comments
 (0)