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 9292 CIBW_ENVIRONMENT_MACOS : BREW_LIBOMP="1"
9393
9494 # Uncomment to only build CPython wheels
95- CIBW_BUILD : " cp*"
95+ # CIBW_BUILD: "cp*"
9696
9797 # macOS: build x86_64 and arm64
9898 # 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
1414# merge
1515lipo armlib/lib/libomp.dylib $( brew --prefix libomp) /lib/libomp.dylib -output libomp.dylib -create
1616cp -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
4949# Also the build with all types enabled sometimes stalls on GitHub Actions. Probably due to exceeded resource limits.
5050# These can still be used, they'll just have reduced performance (AFAIK similar to UDTs).
5151# 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 #
5555echo " #define GxB_NO_FC32 1" >> ../Source/GB_control.h #
5656echo " #define GxB_NO_FC64 1" >> ../Source/GB_control.h #
5757echo " #define GxB_NO_INT16 1" >> ../Source/GB_control.h
5858echo " #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
6161echo " #define GxB_NO_UINT16 1" >> ../Source/GB_control.h
6262echo " #define GxB_NO_UINT32 1" >> ../Source/GB_control.h
6363echo " #define GxB_NO_UINT64 1" >> ../Source/GB_control.h
You can’t perform that action at this time.
0 commit comments