Commit 5e11b41
committed
Hide bundled Python from linuxdeployqt to avoid scipy/libgfortran scan failure
linuxdeployqt recursively scans all .so files in the package tree and
fails when it encounters scipy's internal libgfortran which depends on
libquadmath. Temporarily move lib/python/ out of the way during the
linuxdeployqt step and restore it afterward.1 parent 9c9b34b commit 5e11b41
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
182 | 189 | | |
183 | 190 | | |
184 | 191 | | |
185 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
186 | 198 | | |
187 | 199 | | |
188 | 200 | | |
| |||
0 commit comments