mbox series

[bug#66120,0/3] gnu: fulcrum: Update to 1.9.1.

Message ID 20230920123738.1241364-1-jean@foundationdevices.com
Headers show
Series gnu: fulcrum: Update to 1.9.1. | expand

Message

Jean-Pierre De Jesus DIAZ Sept. 20, 2023, 12:37 p.m. UTC
This patch series unbundle the code present in Fulcrum while updating it
to 1.9.1.  Adds a patch file for this as using the system libraries is
non-trivial to do.

It also changes the origin to use the upstream one instead of the
Flowee's fork of it.

Jean-Pierre De Jesus DIAZ (3):
  gnu: Add robin-hood-hashing.
  gnu: Add simdjson 0.6.
  gnu: fulcrum: Update to 1.9.1.

 gnu/packages/cpp.scm                          |  43 ++++
 gnu/packages/finance.scm                      |  88 +++++---
 .../fulcrum-1.9.1-unbundled-libraries.patch   | 210 ++++++++++++++++++
 3 files changed, 315 insertions(+), 26 deletions(-)
 create mode 100644 gnu/packages/patches/fulcrum-1.9.1-unbundled-libraries.patch

Comments

Ludovic Courtès Sept. 28, 2023, 9:43 a.m. UTC | #1
Hi,

Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> skribis:

>   gnu: Add robin-hood-hashing.
>   gnu: Add simdjson 0.6.
>   gnu: fulcrum: Update to 1.9.1.

I added the patch to ‘gnu/local.mk’ and committed.

Thanks!

Ludo’.