[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2021-02-12 Thread Richie Thomas


Richie Thomas  added the comment:

Hello, can you give me a few more details around the workaround for this. I am 
using pyenv to install 3.9.1 and not sure how I would include the xz installed 
using homebrew. Where do I find the setup.py or configure command? Thanks for 
the help!

--
nosy: +richiejthomas

___
Python tracker 
<https://bugs.python.org/issue41116>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2021-02-12 Thread Richie Thomas


Richie Thomas  added the comment:

That works for me. Thank you!

On Fri, Feb 12, 2021 at 11:12 PM Dustin Rodrigues 
wrote:

>
> Dustin Rodrigues  added the comment:
>
> You'll probably need to contact the pyenv project (
> https://github.com/pyenv/pyenv) if the following doesn't work for you.
> However, doing something like
>
> CFLAGS="-I$(brew --prefix)/include" CPPFLAGS="-I$(brew --prefix)/include"
> LDFLAGS="-L$(brew --prefix)/lib" pyenv install 3.9.1
>
> is working for me to use the lzma module if you already have xz installed
> with Homebrew.
>
> --
>
> ___
> Python tracker 
> <https://bugs.python.org/issue41116>
> ___
>

--

___
Python tracker 
<https://bugs.python.org/issue41116>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com