Skip to content

Commit 884de67

Browse files
authored
Cibw test (#7)
* Bump version for testpypi * Update for linux images * Enable linux aarch64, disable osx-arm64 * Bunch of changes from scikit-learn's file * Undo last changes * Try to see what is modifying repo * Modify dirty string * Try ignoring GraphBLAS-{version}/ checkout folder * Just keep swimming * Moar dtypes!
1 parent 7ced0a3 commit 884de67

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ jobs:
8181
CIBW_BUILD_VERBOSITY: 3
8282

8383
# Build SuiteSparse
84-
# CIBW_BEFORE_ALL: bash suitesparse.sh ${{ github.ref }}
85-
# TODO
86-
CIBW_BEFORE_ALL: bash suitesparse.sh refs/tags/7.4.3.0
84+
CIBW_BEFORE_ALL: bash suitesparse.sh ${{ github.ref }}
8785

8886
# CMAKE_GNUtoMS=ON asks suitesparse.sh to build libraries in MSVC style on Windows.
8987
CIBW_ENVIRONMENT_WINDOWS: CMAKE_GNUtoMS=ON GRAPHBLAS_PREFIX="C:/GraphBLAS"

suitesparse.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ cd GraphBLAS-${VERSION}/build
5454
# echo "#define GxB_NO_FP64 1" >> ../Source/GB_control.h #
5555
echo "#define GxB_NO_FC32 1" >> ../Source/GB_control.h #
5656
echo "#define GxB_NO_FC64 1" >> ../Source/GB_control.h #
57-
echo "#define GxB_NO_INT16 1" >> ../Source/GB_control.h
58-
echo "#define GxB_NO_INT32 1" >> ../Source/GB_control.h
57+
# echo "#define GxB_NO_INT16 1" >> ../Source/GB_control.h
58+
# echo "#define GxB_NO_INT32 1" >> ../Source/GB_control.h
5959
# echo "#define GxB_NO_INT64 1" >> ../Source/GB_control.h #
6060
# echo "#define GxB_NO_INT8 1" >> ../Source/GB_control.h
6161
echo "#define GxB_NO_UINT16 1" >> ../Source/GB_control.h
6262
echo "#define GxB_NO_UINT32 1" >> ../Source/GB_control.h
63-
echo "#define GxB_NO_UINT64 1" >> ../Source/GB_control.h
63+
# echo "#define GxB_NO_UINT64 1" >> ../Source/GB_control.h
6464
echo "#define GxB_NO_UINT8 1" >> ../Source/GB_control.h
6565

6666
# Disable all Source/Generated2 kernels. For workflow development only.

0 commit comments

Comments
 (0)