* [bug#52403] [PATCH] gnu: Add optionmatrix.
@ 2021-12-10 6:08 Foo Chuan Wei
2021-12-11 13:39 ` bug#52403: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Foo Chuan Wei @ 2021-12-10 6:08 UTC (permalink / raw)
To: 52403
* gnu/packages/finance.scm (optionmatrix): New variable.
---
gnu/packages/finance.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 1f4dd25f6f..2f7f3741e0 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -90,7 +90,9 @@
#:use-module (gnu packages libusb)
#:use-module (gnu packages linux)
#:use-module (gnu packages man)
+ #:use-module (gnu packages maths)
#:use-module (gnu packages multiprecision)
+ #:use-module (gnu packages ncurses)
#:use-module (gnu packages networking)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages popt)
@@ -104,6 +106,7 @@
#:use-module (gnu packages qt)
#:use-module (gnu packages readline)
#:use-module (gnu packages sphinx)
+ #:use-module (gnu packages tex)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages textutils)
#:use-module (gnu packages time)
@@ -1813,6 +1816,37 @@ local, single-user UI, or as a multi-user UI for viewing, adding, and
editing on the Web.")
(license license:gpl3)))
+(define-public optionmatrix
+ (package
+ (name "optionmatrix")
+ (version "1.4.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://sourceforge/optionmatrix/optionmatrix-"
+ version ".tar.xz"))
+ (sha256
+ (base32 "1zd0pfiphnijh1l94swb3mjrpmjsn37z11mklamd7zw6h2d4zh4d"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("gsl" ,gsl)
+ ("gtk3" ,gtk+)
+ ("ncurses" ,ncurses)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("texinfo" ,texinfo)
+ ("texlive" ,(texlive-union (list texlive-epsf
+ texlive-tex-texinfo)))))
+ (home-page "https://anthonybradford.github.io/optionmatrix/")
+ (synopsis "Financial derivative calculator")
+ (description
+ "The OptionMatrix programs are financial derivative calculators. These
+calculators are real-time multi-model option chain pricers with analytics and
+interactive controls. This package provides a GTK+ graphical user interface
+(@code{optionmatrix}) and a curses interface (@code{optionmatrix_console}).")
+ (license license:gpl3+)))
+
(define-public python-ta-lib
(package
(name "python-ta-lib")
base-commit: e1973ae74beb2880c11593155849f43e23ef620c
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#52403: [PATCH] gnu: Add optionmatrix.
2021-12-10 6:08 [bug#52403] [PATCH] gnu: Add optionmatrix Foo Chuan Wei
@ 2021-12-11 13:39 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-12-11 13:39 UTC (permalink / raw)
To: Foo Chuan Wei; +Cc: 52403-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 58dbf4c930e26a6d813ed6cc30fb5ca67ad7c21f.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-11 13:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-10 6:08 [bug#52403] [PATCH] gnu: Add optionmatrix Foo Chuan Wei
2021-12-11 13:39 ` bug#52403: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.