Skip to content

Commit dc97dbf

Browse files
Merge pull request #550 from matthew-brett/clean-meson-build
MRG: cleanup for skimage-based port to meson
2 parents e39c4ef + 1a07196 commit dc97dbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ if m_dep.found()
3838
endif
3939

4040
cython = find_program('cython')
41-
copier = find_program(['cp', 'skimage/_build_utils/copyfiles.py'])
4241

4342
# https://mesonbuild.com/Python-module.html
4443
py = import('python').find_installation(pure: false)
@@ -75,7 +74,7 @@ if is_windows
7574
endif
7675
endif
7776

78-
# When cross-compiling skimage, the compiler needs access to NumPy
77+
# When cross-compiling, the compiler needs access to NumPy
7978
# headers for the host platform (where the package will actually run). These
8079
# headers may be incompatible with any corresponding headers that might be
8180
# installed on the build system (where the compilation is performed). To make

0 commit comments

Comments
 (0)