Skip to content

Commit

Permalink
Try installing to .
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski committed Jun 3, 2024
1 parent 38298a8 commit a9b4c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 3

# Build SuiteSparse
CIBW_BEFORE_ALL: GRAPHBLAS_PREFIX="{package}/graphblas" bash suitesparse.sh ${{ env.GB_VERSION_REF }}
CIBW_BEFORE_ALL: GRAPHBLAS_PREFIX="{package}" bash suitesparse.sh ${{ env.GB_VERSION_REF }}

CIBW_BEFORE_BUILD_LINUX: ${{ matrix.cibw_before_build_linux }}

Expand All @@ -164,9 +164,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: BREW_LIBOMP="1" SUITESPARSE_MACOS_ARCH=${{ matrix.cibw_archs }}

CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="graphblas"
# CIBW_ENVIRONMENT_LINUX: GRAPHBLAS_PREFIX="graphblas"

#### TEST:
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
Expand Down

0 comments on commit a9b4c37

Please sign in to comment.