Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c8dc379

Browse filesBrowse files
authored
Merge pull request matplotlib#22568 from anntzer/qw
Rename qhull source to _qhull_wrapper.cpp.
2 parents d0f36a9 + 2ef0af0 commit c8dc379
Copy full SHA for c8dc379

File tree

Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def get_extensions(self):
431431
yield ext
432432
# qhull
433433
ext = Extension(
434-
"matplotlib._qhull", ["src/qhull_wrap.cpp"],
434+
"matplotlib._qhull", ["src/_qhull_wrapper.cpp"],
435435
define_macros=[("MPL_DEVNULL", os.devnull)])
436436
add_numpy_flags(ext)
437437
Qhull.add_flags(ext)
File renamed without changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.