diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-23 20:33:19 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-27 14:35:08 +0200 |
commit | 458bdf3f5f4e8e608669cf8c2d6638b08c5f91f3 (patch) | |
tree | e3a54cb32982c8b16bcdebd01dd8601d988d8eb0 /package/python-ipython/python-ipython.mk | |
parent | 6bebd7f2715abad87f5d9f30738567458b4b9692 (diff) | |
download | buildroot-458bdf3f5f4e8e608669cf8c2d6638b08c5f91f3.tar.gz buildroot-458bdf3f5f4e8e608669cf8c2d6638b08c5f91f3.zip |
python3: optional decimal module support
This commit makes the decimal module support optional: since Python
3.3 it relies on an external library. The source code of this library
is available built-in as part of the Python sources, but in Buildroot
we generally prefer to use the external library when possible.
To achieve this, this commit adds a patch to Python that is similar to
the one we use for expat support, but this time for the
libmpdec/mpdecimal library.
As a consequence, since mpdecimal now builds properly even when
<fenv.h> is not available (on i386), this commit fixes:
http://autobuild.buildroot.org/results/b64/b64d5c941a7cac00619da3a0696939f86a8eafc2/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-ipython/python-ipython.mk')
0 files changed, 0 insertions, 0 deletions