We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e39c4ef + 1a07196 commit dc97dbfCopy full SHA for dc97dbf
meson.build
@@ -38,7 +38,6 @@ if m_dep.found()
38
endif
39
40
cython = find_program('cython')
41
-copier = find_program(['cp', 'skimage/_build_utils/copyfiles.py'])
42
43
# https://mesonbuild.com/Python-module.html
44
py = import('python').find_installation(pure: false)
@@ -75,7 +74,7 @@ if is_windows
75
74
76
77
78
-# When cross-compiling skimage, the compiler needs access to NumPy
+# When cross-compiling, the compiler needs access to NumPy
79
# headers for the host platform (where the package will actually run). These
80
# headers may be incompatible with any corresponding headers that might be
81
# installed on the build system (where the compilation is performed). To make
0 commit comments