8000 BUG: forgot to build _dotblas in bento build. · 87/numpy@2d48841 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d48841

Browse files
committed
BUG: forgot to build _dotblas in bento build.
1 parent cdd8095 commit 2d48841

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

numpy/core/bento.info

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ Library:
2828
Extension: scalarmath
2929
Sources:
3030
src/scalarmathmodule.c.src
31+
Extension: _dotblas
32+
Sources:
33+
blasdot/_dotblas.c

numpy/core/bscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,5 +507,5 @@ def pre_build(context):
507507

508508
def build_dotblas(extension):
509509
if bld.env.HAS_CBLAS:
510-
return context.default_builder(extension, use="CBLAS")
510+
return context.default_builder(extension, use="CBLAS", includes=["src/private"])
511511
context.register_builder("_dotblas", build_dotblas)

0 commit comments

Comments
 (0)
0