Package Details: python313 3.13.0a5-1

Git Clone URL: https://aur.archlinux.org/python313.git (read-only, click to copy)
Package Base: python313
Description: Major release 3.13 of the Python high-level programming language
Upstream URL: https://www.python.org/
Licenses: PSF-2.0
Submitter: rixx
Maintainer: rixx
Last Packager: rixx
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-14 12:11 (UTC)
Last Updated: 2024-03-13 12:45 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Latest Comments

rixx commented on 2024-03-08 15:03 (UTC)

This was added to the Pyhton 3.12 PKGBUILD aswell, I just was too busy to take care of this one aswell, and was low-key hoping that somebody would send in a patch so I wouldn't have to (certainly a patch doesn't take more time than commenting here, right?)

change is live now

jakkdl commented on 2024-03-08 14:36 (UTC) (edited on 2024-03-08 14:38 (UTC) by jakkdl)

same issue & resolution with ax_cv_c_float_words_bigendian as dpvpro. Is this something that should be reported upstream (because they now fail to detect it for some reason) or something that should be added to the PKGBUILD?

EDIT: it might be https://github.com/python/cpython/issues/89640

dpvpro commented on 2024-03-02 01:12 (UTC) (edited on 2024-03-02 01:12 (UTC) by dpvpro)

ax_cv_c_float_words_bigendian=no yay -S python313 - is working

dpvpro commented on 2024-03-02 01:09 (UTC)

checking for __fpu_control... yes
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for x64 gcc inline assembler... yes
checking whether float word ordering is bigendian... unknown
configure: error:

Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.