GNU bug report logs -
#78422
[PATCH electronics-team] gnu: Add python-apycula.
Previous Next
Full log
Message #28 received at 78422 <at> debbugs.gnu.org (full text, mbox):
Hi,
Cayetano Santos <csantosb <at> inventati.org> writes:
> * gnu/packages/electronics.scm (python-apycula): New variable.
>
> Change-Id: I8e65416c1a555be189e9b8433d1ec7165aee16e9
> ---
> gnu/packages/electronics.scm | 33 +++++++++++++++++++++++++++++++++
> 1 file changed, 33 insertions(+)
>
> diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
> index dc9de79ffa..2736df4b3c 100644
> --- a/gnu/packages/electronics.scm
> +++ b/gnu/packages/electronics.scm
> @@ -29,6 +29,7 @@ (define-module (gnu packages electronics)
> #:use-module (guix build-system cmake)
> #:use-module (guix build-system gnu)
> #:use-module (guix build-system pyproject)
> + #:use-module (guix build-system python)
> #:use-module (guix download)
> #:use-module (guix gexp)
> #:use-module (guix git-download)
> @@ -560,6 +561,38 @@ (define-public pulseview
> (description "PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI
> for sigrok.")
> (license license:gpl3+)))
> +(define-public python-apycula
> + (package
> + (name "python-apycula")
> + (version "0.19")
> + ;; The pypi tar.gz file includes the necessary .pickle files, not available
> + ;; in the home-page repository.
It looks like running just 'make' in the repository should suffice to
generate the .pickle files, which are apparently some database files
("chipdb") [0].
Could you give it a try, and perhaps fetch from git instead to avoid the
pregenerated sources (else clean it up in a snippet phase) ?
Thanks!
[0] https://github.com/YosysHQ/apicula/blob/master/Makefile
--
Maxim
This bug report was last modified 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.