Add resource `wheel` to pypi_formula_mappings.json.
Closes#71272.
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Add build dependency on Rust for building resource cryptography. Also,
add resource wheel to pypi_formula_mappings.json.
Closes#71271.
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
* erlang@22 22.3.4.15
Add a build dependency on Catalina or earlier, as this does not build on
Big Sur. (cf. #69413)
* erlang@22: apply patch for Big Sur
Closes#71268.
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
* erlang@21 21.3.8.20
Add a build dependency on Catalina or earlier, as this does not build on
Big Sur. (cf. #69412)
* erlang@21: apply patch for Big Sur
Closes#71264.
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
This is the patch @jreiser is proposing here https://github.com/upx/upx/issues/434#issuecomment-778845109
With this "brew test upx" passes on my Big Sur machine so it is
probably at least better than the status quo.
Closes#71160.
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
The perl supplied with MacOS no longer includes the header files needed
to build extensions against it (indeed, building such extensions is no
longer supported) However, the package can be built against Homebrew
perl.
Closes#71021.
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
einstein fix for Apple-M1 /opt based installs
The main.cpp:67 file looks for resources under $PREFIX.
The PREFIX variable is set in the Makefile to point to /usr/local, but this is not updated to /opt, which is the default on Apple-M1.
This fix overrides the PREFIX variable with HOMEBREW_PREFIX, allowing for proper resources access.
Closes#71137.
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
As-is the formula can't build against our postgresql.
Indeed, since some of the symbols that it dymnamically links
against got renamed the pre-bottled binary isn't likely to
be functional right now either.
I'm not sure what the long-term future of this formula is
(the last tagged release upstream was from 2017 and we already
have introduced patches for PG11 and PG12 support) but I guess
for now the easiest is to stay on the patching train. The
upstream git repo did get a flurry of commits in April 2020
so there is still hope of an updated version in the future.
Closes#70936.
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>