Skip to content

Commit 0aee66c

Browse files
committed
Try installing to /usr/local/graphblas
1 parent 9c3b59e commit 0aee66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ jobs:
162162

163163
# macOS libomp requires special configs. BREW_LIBOMP=1 asks suitesparse.sh to include them.
164164
# 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 }}
165+
CIBW_ENVIRONMENT_MACOS: GRAPHBLAS_PREFIX="/usr/local/graphblas" BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
166166

167-
CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="./graphblas"
167+
CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="/usr/local/graphblas"
168168

169169
# Uncomment to only build CPython wheels
170170
# CIBW_BUILD: "cp*"

0 commit comments

Comments
 (0)