sync ports with The Matrix
This commit is contained in:
parent
c376d85ea0
commit
b6c01378e8
89 changed files with 898 additions and 818 deletions
|
@ -1,7 +1,7 @@
|
|||
Index: setupext.py
|
||||
--- setupext.py.orig
|
||||
+++ setupext.py
|
||||
@@ -435,6 +435,7 @@ class Matplotlib(SetupPackage):
|
||||
@@ -443,6 +443,7 @@ class Matplotlib(SetupPackage):
|
||||
ext = Extension(
|
||||
"matplotlib._qhull", ["src/_qhull_wrapper.cpp"],
|
||||
define_macros=[("MPL_DEVNULL", os.devnull)])
|
||||
|
@ -9,7 +9,7 @@ Index: setupext.py
|
|||
add_numpy_flags(ext)
|
||||
Qhull.add_flags(ext)
|
||||
yield ext
|
||||
@@ -448,6 +449,7 @@ class Matplotlib(SetupPackage):
|
||||
@@ -456,6 +457,7 @@ class Matplotlib(SetupPackage):
|
||||
libraries={"linux": ["dl"], "win32": ["comctl32", "psapi"],
|
||||
"cygwin": ["comctl32", "psapi"]}.get(sys.platform, []),
|
||||
extra_link_args={"win32": ["-mwindows"]}.get(sys.platform, []))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue