Commit ed00731
committed
Reverting change to setup.py to allow egg_info without scikit_build
The "setup_requires" parameter does not always work properly to
install scikit_build before compiling SimpleITK. We are reverting to
checking if the required scikit_build package is installed and
producing a instructional error message if it is not available.1 parent 437bb75 commit ed00731
1 file changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| |||
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
49 | | - | |
50 | 46 | | |
51 | 47 | | |
0 commit comments