Carlo Cabrera

Results 648 comments of Carlo Cabrera

This is blocking multiple PRs, so removing https://github.com/Homebrew/homebrew-core/labels/no%20long%20build%20conflict

You can try undoing it with doing something like ```sh sed -i .bak 's/hdf5_hl;hdf5;/hdf5_hl-shared;hdf5-shared;/g' \ "$(brew --prefix netcdf)/lib/cmake/netCDF/netCDFTargets.cmake" ``` to see if it will help. But I'm sceptical that that's...

Thanks for the update, @rouault. I've opened a PR to remove the workaround at #192118.

Incidentally, adding `-L"$(brew --prefix netcdf)/lib"` to your `LDFLAGS` is also likely to fix that build failure.

There's ongoing work on this at #167634 -- it sounds similar to the approach you're proposing.

Merged in 085c8863346915267ba07e89d6148ca491ed3ef1. Thanks @straight-shoota!

Would be nice to get this merged in some form.

Yea, installing formulae from paths is buggy and shouldn't be used. We should probably remove the ability to do that at some point. To avoid this, put `slang.rb` in a...

Thanks for sticking with this! A few comments above.