VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
637 stars 178 forks source link

Fixed install with pip, added new homebrew path #248

Closed lo-chr closed 6 months ago

lo-chr commented 6 months ago

This PR changes the setup.py and adds new paths to the configuration of the library and include folders for handling the pip installation on Macs with Apple Silicon.

On Apple Silicon, Homebrew uses another path (/opt/homebrew instead of /usr/local) in comparison to the Intel Mac Version (see https://docs.brew.sh/Installation).

Without this change the build would fail on this platform, like described in https://github.com/VirusTotal/yara-python/issues/239.

I verified the change manually using pip install -e yara-python on the (locally changed) packaged version, downloaded from the PyPi repository.

google-cla[bot] commented 6 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.