Package Details: python-blis 1.3.0-1

Git Clone URL: https://aur.archlinux.org/python-blis.git (read-only, click to copy)
Package Base: python-blis
Description: Fast matrix-multiplication as a self-contained Python library
Upstream URL: https://github.com/explosion/cython-blis
Licenses: MIT
Submitter: crendel
Maintainer: jnphilipp
Last Packager: jnphilipp
Votes: 2
Popularity: 0.000000
First Submitted: 2018-10-30 09:33 (UTC)
Last Updated: 2025-04-04 09:36 (UTC)

Latest Comments

envolution commented on 2025-06-11 03:09 (UTC)

[COMMAND] gcc -c /home/builder/.cache/paru/clone/python-blis/src/blis-1.3.0/blis/_src/kernels/knl/1m/bli_dpackm_knl_asm_24x8.c -o /tmp/tmp5wweh8tr/bli_dpackm_knl_asm_24x8.o -O3 -mavx512f -mavx512pf -mfpmath=sse -march=knl -fPIC -std=c99 -fvisibility=default -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.7.0" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-x86_64 -I./frame/3/ -I./frame/ind/ukernels/ -I./frame/3/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/home/builder/.cache/paru/clone/python-blis/src/blis-1.3.0/blis/_src/include/linux-x86_64gcc: error: unrecognized command-line option ‘-mavx512pf’; did you mean ‘-mavx512f’?

Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
    main()
    ~~~~^^

The comment below may fix this according to an open github issue

Vernox commented on 2025-05-23 15:13 (UTC)

The build only works when I change:

python -m build --wheel --no-isolation

to

BLIS_ARCH="generic" python -m build --wheel --no-isolation