8000 BUG: Fix scons build script so it works with umathmodule.c. · numpy-buildbot/numpy@0c77beb · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c77beb

Browse files
committed
BUG: Fix scons build script so it works with umathmodule.c.
1 parent 5203d72 commit 0c77beb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

numpy/core/SConscript

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@ boolean_ops_src = env.GenerateFromTemplate(
386386
lowlevel_strided_loops_src = env.GenerateFromTemplate(
387387
pjoin('src', 'multiarray', 'lowlevel_strided_loops.c.src'))
388388
einsum_src = env.GenerateFromTemplate(pjoin('src', 'multiarray', 'einsum.c.src'))
389-
umathmodule_src = env.GenerateFromTemplate(pjoin('src', 'umath',
390-
'umathmodule.c.src'))
391389
umath_tests_src = env.GenerateFromTemplate(pjoin('src', 'umath',
392390
'umath_tests.c.src'))
393391
multiarray_tests_src = env.GenerateFromTemplate(pjoin('src', 'multiarray',

0 commit comments

Comments
 (0)
0