GNU bug report logs -
#52403
[PATCH] gnu: Add optionmatrix.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#52403: [PATCH] gnu: Add optionmatrix.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 52403 <at> debbugs.gnu.org.
--
52403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52403
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Patch pushed as 58dbf4c930e26a6d813ed6cc30fb5ca67ad7c21f.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 3 years and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.