Skip to content

Commit

Permalink
Convert mergesort.c.src to mergesort.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Jan 17, 2022
1 parent 3816849 commit b83286e
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 512 deletions.
2 changes: 1 addition & 1 deletion numpy/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ def gl_if_msvc(build_cmd):
join('src', 'multiarray', 'vdot.c'),
join('src', 'common', 'npy_sort.h.src'),
join('src', 'npysort', 'quicksort.c.src'),
join('src', 'npysort', 'mergesort.c.src'),
join('src', 'npysort', 'mergesort.cpp'),
join('src', 'npysort', 'timsort.cpp'),
join('src', 'npysort', 'heapsort.cpp'),
join('src', 'npysort', 'radixsort.cpp'),
Expand Down
Loading

0 comments on commit b83286e

Please sign in to comment.