Commit fa89a58
1 parent bbc849d commit fa89a58
File tree
49 files changed
+24552
-2
lines changed- python/ext-libs
- pyproj
- data
- pyproj-1.9.5.1-py2.7.egg-info
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+24552
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - |
Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
4 commit comments
nyalldawson commentedon Mar 9, 2017
@tomkralidis
Any chance we could use git submodules here instead of pulling in a while copy of the library?
tomkralidis commentedon Mar 9, 2017
@nyalldawson good point. Not sure. cc'ing @jef-n here given this is something we should consider for all of
/python/ext-libs/
in general.jef-n commentedon Mar 10, 2017
ext-libs dependencies should only be added when necessary for some (older) platforms/distributions, we build for. QGIS3 targets newer ones, that already come with up-to-date versions, so a lot could go in f10e9ee. 2.18 supports more - still sorting out, what is still necessary...
elpaso commentedon May 13, 2017
@nyalldawson @tomkralidis not sure if it can be applied in this case, but CMake submodules are also an option for including sources from other repos, like @dakcarto did with https://github.com/qgis/QGIS/pull/4437/files#diff-eeb0306cea1c0903cfe42d408190b6f5R1 . Some more info: https://github.com/psi4/psi4/wiki/External-subprojects-using-Git-and-CMake