File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 92
92
CIBW_ENVIRONMENT_MACOS : BREW_LIBOMP="1"
93
93
94
94
# Uncomment to only build CPython wheels
95
- CIBW_BUILD : " cp*"
95
+ # CIBW_BUILD: "cp*"
96
96
97
97
# macOS: build x86_64 and arm64
98
98
# CIBW_ARCHS_MACOS: "x86_64 arm64"
Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ tar -xzf $(brew --cache --bottle-tag=arm64_big_sur libomp) --strip-components 2
14
14
# merge
15
15
lipo armlib/lib/libomp.dylib $( brew --prefix libomp) /lib/libomp.dylib -output libomp.dylib -create
16
16
cp -f libomp.dylib $( brew --prefix libomp) /lib
17
+ rm libomp.dylib
18
+ rm -rf armlib
Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ cd GraphBLAS-${VERSION}/build
49
49
# Also the build with all types enabled sometimes stalls on GitHub Actions. Probably due to exceeded resource limits.
50
50
# These can still be used, they'll just have reduced performance (AFAIK similar to UDTs).
51
51
# TODO
52
- echo " #define GxB_NO_BOOL 1" >> ../Source/GB_control.h #
53
- echo " #define GxB_NO_FP32 1" >> ../Source/GB_control.h #
54
- echo " #define GxB_NO_FP64 1" >> ../Source/GB_control.h #
52
+ # echo "#define GxB_NO_BOOL 1" >> ../Source/GB_control.h #
53
+ # echo "#define GxB_NO_FP32 1" >> ../Source/GB_control.h #
54
+ # echo "#define GxB_NO_FP64 1" >> ../Source/GB_control.h #
55
55
echo " #define GxB_NO_FC32 1" >> ../Source/GB_control.h #
56
56
echo " #define GxB_NO_FC64 1" >> ../Source/GB_control.h #
57
57
echo " #define GxB_NO_INT16 1" >> ../Source/GB_control.h
58
58
echo " #define GxB_NO_INT32 1" >> ../Source/GB_control.h
59
- echo " #define GxB_NO_INT64 1" >> ../Source/GB_control.h #
60
- echo " #define GxB_NO_INT8 1" >> ../Source/GB_control.h
59
+ # echo "#define GxB_NO_INT64 1" >> ../Source/GB_control.h #
60
+ # echo "#define GxB_NO_INT8 1" >> ../Source/GB_control.h
61
61
echo " #define GxB_NO_UINT16 1" >> ../Source/GB_control.h
62
62
echo " #define GxB_NO_UINT32 1" >> ../Source/GB_control.h
63
63
echo " #define GxB_NO_UINT64 1" >> ../Source/GB_control.h
You can’t perform that action at this time.
0 commit comments