Commit a9b4c37 1 parent 38298a8 commit a9b4c37 Copy full SHA for a9b4c37
File tree 1 file changed +3
-3
lines changed
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 : 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 }}
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="graphblas" BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
167
+ CIBW_ENVIRONMENT_MACOS : BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
168
168
169
- CIBW_ENVIRONMENT_LINUX : GRAPHBLAS_PREFIX="graphblas"
169
+ # CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="graphblas"
170
170
171
171
# ### TEST:
172
172
CIBW_REPAIR_WHEEL_COMMAND_MACOS : >
You can’t perform that action at this time.
0 commit comments