Commit 368b246
macpython,manylinux: Use SKBUILD_CMAKE_INSTALL_PREFIX for PY_SITE_PACKAGES
Required for skbuild 0.7.0 and newer to address:
Traceback (most recent call last):
File "setup.py", line 62, in <module>
install_requires=[
File "/opt/python/cp37-cp37m/lib/python3.7/site-packages/skbuild/setuptools_wrap.py", line 558, in setup
cmake_source_dir, skbuild_kw['cmake_install_dir'])
File "/opt/python/cp37-cp37m/lib/python3.7/site-packages/skbuild/setuptools_wrap.py", line 686, in _classify_installed_files
install_root, to_platform_path(path)))
skbuild.exceptions.SKBuildError:
CMake-installed files must be within the project root.
Project Root : /work/_skbuild/linux-x86_64-3.7/cmake-install
Violating File: _skbuild/cmake-install/itkConfig.py
Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>1 parent a36c1d5 commit 368b246
File tree
2 files changed
+6
-4
lines changed- scripts
- internal
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | | - | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
0 commit comments