Skip to content

Commit a9b4c37

Browse files
committed
Try installing to .
1 parent 38298a8 commit a9b4c37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

+3-3
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: GRAPHBLAS_PREFIX="{package}/graphblas" bash suitesparse.sh ${{ env.GB_VERSION_REF }}
156+
CIBW_BEFORE_ALL: GRAPHBLAS_PREFIX="{package}" 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="graphblas" BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
167+
CIBW_ENVIRONMENT_MACOS: BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
168168

169-
CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="graphblas"
169+
# CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="graphblas"
170170

171171
#### TEST:
172172
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >

0 commit comments

Comments
 (0)