2013-01-05 18:47:50 -05:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2019-09-30 03:48:18 -04:00
|
|
|
;;; Copyright © 2012, 2013, 2015, 2019 Ludovic Courtès <ludo@gnu.org>
|
2018-06-10 14:22:08 -04:00
|
|
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
2021-01-26 04:27:13 -05:00
|
|
|
;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
2020-06-19 10:08:40 -04:00
|
|
|
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
|
2020-07-28 12:20:37 -04:00
|
|
|
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
2012-11-22 11:57:37 -05:00
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; This file is part of GNU Guix.
|
2012-11-22 11:57:37 -05:00
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
2012-11-22 11:57:37 -05:00
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
2012-11-22 11:57:37 -05:00
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
2012-11-22 11:57:37 -05:00
|
|
|
|
2013-01-17 19:06:24 -05:00
|
|
|
(define-module (gnu packages bison)
|
distro: Use (guix licenses) instead of strings.
* distro/packages/acl.scm, distro/packages/attr.scm,
distro/packages/autotools.scm, distro/packages/base.scm,
distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/bison.scm, distro/packages/bootstrap.scm,
distro/packages/compression.scm, distro/packages/cpio.scm,
distro/packages/ddrescue.scm, distro/packages/ed.scm,
distro/packages/flex.scm, distro/packages/gawk.scm,
distro/packages/gdbm.scm, distro/packages/gettext.scm,
distro/packages/gnupg.scm, distro/packages/gnutls.scm,
distro/packages/gperf.scm, distro/packages/guile.scm,
distro/packages/help2man.scm, distro/packages/less.scm,
distro/packages/libffi.scm, distro/packages/libsigsegv.scm,
distro/packages/libunistring.scm, distro/packages/linux.scm,
distro/packages/lout.scm, distro/packages/lsh.scm,
distro/packages/m4.scm, distro/packages/multiprecision.scm,
distro/packages/nano.scm, distro/packages/ncurses.scm,
distro/packages/nettle.scm, distro/packages/perl.scm,
distro/packages/pkg-config.scm, distro/packages/pth.scm,
distro/packages/readline.scm, distro/packages/recutils.scm,
distro/packages/shishi.scm, distro/packages/system.scm,
distro/packages/texinfo.scm, distro/packages/time.scm,
distro/packages/wget.scm, distro/packages/which.scm,
distro/packages/zile.scm: Use (guix licenses).
2012-12-14 10:14:04 -05:00
|
|
|
#:use-module (guix licenses)
|
2012-11-22 11:57:37 -05:00
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix download)
|
|
|
|
#:use-module (guix build-system gnu)
|
2013-01-17 19:06:24 -05:00
|
|
|
#:use-module (gnu packages m4)
|
2013-09-27 16:06:38 -04:00
|
|
|
#:use-module (gnu packages perl)
|
|
|
|
#:use-module (gnu packages flex)
|
2016-07-29 04:23:51 -04:00
|
|
|
#:use-module (srfi srfi-1))
|
2012-11-22 11:57:37 -05:00
|
|
|
|
2016-07-29 04:23:51 -04:00
|
|
|
(define-public bison
|
2012-11-22 11:57:37 -05:00
|
|
|
(package
|
|
|
|
(name "bison")
|
2022-06-26 11:31:17 -04:00
|
|
|
(version "3.8.2")
|
2012-11-22 11:57:37 -05:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://gnu/bison/bison-"
|
|
|
|
version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2022-06-26 11:31:17 -04:00
|
|
|
"1wjvbbzrr16k1jlby3l436an3kvv492h08arbnf0gwgprha05flv"))))
|
2012-11-22 11:57:37 -05:00
|
|
|
(build-system gnu-build-system)
|
2019-06-16 03:39:00 -04:00
|
|
|
(arguments
|
|
|
|
'(;; Building in parallel on many-core systems may cause an error such as
|
|
|
|
;; "mv: cannot stat 'examples/c/reccalc/scan.stamp.tmp': No such file or
|
|
|
|
;; directory". See <https://bugs.gnu.org/36238>.
|
2019-06-17 05:23:44 -04:00
|
|
|
#:parallel-build? #f
|
|
|
|
;; Similarly, when building tests in parallel, Make may produce this error:
|
|
|
|
;; "./examples/c/reccalc/scan.l:13:10: fatal error: parse.h: No such file
|
|
|
|
;; or directory". Full log in <https://bugs.gnu.org/36238>.
|
|
|
|
#:parallel-tests? #f))
|
2021-12-13 11:18:24 -05:00
|
|
|
(native-inputs (list perl
|
|
|
|
;; m4 is not present in PATH when cross-building.
|
|
|
|
m4))
|
|
|
|
(inputs (list flex))
|
|
|
|
(propagated-inputs (list m4))
|
2017-03-29 18:48:16 -04:00
|
|
|
(home-page "https://www.gnu.org/software/bison/")
|
2020-07-28 12:20:37 -04:00
|
|
|
(synopsis "Yacc-compatible parser generator")
|
2012-11-22 11:57:37 -05:00
|
|
|
(description
|
2013-12-01 16:33:23 -05:00
|
|
|
"GNU Bison is a general-purpose parser generator. It can build a
|
|
|
|
deterministic or generalized LR parser from an annotated, context-free
|
|
|
|
grammar. It is versatile enough to have many applications, from parsers for
|
2020-07-28 12:20:37 -04:00
|
|
|
simple tools through complex programming languages.
|
|
|
|
|
|
|
|
Bison also provides an implementation of @command{yacc}, as specified by POSIX.")
|
distro: Use (guix licenses) instead of strings.
* distro/packages/acl.scm, distro/packages/attr.scm,
distro/packages/autotools.scm, distro/packages/base.scm,
distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/bison.scm, distro/packages/bootstrap.scm,
distro/packages/compression.scm, distro/packages/cpio.scm,
distro/packages/ddrescue.scm, distro/packages/ed.scm,
distro/packages/flex.scm, distro/packages/gawk.scm,
distro/packages/gdbm.scm, distro/packages/gettext.scm,
distro/packages/gnupg.scm, distro/packages/gnutls.scm,
distro/packages/gperf.scm, distro/packages/guile.scm,
distro/packages/help2man.scm, distro/packages/less.scm,
distro/packages/libffi.scm, distro/packages/libsigsegv.scm,
distro/packages/libunistring.scm, distro/packages/linux.scm,
distro/packages/lout.scm, distro/packages/lsh.scm,
distro/packages/m4.scm, distro/packages/multiprecision.scm,
distro/packages/nano.scm, distro/packages/ncurses.scm,
distro/packages/nettle.scm, distro/packages/perl.scm,
distro/packages/pkg-config.scm, distro/packages/pth.scm,
distro/packages/readline.scm, distro/packages/recutils.scm,
distro/packages/shishi.scm, distro/packages/system.scm,
distro/packages/texinfo.scm, distro/packages/time.scm,
distro/packages/wget.scm, distro/packages/which.scm,
distro/packages/zile.scm: Use (guix licenses).
2012-12-14 10:14:04 -05:00
|
|
|
(license gpl3+)))
|
2019-09-30 03:48:18 -04:00
|
|
|
|
|
|
|
(define-public bison-3.0
|
|
|
|
(package
|
|
|
|
(inherit bison)
|
|
|
|
(version "3.0.5")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://gnu/bison/bison-"
|
|
|
|
version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"0f7kjygrckkx8vas2nm673592jif0a9mw5g8207f6hj6h4pfyp07"))))))
|