Formula gdal
is missing dependency sfcgal
#5709
Unanswered
ping13
asked this question in
Writing Formulae/Casks
Replies: 1 comment
-
If the official PR instructions aren't clear, please ask questions and/or suggest improvements. Alas, English is far from being a universal instruction set. 🤷♂️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
The formula gdal is missing a dependency sfcgal.
For example, this means that for some format transformation with
ogr2ogr
, you get errors like:If you include
in the formula
gdal
, the error disappeared and SFCGAL is enabledI validated this by using an edited local formula and build goal from source (see this gist). I would do a PR, but it wasn't really clear to me what I'd need todo and it's late in the evening ;-).
Beta Was this translation helpful? Give feedback.
All reactions