Message 315028 - Python tracker

Message315028

Author skrah
Recipients Hubert Holin, ned.deily, skrah
Date 2018-04-06.17:50:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523037033.65.0.682650639539.issue33230@psf.upfronthosting.co.za>
In-reply-to
Content
It looks to me as if you are compiling --with-system-libmpdec.

You don't need that, libmpdec is included in the Python tarball.

-with-system-libmpdec was added mainly for Linux distros.  If there's a widespread interest to support it on OS X, I'd need a patch.



A hack that should work is "export PYTHON_DECIMAL_WITH_MACHINE=universal" during the Python build, then the external libmpdec *might* work.

This flag was mainly added for testing. Note that "universal" does not always build fat binaries -- it uses whatever Python is configured with.
History
Date User Action Args
2018-04-06 17:50:33skrahsetrecipients: + skrah, ned.deily, Hubert Holin
2018-04-06 17:50:33skrahsetmessageid: <1523037033.65.0.682650639539.issue33230@psf.upfronthosting.co.za>
2018-04-06 17:50:33skrahlinkissue33230 messages
2018-04-06 17:50:33skrahcreate