Skip to content

Commit f5b74c5

Browse files
committed
Now enable INT32 and use SUITESPARSE_FASTEST_BUILD
1 parent 8eda79a commit f5b74c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
if: github.event_name == 'push' || github.event_name == 'pull_request'
118118
# Ask suitesparse.sh to compile in the fastest way possible and provide a GB version to build
119119
run: |
120-
echo "SUITESPARSE_FAST_BUILD=1" >> $GITHUB_ENV
120+
echo "SUITESPARSE_FASTEST_BUILD=1" >> $GITHUB_ENV
121121
shell: bash
122122

123123
- name: Setup GraphBLAS version from GB_VERSION.txt

suitesparse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if [ -n "${SUITESPARSE_FASTEST_BUILD}" ]; then
9797
echo "#define GxB_NO_FC32 1" >> ../Source/GB_control.h
9898
echo "#define GxB_NO_FC64 1" >> ../Source/GB_control.h
9999
echo "#define GxB_NO_INT16 1" >> ../Source/GB_control.h
100-
echo "#define GxB_NO_INT32 1" >> ../Source/GB_control.h
100+
# echo "#define GxB_NO_INT32 1" >> ../Source/GB_control.h
101101
echo "#define GxB_NO_INT64 1" >> ../Source/GB_control.h
102102
echo "#define GxB_NO_INT8 1" >> ../Source/GB_control.h
103103
echo "#define GxB_NO_UINT16 1" >> ../Source/GB_control.h

0 commit comments

Comments
 (0)