GNU bug report logs - #51194
[PATCH] gnu: Add ta-lib

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Wed, 13 Oct 2021 22:51:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51194 in the body.
You can then email your comments to 51194 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51194; Package guix-patches. (Wed, 13 Oct 2021 22:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Foo Chuan Wei <chuanwei.foo <at> hotmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 13 Oct 2021 22:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add ta-lib
Date: Wed, 13 Oct 2021 22:50:36 +0000
* gnu/packages/finance.scm (ta-lib): New variable.
---
 gnu/packages/finance.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 5e243d0452..48ff76614d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1753,3 +1753,27 @@ Interface (UI) for the hledger accounting system.  It can be used as a
 local, single-user UI, or as a multi-user UI for viewing, adding, and
 editing on the Web.")
     (license license:gpl3)))
+
+(define-public ta-lib
+  (package
+    (name "ta-lib")
+    (version "0.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/ta-lib/ta-lib/"
+                                  version "/ta-lib-" version "-src.tar.gz"))
+              (sha256
+                (base32 "0lf69nna0aahwpgd9m9yjzbv2fbfn081djfznssa84f0n7y1xx4z"))))
+    (build-system gnu-build-system)
+    (arguments
+      ;; Parallel build fails with:
+      ;; mv -f .deps/gen_code-gen_code.Tpo .deps/gen_code-gen_code.Po
+      ;; mv: cannot stat '.deps/gen_code-gen_code.Tpo': No such file or directory
+      ;; Makefile:254: recipe for target 'gen_code-gen_code.o' failed
+      `(#:parallel-build? #f))
+    (home-page "https://ta-lib.org")
+    (synopsis "Technical analysis library")
+    (description
+      "TA-Lib is a library providing common functions for the technical
+analysis of financial market data.")
+    (license license:bsd-3)))

base-commit: 5fafb6e792c1e18ec223f0c7fb350d0c9b962a45
-- 
2.25.1





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Mon, 18 Oct 2021 08:59:02 GMT) Full text and rfc822 format available.

Notification sent to Foo Chuan Wei <chuanwei.foo <at> hotmail.com>:
bug acknowledged by developer. (Mon, 18 Oct 2021 08:59:02 GMT) Full text and rfc822 format available.

Message #10 received at 51194-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
Cc: 51194-done <at> debbugs.gnu.org
Subject: Re: [bug#51194] [PATCH] gnu: Add ta-lib
Date: Mon, 18 Oct 2021 08:56:14 +0000
[Message part 1 (text/plain, inline)]
I added a copyright line for you, disabled compiling the static library
and pushed the patch as 84759b7c20fa4ee7e8004f2fc0ddec694cf9aedd.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 15 Nov 2021 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.