From: John Darrington <jmd@gnu.org>
To: guix-devel@gnu.org
Cc: John Darrington <jmd@gnu.org>
Subject: [PATCH] gnu: Add gnuplot
Date: Sun, 26 Jan 2014 10:09:21 +0100 [thread overview]
Message-ID: <1390727361-18991-2-git-send-email-jmd@gnu.org> (raw)
In-Reply-To: <1390727361-18991-1-git-send-email-jmd@gnu.org>
* gnu/packages/maths.scm (gnuplot): New variable
---
gnu/packages/maths.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 640d502..206ebba 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -29,12 +29,14 @@
#:use-module (gnu packages fontutils)
#:use-module (gnu packages gettext)
#:use-module (gnu packages gcc)
+ #:use-module (gnu packages gd)
#:use-module (gnu packages gtk)
#:use-module (gnu packages multiprecision)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
#:use-module (gnu packages readline)
+ #:use-module (gnu packages texlive)
#:use-module (gnu packages xml))
(define-public units
@@ -202,3 +204,34 @@ output in text, PostScript, PDF or HTML.")
problems in numerical linear algebra.")
(license (license:bsd-style "file://LICENSE"
"See LICENSE in the distribution."))))
+
+(define-public gnuplot
+ (package
+ (name "gnuplot")
+ (version "4.6.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
+ version "/gnuplot-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1xd7gqdhlk7k1p9yyqf9vkk811nadc7m4si0q3nb6cpv4pxglpyz"))))
+ (build-system gnu-build-system)
+ (inputs `(("readline" ,readline)
+ ("cairo" ,cairo)
+ ("pango" ,pango)
+ ("gd" ,gd)))
+ (native-inputs `(("texlive" ,texlive)
+ ("pkg-config" ,pkg-config)))
+ (home-page "http://www.gnuplot.info")
+ (synopsis "Command-line driven graphing utility")
+ (description "Gnuplot is a portable command-line driven graphing
+utility. It was originally created to allow scientists and students to
+visualize mathematical functions and data interactively, but has grown to
+support many non-interactive uses such as web scripting. It is also used as a
+plotting engine by third-party applications like Octave.")
+ ;; X11 Style with the additional restriction that derived works may only be
+ ;; distributed as patches to the original.
+ (license (license:fsf-free
+ "http://gnuplot.cvs.sourceforge.net/gnuplot/gnuplot/Copyright"))))
--
1.7.10.4
next prev parent reply other threads:[~2014-01-26 9:09 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-23 20:07 [PATCH 1/3] gnu: libxft: Propagate input John Darrington
2014-01-23 20:07 ` [PATCH 2/3] gnu: fltk: New module John Darrington
2014-01-24 16:07 ` Thompson, David
2014-01-25 7:00 ` [PATCH 2/2] " John Darrington
2014-01-25 8:27 ` (unknown), John Darrington
2014-01-25 8:27 ` [PATCH] gnu: fltk: New module John Darrington
2014-01-25 15:39 ` Ludovic Courtès
2014-01-23 20:07 ` [PATCH 3/3] gnu: Add octave and dependencies John Darrington
2014-01-25 15:30 ` Ludovic Courtès
2014-01-25 16:14 ` John Darrington
2014-01-25 16:42 ` Andreas Enge
2014-01-25 17:04 ` John Darrington
2014-01-25 20:41 ` Ludovic Courtès
2014-01-26 7:38 ` John Darrington
2014-01-26 9:09 ` (unknown), John Darrington
2014-01-26 9:09 ` John Darrington [this message]
2014-01-26 20:17 ` [PATCH] gnu: Add gnuplot Ludovic Courtès
2014-01-26 18:54 ` [PATCH 3/3] gnu: Add octave and dependencies Andreas Enge
2014-01-26 19:30 ` Ludovic Courtès
2014-01-27 8:30 ` John Darrington
2014-01-27 9:11 ` Ludovic Courtès
2014-01-29 8:20 ` John Darrington
2014-01-29 21:26 ` Ludovic Courtès
2014-01-27 9:04 ` Sree Harsha Totakura
2014-01-27 9:53 ` Installing a C tool chain Ludovic Courtès
2014-01-27 10:32 ` Sree Harsha Totakura
2014-02-04 6:31 ` Mark H Weaver
2014-04-05 20:44 ` Ludovic Courtès
2014-04-14 17:54 ` Andreas Enge
2014-04-14 19:16 ` Ludovic Courtès
2014-04-14 19:43 ` Andreas Enge
2014-04-14 21:32 ` Ludovic Courtès
2014-04-14 21:57 ` Sergio Durigan Junior
2014-01-24 13:11 ` [PATCH 1/3] gnu: libxft: Propagate input Ludovic Courtès
2014-01-25 7:01 ` [PATCH 1/2] " John Darrington
2014-01-25 15:19 ` Ludovic Courtès
2014-01-25 15:38 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1390727361-18991-2-git-send-email-jmd@gnu.org \
--to=jmd@gnu.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.