--- Begin Message ---
|
Subject: |
[PATCH 00/12] gnu: Add Quil Quantum VM (QVM) and CL dependencies |
|
Date: |
Fri, 24 Nov 2023 10:28:05 +0000 |
Hello,
this patchset adds the Quil language's compiler library and VM
and a couple of other Common Lisp libraries they depend on.
Their library cl-magicl needs gfortran-toolchain to build
(specifically invokes gfortran).
Which comes from commencement, however trying to use it even in a thunked field,
as just a package input, breaks things since it seems commencement indirectly
depends on lisp-xyz.
Since lisp-xyz is already getting massive,
I opted to just move the relevant packages,
to a new thematic file that's hopefully general enough
that it'll get some more use by other package later on,
but we can try finding other solutions.
Hopefully this sends correctly, first patchset.
Cheers
Michal Atlas (12):
gnu: Add cl-interface
gnu: Add cl-syslog
gnu: Add cl-alexa
gnu: Add cl-metering
gnu: Add cl-grnm
gnu: Add cl-priority-queue
gnu: Add cl-messagepack
gnu: Add cl-permutation
gnu: Add cl-magicl
gnu: Add cl-rpcq
gnu: Add cl-quil
gnu: Add cl-qvm
gnu/packages/lisp-xyz.scm | 236 ++++++++++++++++++++++++++++++++++++++
gnu/packages/quantum.scm | 208 +++++++++++++++++++++++++++++++++
2 files changed, 444 insertions(+)
create mode 100644 gnu/packages/quantum.scm
base-commit: 0083a2265960f8228112c36e0d10eb974ff9d1f1
--
2.41.0
--- End Message ---
--- Begin Message ---
|
Subject: |
Re: [bug#67428] [PATCH v2 01/12] gnu: Add cl-interface |
|
Date: |
Sun, 28 Jan 2024 16:36:58 +0000 |
Patches applied as b5a55ba5e972278ea62064be807cf4d039ce3daa and
following with some modifications:
- some minor changes to some synopses, descriptions, licenses, etc
- dependencies used only for tests (like sbcl-fiasco) moved to the
'native-inputs' field instead of 'inputs'
- magicl package moved to "lisp-xyz.scm" as it is a generic algebra
library and not specific to quantum things.
Thanks.
signature.asc
Description: PGP signature
--- End Message ---