Commits
Veence authored 906b4adb59b
26 26 | checksums rmd160 1c3b4b0b74b0f48c078410db7fab67f4cf1bf5ed \ |
27 27 | sha256 b55fd9b3477467237538375049309518b5e0e7bdc787cf4ea8b8bd2d7faaa75a \ |
28 28 | size 79658833 |
29 29 | |
30 30 | depends_lib-append port:geos \ |
31 31 | port:gdal \ |
32 32 | port:libgeotiff \ |
33 33 | port:zlib \ |
34 34 | port:libxml2 \ |
35 35 | port:curl \ |
36 - | port:laszip |
36 + | port:laszip \ |
37 + | port:libunwind |
37 38 | |
38 39 | |
39 40 | # Python stuff |
40 41 | set python_suffixes {27 35 36 37} |
41 42 | |
42 43 | set python_variants {} |
43 44 | foreach suffix ${python_suffixes} { |
44 45 | lappend python_variants python${suffix} |
45 46 | } |
46 47 | |