We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23b83d commit 36b8532Copy full SHA for 36b8532
suitesparse/graphblas/__init__.py
@@ -0,0 +1 @@
1
+from ._graphblas import ffi, lib
suitesparse/graphblas/build.py
@@ -7,7 +7,7 @@
7
ffibuilder = FFI()
8
9
ffibuilder.set_source(
10
- "suitesparse.graphblas",
+ "suitesparse.graphblas._graphblas",
11
r"""#include "GraphBLAS.h" """,
12
libraries=["graphblas"],
13
include_dirs=[os.path.join(sys.prefix, "include")],
0 commit comments