This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dtrodrigues
Recipients dtrodrigues, miss-islington, ned.deily, ronaldoussoren, seb, sjmulder
Date 2021-01-12.04:49:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610426970.78.0.372164621946.issue41116@roundup.psfhosted.org>
In-reply-to
Content
If your 'brew --prefix' is /opt/homebrew, then setting

CFLAGS="-I/opt/homebrew/include" CPPFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib"

when running ./configure appears to be sufficient to build the interpreter with lzma support once you've already done 'brew install xz'.
History
Date User Action Args
2021-01-12 04:49:30dtrodriguessetrecipients: + dtrodrigues, ronaldoussoren, ned.deily, miss-islington, sjmulder, seb
2021-01-12 04:49:30dtrodriguessetmessageid: <1610426970.78.0.372164621946.issue41116@roundup.psfhosted.org>
2021-01-12 04:49:30dtrodrigueslinkissue41116 messages
2021-01-12 04:49:30dtrodriguescreate