Skip to content

Commit dffcb06

Browse files
committed
Drop no_complex and arm headers
Fixes GraphBLAS#64
1 parent 28c3b04 commit dffcb06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

suitesparse_graphblas/build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
)
3737

3838
header = "suitesparse_graphblas.h"
39-
if is_win:
40-
header = "suitesparse_graphblas_no_complex.h"
41-
if is_arm64 or is_ppc64le:
42-
header = "suitesparse_graphblas_arm64.h"
4339
gb_cdef = open(os.path.join(thisdir, header))
4440

4541
ffibuilder.cdef(gb_cdef.read())

0 commit comments

Comments
 (0)