gnu: Add libatomic_ops 7.4.0 and libgc 7.4.0.
[jackhill/guix/guix.git] / gnu / packages / guile.scm
CommitLineData
233e7676 1;;; GNU Guix --- Functional package management for GNU
ef02e1e9 2;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
1722d680 3;;;
233e7676 4;;; This file is part of GNU Guix.
1722d680 5;;;
233e7676 6;;; GNU Guix is free software; you can redistribute it and/or modify it
1722d680
LC
7;;; under the terms of the GNU General Public License as published by
8;;; the Free Software Foundation; either version 3 of the License, or (at
9;;; your option) any later version.
10;;;
233e7676 11;;; GNU Guix is distributed in the hope that it will be useful, but
1722d680
LC
12;;; WITHOUT ANY WARRANTY; without even the implied warranty of
13;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14;;; GNU General Public License for more details.
15;;;
16;;; You should have received a copy of the GNU General Public License
233e7676 17;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
1722d680 18
1ffa7090 19(define-module (gnu packages guile)
4a44e743 20 #:use-module (guix licenses)
59a43334 21 #:use-module (gnu packages)
9c782445 22 #:use-module (gnu packages bash)
1ffa7090
LC
23 #:use-module (gnu packages bdw-gc)
24 #:use-module (gnu packages gawk)
25 #:use-module (gnu packages gperf)
26 #:use-module (gnu packages libffi)
27 #:use-module (gnu packages autotools)
28 #:use-module (gnu packages libunistring)
29 #:use-module (gnu packages m4)
30 #:use-module (gnu packages multiprecision)
31 #:use-module (gnu packages pkg-config)
32 #:use-module (gnu packages readline)
ef02e1e9 33 #:use-module (gnu packages ncurses)
87d836b2
LC
34 #:use-module (gnu packages ed)
35 #:use-module (gnu packages which)
1722d680 36 #:use-module (guix packages)
87f5d366 37 #:use-module (guix download)
1722d680
LC
38 #:use-module (guix build-system gnu))
39
40;;; Commentary:
41;;;
c44899a2 42;;; GNU Guile, and modules and extensions.
1722d680
LC
43;;;
44;;; Code:
45
c44899a2
LC
46(define-public guile-1.8
47 (package
48 (name "guile")
49 (version "1.8.8")
50 (source (origin
87f5d366 51 (method url-fetch)
0db342a5 52 (uri (string-append "mirror://gnu/guile/guile-" version
c44899a2
LC
53 ".tar.gz"))
54 (sha256
55 (base32
01eafd38
LC
56 "0l200a0v7h8bh0cwz6v7hc13ds39cgqsmfrks55b1rbj5vniyiy3"))
57 (patches (list (search-patch "guile-1.8-cpp-4.5.patch")))))
c44899a2
LC
58 (build-system gnu-build-system)
59 (arguments '(#:configure-flags '("--disable-error-on-warning")
c44899a2
LC
60
61 ;; Insert a phase before `configure' to patch things up.
62 #:phases (alist-cons-before
63 'configure
2f4fbe1c 64 'patch-stuff
c44899a2
LC
65 (lambda* (#:key outputs #:allow-other-keys)
66 ;; Add a call to `lt_dladdsearchdir' so that
67 ;; `libguile-readline.so' & co. are in the
68 ;; loader's search path.
69 (substitute* "libguile/dynl.c"
2f4fbe1c
LC
70 (("lt_dlinit.*$" match)
71 (format #f
72 " ~a~% lt_dladdsearchdir(\"~a/lib\");~%"
73 match
74 (assoc-ref outputs "out"))))
75
76 ;; The usual /bin/sh...
77 (substitute* "ice-9/popen.scm"
78 (("/bin/sh") (which "sh"))))
c44899a2 79 %standard-phases)))
01eafd38 80 (inputs `(("gawk" ,gawk)
c44899a2
LC
81 ("readline" ,readline)))
82
83 ;; Since `guile-1.8.pc' has "Libs: ... -lgmp -lltdl", these must be
84 ;; propagated.
85 (propagated-inputs `(("gmp" ,gmp)
86 ("libtool" ,libtool)))
87
88 ;; When cross-compiling, a native version of Guile itself is needed.
89 (self-native-input? #t)
90
9be8d7c8
LC
91 (native-search-paths
92 (list (search-path-specification
93 (variable "GUILE_LOAD_PATH")
94 (directories '("share/guile/site")))))
95
f50d2669 96 (synopsis "Scheme implementation intended especially for extensions")
c44899a2 97 (description
a22dc0c4
LC
98 "Guile is the GNU Ubiquitous Intelligent Language for Extensions, the
99official extension language of the GNU system. It is an implementation of
100the Scheme language which can be easily embedded in other applications to
101provide a convenient means of extending the functionality of the application
102without requiring the source code to be rewritten.")
c44899a2 103 (home-page "http://www.gnu.org/software/guile/")
4a44e743 104 (license lgpl2.0+)))
c44899a2
LC
105
106(define-public guile-2.0
107 (package
108 (name "guile")
fcdf58c4 109 (version "2.0.9")
c44899a2 110 (source (origin
87f5d366 111 (method url-fetch)
0db342a5 112 (uri (string-append "mirror://gnu/guile/guile-" version
c44899a2
LC
113 ".tar.xz"))
114 (sha256
115 (base32
fcdf58c4 116 "0nw9y8vjyz4r61v06p9msks5lm58pd91irmzg4k487vmv743h2pp"))))
c44899a2
LC
117 (build-system gnu-build-system)
118 (native-inputs `(("pkgconfig" ,pkg-config)))
119 (inputs `(("libffi" ,libffi)
9c782445
LC
120 ("readline" ,readline)
121
122 ;; TODO: On next core-updates, make Bash input unconditional.
123 ,@(if (%current-target-system)
124 `(("bash" ,bash))
125 '())))
c44899a2
LC
126
127 (propagated-inputs
128 `( ;; These ones aren't normally needed here, but since `libguile-2.0.la'
129 ;; reads `-lltdl -lunistring', adding them here will add the needed
130 ;; `-L' flags. As for why the `.la' file lacks the `-L' flags, see
131 ;; <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/18903>.
132 ("libunistring" ,libunistring)
133 ("libtool" ,libtool)
134
135 ;; The headers and/or `guile-2.0.pc' refer to these packages, so they
136 ;; must be propagated.
137 ("bdw-gc" ,libgc)
138 ("gmp" ,gmp)))
139
140 (self-native-input? #t)
141
9bf62d9b
LC
142 (outputs '("out" "debug"))
143
8ffaa93b 144 (arguments
9c782445 145 `(#:phases (alist-cons-before
8ffaa93b
LC
146 'configure 'pre-configure
147 (lambda* (#:key inputs #:allow-other-keys)
58b4e8e8 148 ;; Tell (ice-9 popen) the file name of Bash.
8ffaa93b
LC
149 (let ((bash (assoc-ref inputs "bash")))
150 (substitute* "module/ice-9/popen.scm"
151 (("/bin/sh")
152 (string-append bash "/bin/bash")))))
56c092ce 153 %standard-phases)
58b4e8e8
LC
154
155 ,@(if (%current-target-system)
156 '(#:configure-flags '("CC_FOR_BUILD=gcc"))
157 '())))
8ffaa93b 158
9be8d7c8
LC
159 (native-search-paths
160 (list (search-path-specification
161 (variable "GUILE_LOAD_PATH")
162 (directories '("share/guile/site/2.0")))
163 (search-path-specification
164 (variable "GUILE_LOAD_COMPILED_PATH")
165 (directories '("share/guile/site/2.0")))))
166
f50d2669 167 (synopsis "Scheme implementation intended especially for extensions")
c44899a2 168 (description
a22dc0c4
LC
169 "Guile is the GNU Ubiquitous Intelligent Language for Extensions, the
170official extension language of the GNU system. It is an implementation of
171the Scheme language which can be easily embedded in other applications to
172provide a convenient means of extending the functionality of the application
173without requiring the source code to be rewritten.")
c44899a2 174 (home-page "http://www.gnu.org/software/guile/")
4a44e743 175 (license lgpl3+)))
c44899a2 176
fa29b199
LC
177(define-public guile-2.0/fixed
178 ;; A package of Guile 2.0 that's rarely changed. It is the one used
179 ;; in the `base' module, and thus changing it entails a full rebuild.
6aded2dd 180 guile-2.0)
fa29b199 181
c44899a2
LC
182\f
183;;;
184;;; Extensions.
185;;;
186
1722d680
LC
187(define (guile-reader guile)
188 "Build Guile-Reader against GUILE, a package of some version of Guile 1.8
189or 2.0."
190 (package
ba4bcae0 191 (name (string-append "guile-reader-for-guile_" (package-version guile)))
1722d680
LC
192 (version "0.6")
193 (source (origin
87f5d366 194 (method url-fetch)
1722d680
LC
195 (uri (string-append
196 "http://download-mirror.savannah.gnu.org/releases/guile-reader/guile-reader-"
197 version ".tar.gz"))
198 (sha256
199 (base32
200 "1svlyk5pm4fsdp2g7n6qffdl6fdggxnlicj0jn9s4lxd63gzxy1n"))))
201 (build-system gnu-build-system)
cb0d69ed 202 (native-inputs `(("pkgconfig" ,pkg-config)
1627f7f7 203 ("gperf" ,gperf)))
1722d680 204 (inputs `(("guile" ,guile)))
46614bba
LC
205 (arguments `(#:configure-flags
206 (let ((out (assoc-ref %outputs "out")))
207 ,(if (string-prefix? "2." (package-version guile))
208 '(list (string-append "--with-guilemoduledir="
209 out "/share/guile/site/2.0"))
210 '(list (string-append "--with-guilemoduledir="
211 out "/share/guile/site"))))))
212 (synopsis "Framework for building readers for GNU Guile")
d45122f5 213 (description
1722d680
LC
214"Guile-Reader is a simple framework for building readers for GNU Guile.
215
216The idea is to make it easy to build procedures that extend Guile’s read
217procedure. Readers supporting various syntax variants can easily be written,
218possibly by re-using existing “token readers” of a standard Scheme
219readers. For example, it is used to implement Skribilo’s R5RS-derived
220document syntax.
221
222Guile-Reader’s approach is similar to Common Lisp’s “read table”, but
223hopefully more powerful and flexible (for instance, one may instantiate as
224many readers as needed).")
225 (home-page "http://www.nongnu.org/guile-reader/")
4a44e743 226 (license gpl3+)))
1722d680
LC
227
228(define-public guile-reader/guile-1.8
229 ;; Guile-Reader built against Guile 1.8.
230 (guile-reader guile-1.8))
231
232(define-public guile-reader/guile-2.0
233 ;; Guile-Reader built against Guile 2.0.
234 (guile-reader guile-2.0))
235
ef02e1e9
LC
236(define-public guile-ncurses
237 (package
238 (name "guile-ncurses")
1d3991dc 239 (version "1.4")
ef02e1e9
LC
240 (source (origin
241 (method url-fetch)
242 (uri (string-append "mirror://gnu/guile-ncurses/guile-ncurses-"
243 version ".tar.gz"))
244 (sha256
245 (base32
1d3991dc 246 "070wl664lsm14hb6y9ch97x9q6cns4k6nxgdzbdzi5byixn74899"))))
ef02e1e9
LC
247 (build-system gnu-build-system)
248 (inputs `(("ncurses" ,ncurses)
249 ("guile" ,guile-2.0)))
250 (arguments
251 '(#:configure-flags (list (string-append "--with-guilesitedir="
252 (assoc-ref %outputs "out")
3f69e393 253 "/share/guile/site/2.0"))
ef02e1e9
LC
254 #:phases (alist-cons-after
255 'install 'post-install
256 (lambda* (#:key outputs #:allow-other-keys)
257 (let* ((out (assoc-ref outputs "out"))
258 (dir (string-append out "/share/guile/site/"))
259 (files (find-files dir ".scm")))
260 (substitute* files
261 (("\"libguile-ncurses\"")
262 (format #f "\"~a/lib/libguile-ncurses\""
263 out)))))
264 %standard-phases)))
265 (home-page "http://www.gnu.org/software/guile-ncurses/")
f50d2669 266 (synopsis "Guile bindings to ncurses")
ef02e1e9 267 (description
79c311b8
LC
268 "guile-ncurses provides Guile language bindings for the ncurses
269library.")
ef02e1e9
LC
270 (license lgpl3+)))
271
87d836b2
LC
272(define-public mcron
273 (package
274 (name "mcron")
275 (version "1.0.6")
276 (source (origin
277 (method url-fetch)
278 (uri (string-append "mirror://gnu/mcron/mcron-"
279 version ".tar.gz"))
280 (sha256
281 (base32
01eafd38
LC
282 "0yvrfzzdy2m7fbqkr61fw01wd9r2jpnbyabxhcsfivgxywknl0fy"))
283 (patches (list (search-patch "mcron-install.patch")))))
87d836b2 284 (build-system gnu-build-system)
87d836b2 285 (inputs
01eafd38 286 `(("ed" ,ed) ("which" ,which) ("guile" ,guile-1.8)))
87d836b2 287 (home-page "http://www.gnu.org/software/mcron/")
f50d2669 288 (synopsis "Run jobs at scheduled times")
87d836b2 289 (description
79c311b8 290 "GNU Mcron is a complete replacement for Vixie cron. It is used to run
a22dc0c4 291tasks on a schedule, such as every hour or every Monday. Mcron is written in
79c311b8
LC
292Guile, so its configuration can be written in Scheme; the original cron
293format is also supported.")
87d836b2
LC
294 (license gpl3+)))
295
3e9066fc
LC
296(define-public guile-lib
297 (package
298 (name "guile-lib")
299 (version "0.2.2")
300 (source (origin
301 (method url-fetch)
302 (uri (string-append "mirror://savannah/guile-lib/guile-lib-"
303 version ".tar.gz"))
304 (sha256
305 (base32
306 "1f9n2b5b5r75lzjinyk6zp6g20g60msa0jpfrk5hhg4j8cy0ih4b"))))
307 (build-system gnu-build-system)
308 (arguments
309 '(#:phases (alist-cons-before
310 'configure 'patch-module-dir
311 (lambda _
312 (substitute* "src/Makefile.in"
313 (("^moddir[[:blank:]]*=[[:blank:]]*([[:graph:]]+)" _ rhs)
314 (string-append "moddir = " rhs "/2.0\n"))))
315 %standard-phases)))
316 (inputs `(("guile" ,guile-2.0)))
317 (home-page "http://www.nongnu.org/guile-lib/")
318 (synopsis "Collection of useful Guile Scheme modules")
319 (description
320 "guile-lib is intended as an accumulation place for pure-scheme Guile
321modules, allowing for people to cooperate integrating their generic Guile
322modules into a coherent library. Think \"a down-scaled, limited-scope CPAN
323for Guile\".")
324
325 ;; The whole is under GPLv3+, but some modules are under laxer
326 ;; distribution terms such as LGPL and public domain. See `COPYING' for
327 ;; details.
328 (license gpl3+)))
329
1722d680 330;;; guile.scm ends here