gnu: webkitgtk: Update to 2.28.2.
[jackhill/guix/guix.git] / gnu / packages / plotutils.scm
CommitLineData
bb3fe7fc 1;;; GNU Guix --- Functional package management for GNU
2d3a622d 2;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
20977871 3;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
49181f84 4;;; Copyright © 2016, 2017, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
fb5f8f01 5;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
bb3fe7fc
LC
6;;;
7;;; This file is part of GNU Guix.
8;;;
9;;; GNU Guix is free software; you can redistribute it and/or modify it
10;;; under the terms of the GNU General Public License as published by
11;;; the Free Software Foundation; either version 3 of the License, or (at
12;;; your option) any later version.
13;;;
14;;; GNU Guix is distributed in the hope that it will be useful, but
15;;; WITHOUT ANY WARRANTY; without even the implied warranty of
16;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17;;; GNU General Public License for more details.
18;;;
19;;; You should have received a copy of the GNU General Public License
20;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
21
22(define-module (gnu packages plotutils)
40e9de2a 23 #:use-module ((guix licenses) #:prefix license:)
bb3fe7fc
LC
24 #:use-module (guix packages)
25 #:use-module (guix download)
26 #:use-module (guix build-system gnu)
20977871
EB
27 #:use-module (gnu packages algebra)
28 #:use-module (gnu packages bdw-gc)
80ed14d3 29 #:use-module (gnu packages emacs)
fa6141ec 30 #:use-module (gnu packages xorg)
e55354b8 31 #:use-module (gnu packages image)
20977871 32 #:use-module (gnu packages ghostscript)
00ebe474 33 #:use-module (gnu packages guile)
20977871 34 #:use-module (gnu packages gl)
00ebe474 35 #:use-module (gnu packages gtk)
20977871
EB
36 #:use-module (gnu packages maths)
37 #:use-module (gnu packages perl)
00ebe474 38 #:use-module (gnu packages pkg-config)
20977871 39 #:use-module (gnu packages python)
1b4c5af2 40 #:use-module (gnu packages python-xyz)
20977871 41 #:use-module (gnu packages readline)
1b4c5af2 42 #:use-module (gnu packages qt)
20977871 43 #:use-module (gnu packages texinfo)
8f9ac901 44 #:use-module (gnu packages tex)
40e9de2a 45 #:use-module (gnu packages compression)
8e5e7299 46 #:use-module (gnu packages))
bb3fe7fc
LC
47
48(define-public plotutils
49 (package
50 (name "plotutils")
51 (version "2.6")
52 (source (origin
53 (method url-fetch)
54 (uri (string-append "mirror://gnu/plotutils/plotutils-"
55 version ".tar.gz"))
56 (sha256
57 (base32
01eafd38 58 "1arkyizn5wbgvbh53aziv3s6lmd3wm9lqzkhxb3hijlp1y124hjg"))
fc1adab1 59 (patches (search-patches "plotutils-libpng-jmpbuf.patch"))
ceae3fef
LC
60 (modules '((guix build utils)))
61 (snippet
62 ;; Force the use of libXaw7 instead of libXaw. When not doing
63 ;; that, libplot.la ends up containing just "-lXaw" (without
64 ;; "-L/path/to/Xaw"), due to the fact that there is no
65 ;; libXaw.la, which forces us to propagate libXaw.
6cbee49d
MW
66 '(begin
67 (substitute* "configure"
68 (("-lXaw")
69 "-lXaw7"))
70 #t))))
bb3fe7fc 71 (build-system gnu-build-system)
fa6141ec
LC
72 (inputs `(("libpng" ,libpng)
73 ("libx11" ,libx11)
ceae3fef
LC
74 ("libxt" ,libxt)
75 ("libxaw" ,libxaw)))
a6eb1a95 76
bb3fe7fc 77 (home-page
b3851745 78 "https://www.gnu.org/software/plotutils/")
bb3fe7fc
LC
79 (synopsis "Plotting utilities and library")
80 (description
79c311b8
LC
81 "GNU Plotutils is a package for plotting and working with 2D graphics.
82It includes a library, \"libplot\", for C and C++ for exporting 2D vector
83graphics in many file formats. It also has support for 2D vector graphics
84animations. The package also contains command-line programs for plotting
85scientific data.")
40e9de2a 86 (license license:gpl2+)))
00ebe474
LC
87
88(define-public guile-charting
89 (package
90 (name "guile-charting")
91 (version "0.2.0")
92 (source (origin
93 (method url-fetch)
94 (uri (string-append "http://wingolog.org/pub/guile-charting/"
95 "guile-charting-" version ".tar.gz"))
96 (sha256
97 (base32
ece7731e
LC
98 "0w5qiyv9v0ip5li22x762bm48g8xnw281w66iyw094zdw611pb2m"))
99 (modules '((guix build utils)))
100 (snippet
101 '(begin
2d3a622d
LC
102 ;; Allow builds with Guile 3.0.
103 (substitute* "configure"
104 (("2\\.2 2\\.0")
105 "3.0 2.2 2.0"))
106
ece7731e
LC
107 ;; By default, .go files would be installed to
108 ;; $libdir/…/ccache instead of $libdir/…/site-ccache. Fix
109 ;; that.
110 (substitute* (find-files "." "^Makefile\\.in$")
111 (("/ccache") "/site-ccache"))
112 #t))))
00ebe474
LC
113 (build-system gnu-build-system)
114 (native-inputs `(("pkg-config" ,pkg-config)))
1b0f266e 115 (inputs `(("guile" ,guile-2.2)))
00ebe474
LC
116 (propagated-inputs `(("guile-cairo" ,guile-cairo)))
117 (home-page "http://wingolog.org/software/guile-charting/")
118 (synopsis "Create charts and graphs in Guile")
119 (description
120 "Guile-Charting is a Guile Scheme library to create bar charts and graphs
121using the Cairo drawing library.")
40e9de2a
LC
122 (license license:lgpl2.1+)))
123
2d3a622d
LC
124(define-public guile3.0-charting
125 (package
126 (inherit guile-charting)
127 (name "guile3.0-charting")
128 (inputs `(("guile" ,guile-3.0)))
129 (propagated-inputs `(("guile-cairo" ,guile3.0-cairo)))))
130
40e9de2a
LC
131(define-public ploticus
132 (package
133 (name "ploticus")
134 (version "2.42")
135 (source (origin
136 (method url-fetch)
137 (uri (string-append "mirror://sourceforge/ploticus/ploticus/"
138 version "/ploticus242_src.tar.gz"))
139 (sha256
140 (base32
141 "1c70cvfvgjh83hj1x21130wb9qfr2rc0x47cxy9kl805yjwy8a9z"))
142 (modules '((guix build utils)))
143 (snippet
144 ;; Install binaries in the right place.
6cbee49d
MW
145 '(begin
146 (substitute* "src/Makefile"
147 (("INSTALLBIN =.*$")
148 (string-append "INSTALLBIN = $(out)/bin")))
149 #t))))
40e9de2a
LC
150 (build-system gnu-build-system)
151 (arguments
152 '(#:tests? #f
153 #:phases
154 (modify-phases %standard-phases
f8503e2b
LC
155 (replace 'configure (lambda _ (chdir "src")))
156 (add-before 'install 'make-target-directories
40e9de2a
LC
157 (lambda* (#:key outputs #:allow-other-keys)
158 (let ((out (assoc-ref outputs "out")))
159 (mkdir-p (string-append out "/bin"))
160 #t)))
f8503e2b 161 (add-after 'install 'install-prefabs
40e9de2a
LC
162 (lambda* (#:key outputs #:allow-other-keys)
163 (let* ((out (assoc-ref outputs "out"))
164 (dir (string-append out
165 "/share/ploticus/prefabs"))
166 (bin (string-append out "/bin")))
167 (mkdir-p dir)
168
169 ;; Install "prefabs".
170 (for-each (lambda (file)
171 (let ((target
172 (string-append dir "/"
173 (basename file))))
174 (copy-file file target)))
175 (find-files "../prefabs" "."))
176
177 ;; Allow them to be found.
178 (wrap-program (string-append bin "/pl")
179 `("PLOTICUS_PREFABS" ":" = (,dir)))))))))
180 (inputs
181 `(("libpng" ,libpng)
182 ("libx11" ,libx11)
183 ("zlib" ,zlib)))
184 (home-page "http://ploticus.sourceforge.net/")
185 (synopsis "Command-line tool for producing plots and charts")
186 (description
187 "Ploticus is a non-interactive software package for producing plots,
188charts, and graphics from data. Ploticus is good for automated or
189just-in-time graph generation, handles date and time data nicely, and has
190basic statistical capabilities. It allows significant user control over
191colors, styles, options and details.")
192 (license license:gpl2+)))
20977871
EB
193
194(define-public asymptote
195 (package
196 (name "asymptote")
1a7247c6 197 (version "2.65")
c3945380
NG
198 (source
199 (origin
200 (method url-fetch)
201 (uri (string-append "mirror://sourceforge/asymptote/"
202 version "/asymptote-" version ".src.tgz"))
203 (sha256
1a7247c6 204 (base32 "0i4qqlvzz69mhdq6kf689sa9rxfb1cwsg1nx88hryb291hddgqqm"))))
20977871
EB
205 (build-system gnu-build-system)
206 ;; Note: The 'asy' binary retains a reference to docdir for use with its
207 ;; "help" command in interactive mode, so adding a "doc" output is not
208 ;; currently useful.
209 (native-inputs
4906a0b2
NG
210 `(("emacs" ,emacs-minimal)
211 ("gs" ,ghostscript) ;For tests
212 ("perl" ,perl)
1b4c5af2 213 ("texinfo" ,texinfo) ;For generating documentation
15e57838 214 ;; For the manual and the tests.
f75aa97f 215 ("texlive" ,(texlive-union (list texlive-amsfonts
d9de8fbb
NG
216 texlive-epsf
217 texlive-latex-base
15e57838
PN
218 texlive-latex-geometry
219 texlive-latex-graphics
8983a52c 220 texlive-latex-oberdiek ; for ifluatex
15e57838 221 texlive-latex-parskip
4906a0b2 222 texlive-tex-texinfo)))))
20977871
EB
223 (inputs
224 `(("fftw" ,fftw)
225 ("freeglut" ,freeglut)
4906a0b2
NG
226 ("glew" ,glew)
227 ("glm" ,glm)
20977871 228 ("gsl" ,gsl)
8c986ab1 229 ("libgc" ,libgc)
4906a0b2 230 ("python" ,python)
1b4c5af2 231 ("python-cson" ,python-cson)
584e46b1 232 ("python-numpy" ,python-numpy)
1b4c5af2 233 ("python-pyqt" ,python-pyqt)
20977871
EB
234 ("readline" ,readline)
235 ("zlib" ,zlib)))
236 (arguments
80ed14d3
NG
237 `(#:modules ((guix build emacs-utils)
238 (guix build gnu-build-system)
239 (guix build utils)
240 (srfi srfi-26))
241 #:imported-modules (,@%gnu-build-system-modules
242 (guix build emacs-utils))
243 #:configure-flags
20977871
EB
244 (list (string-append "--enable-gc=" (assoc-ref %build-inputs "libgc"))
245 (string-append "--with-latex="
246 (assoc-ref %outputs "out")
247 "/share/texmf/tex/latex")
248 (string-append "--with-context="
249 (assoc-ref %outputs "out")
250 "/share/texmf/tex/context/third"))
acb31b5d
NG
251 #:phases
252 (modify-phases %standard-phases
4906a0b2
NG
253 (add-after 'unpack 'fix-build
254 ;; XXX: Build process complains about missing "config.h"
255 ;; and "primitives.h" files.
256 (lambda _
257 (substitute* (find-files "." "\\.in$")
258 (("#include <primitives.h>") "#include \"primitives.h\""))
259 (invoke "touch" "prc/config.h")))
55a604db 260 (add-after 'unpack 'move-info-location
530b3a19 261 ;; Build process installs info file in the unusual
55a604db
NG
262 ;; "%out/share/info/asymptote/" location. Move it to
263 ;; "%out/share/info/" so it appears in the top-level directory.
264 (lambda _
265 (substitute* "doc/png/Makefile.in"
266 (("(\\$\\(infodir\\))/asymptote" _ infodir) infodir))
325a2e35
NG
267 (substitute* "doc/asymptote.texi"
268 (("asymptote/asymptote") "asymptote"))
55a604db 269 #t))
acb31b5d
NG
270 (add-before 'build 'patch-pdf-viewer
271 (lambda _
80ed14d3 272 ;; Default to a free pdf viewer.
acb31b5d
NG
273 (substitute* "settings.cc"
274 (("defaultPDFViewer=\"acroread\"")
80ed14d3
NG
275 "defaultPDFViewer=\"gv\""))
276 #t))
acb31b5d
NG
277 (add-before 'check 'set-HOME
278 ;; Some tests require write access to $HOME, otherwise leading to
279 ;; "failed to create directory /homeless-shelter/.asy" error.
280 (lambda _
80ed14d3
NG
281 (setenv "HOME" "/tmp")
282 #t))
283 (add-after 'install 'install-Emacs-data
284 (lambda* (#:key outputs #:allow-other-keys)
285 ;; Install related Emacs libraries into an appropriate location.
286 (let* ((out (assoc-ref outputs "out"))
287 (lisp-dir (string-append out "/share/emacs/site-lisp")))
288 (for-each (cut install-file <> lisp-dir)
289 (find-files "." "\\.el$"))
290 (emacs-generate-autoloads ,name lisp-dir))
1b4c5af2
NG
291 #t))
292 (add-after 'install-Emacs-data 'wrap-python-script
293 (lambda* (#:key inputs outputs #:allow-other-keys)
294 ;; Make sure 'xasy' runs with the correct PYTHONPATH.
295 (let* ((out (assoc-ref outputs "out"))
296 (path (getenv "PYTHONPATH")))
297 (wrap-program (string-append out "/share/asymptote/GUI/xasy.py")
298 `("PYTHONPATH" ":" prefix (,path))))
80ed14d3 299 #t)))))
20977871
EB
300 (home-page "http://asymptote.sourceforge.net")
301 (synopsis "Script-based vector graphics language")
302 (description
303 "Asymptote is a powerful descriptive vector graphics language for
304technical drawing, inspired by MetaPost but with an improved C++-like syntax.
305Asymptote provides for figures the same high-quality level of typesetting that
306LaTeX does for scientific text.")
307 ;; Most source files do not contain license statements, but the README
308 ;; contains: "All source files in the Asymptote project, unless explicitly
309 ;; noted otherwise, are released under version 3 (or later) of the GNU
310 ;; Lesser General Public License"
311 (license license:lgpl3+)))