8000
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 cdd8095 commit 2d48841Copy full SHA for 2d48841
numpy/core/bento.info
@@ -28,3 +28,6 @@ Library:
28
Extension: scalarmath
29
Sources:
30
src/scalarmathmodule.c.src
31
+ Extension: _dotblas
32
+ Sources:
33
+ blasdot/_dotblas.c
numpy/core/bscript
@@ -507,5 +507,5 @@ def pre_build(context):
507
508
def build_dotblas(extension):
509
if bld.env.HAS_CBLAS:
510
- return context.default_builder(extension, use="CBLAS")
+ return context.default_builder(extension, use="CBLAS", includes=["src/private"])
511
context.register_builder("_dotblas", build_dotblas)
0 commit comments