GNU bug report logs -
#55565
[PATCH] gnu: Add python-blis
Previous Next
Full log
View this message in rfc822 format
Hi Artyom,
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> skribis:
> From 3d22d0e5f7929ac1b782217ec207a5e462316c66 Mon Sep 17 00:00:00 2001
> From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
> Date: Sun, 22 May 2022 01:14:26 +0300
> Subject: [PATCH] gnu: Add python-blis
>
> * gnu/packages/python-xyz.scm (python-blis): New variable.
[...]
> + (native-inputs (list python-pytest python-cython))
> + (inputs (list python python-numpy python-hypothesis))
> + (arguments
> + ;; XXX: Tests are failing with the following error:
> + ;; AttributeError: module 'numpy.__config__' has no attribute 'blas_ilp64_opt_info'
> + (list #:tests? #f))
Doesn’t that failure suggest something’s really wrong? Seems worth
investigating.
> + (home-page "https://github.com/explosion/cython-blis")
> + (synopsis "Fast matrix-multiplication Python library")
> + (description
> + "This package provides the @url{https://github.com/flame/blis,
> +Blis linear algebra} routines as a self-contained Python C-extension.")
Blis isn’t listed in ‘inputs’, and apparently that’s because it’s
bundled.
Could you “unbundle” it? That is, add Blis as an input, make sure it
gets used during the build process, and remove the bundled copy.
Thanks in advance,
Ludo’.
This bug report was last modified 1 year and 348 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.