Skip to content

Commit

Permalink
Try installing to /usr/local/graphblas
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Jun 2, 2024
1 parent 9c3b59e commit 0aee66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ jobs:

# macOS libomp requires special configs. BREW_LIBOMP=1 asks suitesparse.sh to include them.
# SUITESPARSE_MACOS_ARCH asks to build a particular architecture. Either x86 or arm64.
CIBW_ENVIRONMENT_MACOS: GRAPHBLAS_PREFIX="./graphblas" BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}
CIBW_ENVIRONMENT_MACOS: GRAPHBLAS_PREFIX="/usr/local/graphblas" BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}

CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="./graphblas"
CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="/usr/local/graphblas"

# Uncomment to only build CPython wheels
# CIBW_BUILD: "cp*"
Expand Down

0 comments on commit 0aee66c

Please sign in to comment.