Skip to content

Commit

Permalink
BUG: fix renaming of new iterator source file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Aug 28, 2011
1 parent 26403b6 commit ff50dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/bscript
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def pbuild(context):

multiarray_templates = ["src/multiarray/scalartypes.c.src",
"src/multiarray/arraytypes.c.src",
"src/multiarray/new_iterator.c.src",
"src/multiarray/nditer.c.src",
"src/multiarray/lowlevel_strided_loops.c.src",
"src/multiarray/einsum.c.src"]
bld(target="multiarray_templates", source=multiarray_templates)
Expand Down

0 comments on commit ff50dde

Please sign in to comment.