2013-01-05 18:47:50 -05:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2015-10-06 09:18:44 -04:00
|
|
|
;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <ludo@gnu.org>
|
2014-12-31 04:17:45 -05:00
|
|
|
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
|
2018-04-13 11:20:39 -04:00
|
|
|
;;; Copyright © 2015, 2018 Andreas Enge <andreas@enge.fr>
|
2020-05-30 09:54:12 -04:00
|
|
|
;;; Copyright © 2016, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
2020-03-29 17:54:30 -04:00
|
|
|
;;; Copyright © 2016, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
2019-02-18 11:45:49 -05:00
|
|
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
2018-01-31 14:55:37 -05:00
|
|
|
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
|
2021-02-11 04:03:17 -05:00
|
|
|
;;; Copyright © 2018, 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
|
2021-10-21 23:08:09 -04:00
|
|
|
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
2022-10-02 21:01:59 -04:00
|
|
|
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; This file is part of GNU Guix.
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -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
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -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/>.
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
|
2013-01-17 19:06:24 -05:00
|
|
|
(define-module (gnu packages multiprecision)
|
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)
|
2013-01-17 19:06:47 -05:00
|
|
|
#:use-module (gnu packages)
|
2016-10-21 00:26:49 -04:00
|
|
|
#:use-module (gnu packages autotools)
|
2022-10-02 22:07:39 -04:00
|
|
|
#:use-module (gnu packages bison)
|
|
|
|
#:use-module (gnu packages flex)
|
2013-01-17 19:06:24 -05:00
|
|
|
#:use-module (gnu packages m4)
|
2018-01-31 14:55:37 -05:00
|
|
|
#:use-module (gnu packages gcc)
|
2020-05-30 09:54:12 -04:00
|
|
|
#:use-module (gnu packages texinfo)
|
Remove (guix http) and (guix ftp).
* guix/ftp.scm, guix/http.scm, guix/build/ftp.scm, guix/build/http.scm:
Remove.
* Makefile.am (MODULES): Likewise.
* tests/builders.scm, distro/packages/base.scm,
distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/compression.scm, distro/packages/gawk.scm,
distro/packages/gnupg.scm, distro/packages/gperf.scm,
distro/packages/guile.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/lout.scm,
distro/packages/m4.scm, distro/packages/multiprecision.scm,
distro/packages/ncurses.scm, distro/packages/perl.scm,
distro/packages/pkg-config.scm, distro/packages/pth.scm,
distro/packages/readline.scm, distro/packages/recutils.scm: Use
`url-fetch' instead of `http-fetch' and `ftp-fetch'.
* distro/packages/bootstrap.scm: Likewise
(bootstrap-origin): Remove references to `http-fetch' and
`ftp-fetch'.
* guix.scm (%public-modules): Remove `http' and `ftp'; add `download'.
2012-11-12 18:22:44 -05:00
|
|
|
#:use-module (guix download)
|
2022-10-02 21:01:59 -04:00
|
|
|
#:use-module (guix gexp)
|
2022-10-02 22:07:39 -04:00
|
|
|
#:use-module (guix git-download)
|
2022-10-02 21:01:59 -04:00
|
|
|
#:use-module (guix packages)
|
2014-12-31 04:17:45 -05:00
|
|
|
#:use-module (guix utils)
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
#:use-module (guix build-system gnu))
|
|
|
|
|
|
|
|
(define-public gmp
|
|
|
|
(package
|
|
|
|
(name "gmp")
|
2020-11-17 09:28:38 -05:00
|
|
|
(version "6.2.1")
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(source (origin
|
Remove (guix http) and (guix ftp).
* guix/ftp.scm, guix/http.scm, guix/build/ftp.scm, guix/build/http.scm:
Remove.
* Makefile.am (MODULES): Likewise.
* tests/builders.scm, distro/packages/base.scm,
distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/compression.scm, distro/packages/gawk.scm,
distro/packages/gnupg.scm, distro/packages/gperf.scm,
distro/packages/guile.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/lout.scm,
distro/packages/m4.scm, distro/packages/multiprecision.scm,
distro/packages/ncurses.scm, distro/packages/perl.scm,
distro/packages/pkg-config.scm, distro/packages/pth.scm,
distro/packages/readline.scm, distro/packages/recutils.scm: Use
`url-fetch' instead of `http-fetch' and `ftp-fetch'.
* distro/packages/bootstrap.scm: Likewise
(bootstrap-origin): Remove references to `http-fetch' and
`ftp-fetch'.
* guix.scm (%public-modules): Remove `http' and `ftp'; add `download'.
2012-11-12 18:22:44 -05:00
|
|
|
(method url-fetch)
|
2013-01-09 18:10:59 -05:00
|
|
|
(uri
|
2013-02-12 16:06:47 -05:00
|
|
|
(string-append "mirror://gnu/gmp/gmp-"
|
|
|
|
version ".tar.xz"))
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(sha256
|
|
|
|
(base32
|
2020-11-17 09:28:38 -05:00
|
|
|
"1wml97fdmpcynsbw9yl77rj29qibfp652d0w3222zlfx5j8jjj7x"))
|
2016-04-08 08:18:13 -04:00
|
|
|
(patches (search-patches "gmp-faulty-test.patch"))))
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(build-system gnu-build-system)
|
2021-12-13 11:18:24 -05:00
|
|
|
(native-inputs (list m4))
|
2013-07-03 17:55:04 -04:00
|
|
|
(outputs '("out" "debug"))
|
2020-03-29 17:54:30 -04:00
|
|
|
(arguments
|
|
|
|
`(#:parallel-tests? #f ; mpz/reuse fails otherwise
|
|
|
|
#:configure-flags
|
|
|
|
'(;; Build a "fat binary", with routines for several
|
|
|
|
;; sub-architectures.
|
|
|
|
"--enable-fat"
|
|
|
|
"--enable-cxx"
|
|
|
|
,@(cond ((target-mingw?)
|
|
|
|
;; Static and shared cannot be built in one go:
|
|
|
|
;; they produce different headers. We need shared.
|
|
|
|
`("--disable-static"
|
|
|
|
"--enable-shared"))
|
|
|
|
(else '())))
|
|
|
|
;; Remove after core-updates merge.
|
|
|
|
;; Workaround for gcc-7 transition breakage, -system and cross-build,
|
|
|
|
;; Note: See <http://bugs.gnu.org/22186> for why not 'CPATH'.
|
|
|
|
;; Note: See <http://bugs.gnu.org/30756> for why not 'C_INCLUDE_PATH' & co.
|
|
|
|
,@(if (target-mingw?)
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'configure 'setenv
|
|
|
|
(lambda _
|
|
|
|
(let ((gcc (assoc-ref %build-inputs "cross-gcc"))
|
|
|
|
(libc (assoc-ref %build-inputs "cross-libc")))
|
|
|
|
(setenv "CROSS_CPLUS_INCLUDE_PATH"
|
|
|
|
(string-append gcc "/include/c++"
|
|
|
|
":" gcc "/include"
|
|
|
|
":" libc "/include"))
|
|
|
|
(format #t "environment variable `CROSS_CPLUS_INCLUDE_PATH' set to `~a'\n"
|
|
|
|
(getenv "CROSS_CPLUS_INCLUDE_PATH"))
|
|
|
|
#t)))))
|
|
|
|
'())))
|
gnu: Use synopses from the Womb.
* gnu/packages/algebra.scm,
gnu/packages/aspell.scm,
gnu/packages/autotools.scm,
gnu/packages/base.scm,
gnu/packages/bash.scm,
gnu/packages/bison.scm,
gnu/packages/cdrom.scm,
gnu/packages/cflow.scm,
gnu/packages/compression.scm,
gnu/packages/cpio.scm,
gnu/packages/cppi.scm,
gnu/packages/ddrescue.scm,
gnu/packages/dejagnu.scm,
gnu/packages/ed.scm,
gnu/packages/emacs.scm,
gnu/packages/fdisk.scm,
gnu/packages/gawk.scm,
gnu/packages/gcc.scm,
packages/gcc.scm, b/gnu/packages/gcc.scm,
4b982 100644
s/gcc.scm,
s/gcc.scm,
@@
%standard-phases)))))
`((gcc-libc . ,(assoc-ref inputs "libc"))))
The GNU Compiler Collection")
GNU Compiler Collection")
n
ompiler Collection includes compiler front ends for C, C++,
tran, OpenMP for C/C++/Fortran, Java, and Ada, as well as
gnu/packages/gdb.scm,
gnu/packages/gettext.scm,
gnu/packages/ghostscript.scm,
gnu/packages/glib.scm,
gnu/packages/global.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnutls.scm,
gnu/packages/gperf.scm,
gnu/packages/gprolog.scm,
gnu/packages/groff.scm,
gnu/packages/grub.scm,
gnu/packages/gsasl.scm,
gnu/packages/guile.scm,
gnu/packages/help2man.scm,
gnu/packages/idutils.scm,
gnu/packages/indent.scm,
gnu/packages/less.scm,
gnu/packages/libidn.scm,
gnu/packages/libsigsegv.scm,
gnu/packages/libunistring.scm,
gnu/packages/linux.scm,
gnu/packages/lsh.scm,
gnu/packages/m4.scm,
gnu/packages/mailutils.scm,
gnu/packages/multiprecision.scm,
gnu/packages/nano.scm,
gnu/packages/ncurses.scm,
gnu/packages/nettle.scm,
gnu/packages/oggvorbis.scm,
gnu/packages/parted.scm,
gnu/packages/pth.scm,
gnu/packages/readline.scm,
gnu/packages/recutils.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/shishi.scm,
gnu/packages/smalltalk.scm,
gnu/packages/system.scm,
gnu/packages/texinfo.scm,
gnu/packages/time.scm,
gnu/packages/wdiff.scm,
gnu/packages/wget.scm,
gnu/packages/which.scm: Use synopses from the Womb.
2013-04-17 12:04:25 -04:00
|
|
|
(synopsis "Multiple-precision arithmetic library")
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(description
|
2019-08-02 21:29:50 -04:00
|
|
|
"The @acronym{GMP, the GNU Multiple Precision Arithmetic} library performs
|
|
|
|
arbitrary-precision arithmetic on signed integers, rational numbers and floating
|
|
|
|
point numbers. The precision is only limited by the available memory.
|
|
|
|
The library is highly optimized, with a design focus on execution speed.
|
|
|
|
It is aimed at use in, for example, cryptography and computational algebra.")
|
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 lgpl3+)
|
2018-01-18 18:22:10 -05:00
|
|
|
(home-page "https://gmplib.org/")))
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
|
2015-12-18 10:58:09 -05:00
|
|
|
(define-public gmp-6.0
|
|
|
|
;; We keep this one around to bootstrap GCC, to work around a compilation
|
|
|
|
;; issue on ARM. See
|
|
|
|
;; <https://gmplib.org/list-archives/gmp-bugs/2015-December/003848.html>.
|
|
|
|
(package
|
|
|
|
(inherit gmp)
|
|
|
|
(version "6.0.0a")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://gnu/gmp/gmp-"
|
|
|
|
version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"0r5pp27cy7ch3dg5v0rsny8bib1zfvrza6027g2mp5f6v8pd6mli"))
|
2016-04-08 08:18:13 -04:00
|
|
|
(patches (search-patches "gmp-arm-asm-nothumb.patch"
|
|
|
|
"gmp-faulty-test.patch"))))))
|
2015-12-18 10:58:09 -05:00
|
|
|
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(define-public mpfr
|
|
|
|
(package
|
|
|
|
(name "mpfr")
|
2020-07-27 09:39:01 -04:00
|
|
|
(version "4.1.0")
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(source (origin
|
Remove (guix http) and (guix ftp).
* guix/ftp.scm, guix/http.scm, guix/build/ftp.scm, guix/build/http.scm:
Remove.
* Makefile.am (MODULES): Likewise.
* tests/builders.scm, distro/packages/base.scm,
distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/compression.scm, distro/packages/gawk.scm,
distro/packages/gnupg.scm, distro/packages/gperf.scm,
distro/packages/guile.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/lout.scm,
distro/packages/m4.scm, distro/packages/multiprecision.scm,
distro/packages/ncurses.scm, distro/packages/perl.scm,
distro/packages/pkg-config.scm, distro/packages/pth.scm,
distro/packages/readline.scm, distro/packages/recutils.scm: Use
`url-fetch' instead of `http-fetch' and `ftp-fetch'.
* distro/packages/bootstrap.scm: Likewise
(bootstrap-origin): Remove references to `http-fetch' and
`ftp-fetch'.
* guix.scm (%public-modules): Remove `http' and `ftp'; add `download'.
2012-11-12 18:22:44 -05:00
|
|
|
(method url-fetch)
|
distro: Use `mirror://' URLs.
* distro/packages/base.scm, distro/packages/bash.scm,
distro/packages/compression.scm, distro/packages/gawk.scm,
distro/packages/gperf.scm, distro/packages/guile.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/pth.scm, distro/packages/readline.scm,
distro/packages/recutils.scm: Use `mirror://gnu' URLs.
* distro/packages/gnupg.scm: Use `mirror://gnupg' URLs.
2012-11-12 17:34:03 -05:00
|
|
|
(uri (string-append "mirror://gnu/mpfr/mpfr-" version
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
".tar.xz"))
|
|
|
|
(sha256 (base32
|
2020-07-27 09:39:01 -04:00
|
|
|
"0zwaanakrqjf84lfr5hfsdr7hncwv9wj0mchlr7cmxigfgqs760c"))))
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(build-system gnu-build-system)
|
2013-07-03 17:55:04 -04:00
|
|
|
(outputs '("out" "debug"))
|
2021-12-13 11:18:24 -05:00
|
|
|
(propagated-inputs (list gmp)) ; <mpfr.h> refers to <gmp.h>
|
2018-01-18 18:21:07 -05:00
|
|
|
(synopsis "C library for arbitrary-precision floating-point arithmetic")
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(description
|
2019-08-02 21:29:53 -04:00
|
|
|
"GNU@tie{}@acronym{MPFR, Multiple Precision Floating-Point Reliably} is a C
|
2018-01-18 18:21:07 -05:00
|
|
|
library for performing multiple-precision, floating-point computations with
|
|
|
|
correct rounding.")
|
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 lgpl3+)
|
2018-09-06 13:14:39 -04:00
|
|
|
(home-page "https://www.mpfr.org/")))
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
|
|
|
|
(define-public mpc
|
|
|
|
(package
|
|
|
|
(name "mpc")
|
2020-10-23 07:40:55 -04:00
|
|
|
(version "1.2.1")
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(source (origin
|
Remove (guix http) and (guix ftp).
* guix/ftp.scm, guix/http.scm, guix/build/ftp.scm, guix/build/http.scm:
Remove.
* Makefile.am (MODULES): Likewise.
* tests/builders.scm, distro/packages/base.scm,
distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/compression.scm, distro/packages/gawk.scm,
distro/packages/gnupg.scm, distro/packages/gperf.scm,
distro/packages/guile.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/lout.scm,
distro/packages/m4.scm, distro/packages/multiprecision.scm,
distro/packages/ncurses.scm, distro/packages/perl.scm,
distro/packages/pkg-config.scm, distro/packages/pth.scm,
distro/packages/readline.scm, distro/packages/recutils.scm: Use
`url-fetch' instead of `http-fetch' and `ftp-fetch'.
* distro/packages/bootstrap.scm: Likewise
(bootstrap-origin): Remove references to `http-fetch' and
`ftp-fetch'.
* guix.scm (%public-modules): Remove `http' and `ftp'; add `download'.
2012-11-12 18:22:44 -05:00
|
|
|
(method url-fetch)
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(uri (string-append
|
2012-12-12 14:03:07 -05:00
|
|
|
"mirror://gnu/mpc/mpc-" version ".tar.gz"))
|
2015-02-20 10:52:29 -05:00
|
|
|
(sha256
|
|
|
|
(base32
|
2020-10-23 07:40:55 -04:00
|
|
|
"0n846hqfqvmsmim7qdlms0qr86f1hck19p12nq3g3z2x74n3sl0p"))))
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(build-system gnu-build-system)
|
2013-07-03 17:55:04 -04:00
|
|
|
(outputs '("out" "debug"))
|
2021-12-13 11:18:24 -05:00
|
|
|
(propagated-inputs (list gmp ; <mpc.h> refers to both
|
|
|
|
mpfr))
|
2018-01-18 18:16:39 -05:00
|
|
|
(synopsis "C library for arbitrary-precision complex arithmetic")
|
distro: Split (distro packages base) into several files.
* distro/packages/base.scm (libsigsegv, gawk, perl, m4, gmp, mpfr, mpc,
ncurses, readline, bash, libtool, libunistring, libffi, pkg-config,
libgc): Move to modules of their own.
(guile-1.8, guile-2.0): Move to...
* distro/packages/guile.scm: ... here.
* distro/packages/bash.scm, distro/packages/bdw-gc.scm,
distro/packages/gawk.scm, distro/packages/libffi.scm,
distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
distro/packages/libunistring.scm, distro/packages/m4.scm,
distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
distro/packages/perl.scm, distro/packages/pkg-config.scm,
distro/packages/readline.scm: New files.
2012-11-04 16:37:22 -05:00
|
|
|
(description
|
2019-08-02 21:29:57 -04:00
|
|
|
"GNU@tie{}@acronym{MPC, Multiple Precision Complex library} is a C library
|
|
|
|
for performing arithmetic on complex numbers. It supports arbitrarily high
|
2018-01-18 18:16:39 -05:00
|
|
|
precision and correctly rounds the results.")
|
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 lgpl3+)
|
2020-02-17 13:36:20 -05:00
|
|
|
(home-page "http://www.multiprecision.org/mpc/")))
|
2016-04-10 07:53:42 -04:00
|
|
|
|
|
|
|
(define-public mpfi
|
2022-10-02 22:07:39 -04:00
|
|
|
;; The last release, 1.5.4, lacks source files such as div_ext.c and others
|
|
|
|
;; (see: https://gitlab.inria.fr/mpfi/mpfi/-/issues/21721). Use the latest
|
|
|
|
;; commit until a new release is made.
|
|
|
|
(let ((commit "b9825348f1e723ab0988105599b34f1f9cd5ff3e")
|
|
|
|
(revision "1"))
|
|
|
|
(package
|
|
|
|
(name "mpfi")
|
|
|
|
(version (git-version "1.5.4" revision commit))
|
|
|
|
(source (origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
(url "https://gitlab.inria.fr/mpfi/mpfi")
|
|
|
|
(commit commit)))
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"141pa2ym1azka25bwkx2w1mf6wdcn155ncc45dr5bj5dycw2hj0m"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
(list #:configure-flags #~(list "--enable-static=no")
|
|
|
|
#:phases #~(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'chdir
|
|
|
|
(lambda _
|
|
|
|
(chdir "mpfi")))
|
|
|
|
(add-after 'unpack 'disable-problematic-tests
|
|
|
|
(lambda _
|
|
|
|
;; XXX: The tdiv_ext and trec_sqrt tests
|
|
|
|
;; segfaults (not reported upstream; accounts on
|
|
|
|
;; their gitlab apparently require to be
|
|
|
|
;; manually created).
|
|
|
|
(setenv "XFAIL_TESTS" "tdiv_ext trec_sqrt"))))))
|
|
|
|
(native-inputs (list automake autoconf libtool texinfo))
|
|
|
|
(propagated-inputs
|
|
|
|
(list gmp mpfr)) ;<mpfi.h> refers to both
|
|
|
|
(home-page "https://gitlab.inria.fr/mpfi/mpfi")
|
|
|
|
(synopsis "C library for arbitrary-precision interval arithmetic")
|
|
|
|
(description
|
|
|
|
"@acronym{MPFI, Multiple Precision Floating-point Interval} is a portable C
|
2018-01-18 18:03:05 -05:00
|
|
|
library for arbitrary-precision interval arithmetic, with intervals represented
|
2019-08-02 21:30:34 -04:00
|
|
|
using MPFR reliable floating-point numbers. It's based on the @acronym{GMP, GNU
|
|
|
|
Multiple Precision Arithmetic} and GNU@tie{}@acronym{MPFR, Multiple Precision
|
|
|
|
Floating-Point Reliably} libraries.
|
2018-01-18 18:03:05 -05:00
|
|
|
|
|
|
|
The purpose of arbitrary-precision interval arithmetic is to get results that
|
|
|
|
are both guaranteed, thanks to interval computation, and accurate, thanks to
|
|
|
|
multiple-precision arithmetic.")
|
2022-10-02 22:07:39 -04:00
|
|
|
(license lgpl2.1+))))
|
2018-01-31 14:55:37 -05:00
|
|
|
|
2018-04-13 11:20:39 -04:00
|
|
|
(define-public irram
|
|
|
|
(package
|
|
|
|
(name "irram")
|
|
|
|
(version "2013_01")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "http://irram.uni-trier.de/irram-files/iRRAM_"
|
|
|
|
version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32 "1cdmvb4hsa161rfdjqyhd9sb3fcr43p3a6nsj7cb4kn9f94qmjpj"))))
|
|
|
|
(build-system gnu-build-system)
|
2021-12-13 11:18:24 -05:00
|
|
|
(propagated-inputs (list gmp ; <mpfi.h> refers to both
|
|
|
|
mpfr))
|
2018-04-13 11:20:39 -04:00
|
|
|
(arguments
|
|
|
|
`(#:parallel-build? #f))
|
|
|
|
(synopsis "C++ package for real arithmetic based on the Real-RAM concept")
|
|
|
|
(description
|
|
|
|
"@dfn{iRRAM} is a C++ package for error-free real arithmetic based on
|
|
|
|
the concept of a Real-RAM. Its capabilities range from ordinary arithmetic
|
|
|
|
over trigonometric functions to linear algebra and differential
|
|
|
|
equations. A program using iRRAM is coded in ordinary C++, but may use a
|
|
|
|
special class that behaves like real numbers without any
|
|
|
|
error. Additionally, iRRAM uses the concept of multi-valued functions.")
|
|
|
|
(license lgpl2.0+)
|
|
|
|
(home-page "http://irram.uni-trier.de/")))
|
|
|
|
|
2018-01-31 14:55:37 -05:00
|
|
|
(define-public qd
|
|
|
|
(package
|
|
|
|
(name "qd")
|
2021-12-17 23:45:26 -05:00
|
|
|
(version "2.3.23")
|
2019-05-16 22:03:26 -04:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://crd-legacy.lbl.gov/~dhbailey/mpdist/qd-"
|
|
|
|
version ".tar.gz"))
|
|
|
|
(sha256
|
2021-12-17 23:45:26 -05:00
|
|
|
(base32 "09pfd77rmy370hy7qdqw84z21y9zpl3fcwzf93rhiv0kwhfg9smk"))))
|
2018-01-31 14:55:37 -05:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list gfortran))
|
2018-01-31 14:55:37 -05:00
|
|
|
(arguments
|
|
|
|
`(#:configure-flags `("--disable-enable_fma" ;weird :/
|
2021-12-17 23:47:29 -05:00
|
|
|
"--disable-static"
|
2018-01-31 14:55:37 -05:00
|
|
|
"--enable-shared"
|
|
|
|
,,@(if (string-prefix? "aarch64"
|
|
|
|
(or (%current-target-system)
|
|
|
|
(%current-system)))
|
|
|
|
;; XXX: The qd_test test fails numerical
|
|
|
|
;; accuracy checks for 'dd_real::exp()' on
|
|
|
|
;; aarch64 with GCC 5.4 at -O2. Disabling
|
|
|
|
;; expensive optimizations lets it pass.
|
|
|
|
'("CXXFLAGS=-O3 -fno-expensive-optimizations")
|
|
|
|
'("CXXFLAGS=-O3")))))
|
2019-05-16 22:03:26 -04:00
|
|
|
(home-page "https://www.davidhbailey.com/dhbsoftware/")
|
2018-01-31 14:55:37 -05:00
|
|
|
(synopsis "Double-double and quad-double library")
|
|
|
|
(description "This package supports both a double-double
|
|
|
|
datatype (approx. 32 decimal digits) and a quad-double datatype (approx. 64
|
|
|
|
decimal digits). The computational library is written in C++. Both C++ and
|
|
|
|
Fortran-90 high-level language interfaces are provided to permit one to
|
|
|
|
convert an existing C++ or Fortran-90 program to use the library with only
|
|
|
|
minor changes to the source code. In most cases only a few type statements
|
|
|
|
and (for Fortran-90 programs) read/write statements need to be changed. PSLQ
|
|
|
|
and numerical quadrature programs are included.")
|
|
|
|
(license bsd-3)))
|
2016-10-21 00:26:49 -04:00
|
|
|
|
2021-10-21 23:08:09 -04:00
|
|
|
(define-public cln
|
|
|
|
(package
|
|
|
|
(name "cln")
|
|
|
|
(version "1.3.6")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://www.ginac.de/CLN/cln-"
|
|
|
|
version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32 "0jlq9l4hphk7qqlgqj9ihjp4m3rwjbhk6q4v00lsbgbri07574pl"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:configure-flags (list "--disable-static")))
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list gmp))
|
2021-10-21 23:08:09 -04:00
|
|
|
(home-page "https://www.ginac.de/CLN/")
|
|
|
|
(synopsis "Library for arbitrary precision computations")
|
|
|
|
(description "CLN is a C++ library for efficient computations with all
|
|
|
|
kinds of numbers in arbitrary precision. It provides a rich set of number
|
|
|
|
classes and elementary, logical and transcendental functions.")
|
|
|
|
(license gpl2+)))
|
|
|
|
|
2016-10-21 00:26:49 -04:00
|
|
|
(define-public tomsfastmath
|
|
|
|
(package
|
|
|
|
(name "tomsfastmath")
|
2019-02-18 11:50:42 -05:00
|
|
|
(version "0.13.1")
|
2016-10-21 00:26:49 -04:00
|
|
|
(synopsis "Large integer arithmetic library")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/libtom/tomsfastmath/"
|
|
|
|
"releases/download/v" version "/"
|
2019-02-18 11:50:42 -05:00
|
|
|
"tfm-" version ".tar.xz"))
|
2016-10-21 00:26:49 -04:00
|
|
|
(sha256
|
|
|
|
(base32
|
2019-02-18 11:50:42 -05:00
|
|
|
"0f0pmiaskh89sp0q933pafxb914shpaj5ad8sb5rzk1wv8d7mja7"))))
|
2016-10-21 00:26:49 -04:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list libtool))
|
2016-10-21 00:26:49 -04:00
|
|
|
(arguments
|
|
|
|
`(#:make-flags (list "-f" "makefile.shared"
|
|
|
|
(string-append "LIBPATH=" %output "/lib")
|
|
|
|
(string-append "INCPATH=" %output "/include")
|
|
|
|
"GROUP=root" "USER=root"
|
|
|
|
"CC=gcc")
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
2019-02-18 11:50:42 -05:00
|
|
|
(delete 'configure) ; no configuration
|
2016-10-21 00:26:49 -04:00
|
|
|
(replace 'check
|
|
|
|
(lambda* (#:key make-flags #:allow-other-keys)
|
2019-01-25 07:20:00 -05:00
|
|
|
(apply invoke "make"
|
|
|
|
"stest" "test_standalone"
|
|
|
|
make-flags)
|
|
|
|
(invoke "./stest")
|
|
|
|
(invoke "./test")))
|
2016-10-21 00:26:49 -04:00
|
|
|
(add-before 'install 'install-nogroup
|
|
|
|
(lambda _
|
2019-02-18 11:50:42 -05:00
|
|
|
;; Let permissions inherit from the current process.
|
2016-10-21 00:26:49 -04:00
|
|
|
(substitute* "makefile.shared"
|
|
|
|
(("-g \\$\\(GROUP\\) -o \\$\\(USER\\)") ""))
|
|
|
|
#t))
|
|
|
|
(add-after 'install 'install-doc
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(let ((docdir (string-append (assoc-ref outputs "out")
|
|
|
|
"/share/doc/tomsfastmath")))
|
|
|
|
(install-file "doc/tfm.pdf" docdir)
|
|
|
|
#t)))
|
|
|
|
(add-after 'install 'install-pc
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
(pc-dir (string-append out "/lib/pkgconfig")))
|
|
|
|
(call-with-output-file "tomsfastmath.pc"
|
|
|
|
(lambda (port)
|
|
|
|
(format port "~
|
|
|
|
Name: TomsFastMath
|
|
|
|
Description: ~a
|
|
|
|
Version: ~a
|
|
|
|
Libs: -L~a/lib -ltfm~%"
|
|
|
|
,synopsis ,version out)))
|
|
|
|
(install-file "tomsfastmath.pc" pc-dir)
|
|
|
|
#t))))))
|
2019-02-18 11:45:49 -05:00
|
|
|
(home-page "https://www.libtom.net/TomsFastMath/")
|
2016-10-21 00:26:49 -04:00
|
|
|
(description "TomsFastMath is a large integer library written in portable
|
|
|
|
ISO C. It is a port of LibTomMath with optional support for inline assembler
|
|
|
|
multiplies.")
|
|
|
|
(license public-domain)))
|
2019-02-22 07:18:10 -05:00
|
|
|
|
2021-02-11 04:03:17 -05:00
|
|
|
(define-public libtomcrypt
|
|
|
|
(package
|
|
|
|
(name "libtomcrypt")
|
|
|
|
(version "1.18.2")
|
|
|
|
(outputs '("out" "static"))
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/libtom/libtomcrypt"
|
|
|
|
"/releases/download/v" version
|
|
|
|
"/crypt-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"113vfrgapyv72lalhd3nkw7jnks8az0gcb5wqn9hj19nhcxlrbcn"))
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
(snippet
|
|
|
|
'(begin
|
|
|
|
;; Patch CVE-2019-17362
|
|
|
|
;; https://github.com/libtom/libtomcrypt/commit/25c26a3b7a9ad8192ccc923e15cf62bf0108ef94
|
|
|
|
(substitute* "src/pk/asn1/der/utf8/der_decode_utf8_string.c"
|
|
|
|
(("z > 4") "z == 1 || z > 4"))
|
|
|
|
#t))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(delete 'configure) ; no configure
|
|
|
|
(add-after 'unpack 'prepare-build
|
|
|
|
(lambda _
|
|
|
|
;; We want the shared library by default so force it to be the
|
|
|
|
;; default makefile target.
|
|
|
|
(delete-file "makefile")
|
|
|
|
(symlink "makefile.shared" "makefile")
|
2021-02-11 05:02:17 -05:00
|
|
|
;; We link to libtommath, so we need to add it to the pc file
|
|
|
|
(substitute* "libtomcrypt.pc.in"
|
|
|
|
(("-ltomcrypt") "-ltomcrypt -ltommath"))
|
2021-02-11 04:03:17 -05:00
|
|
|
#t))
|
|
|
|
(add-after 'build 'build-static
|
|
|
|
(lambda* (#:key make-flags #:allow-other-keys)
|
|
|
|
(apply invoke "make" "-f" "makefile.unix" make-flags)))
|
|
|
|
(replace 'check
|
|
|
|
(lambda* (#:key test-target make-flags #:allow-other-keys)
|
|
|
|
(apply invoke "make" "-f" "makefile.unix" test-target make-flags)
|
|
|
|
(invoke "./test")))
|
|
|
|
(add-after 'install 'install-static-library
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
(static (assoc-ref outputs "static")))
|
|
|
|
(mkdir-p (string-append static "/lib"))
|
|
|
|
(mkdir-p (string-append static "/include"))
|
|
|
|
(rename-file (string-append out "/lib/libtomcrypt.a")
|
|
|
|
(string-append static "/lib/libtomcrypt.a"))
|
|
|
|
(copy-recursively (string-append out "/include")
|
|
|
|
(string-append static "/include"))
|
|
|
|
#t))))
|
|
|
|
#:test-target "test"
|
|
|
|
#:make-flags
|
|
|
|
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
|
|
|
"CFLAGS += -DLTM_DESC -DUSE_LTM"
|
2021-10-23 16:53:12 -04:00
|
|
|
(string-append "EXTRALIBS="
|
|
|
|
(search-input-file %build-inputs
|
|
|
|
"/lib/libtommath.so"))
|
2021-02-11 04:03:17 -05:00
|
|
|
(string-append "CC=" ,(cc-for-target)))))
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list libtool))
|
2021-02-11 04:03:17 -05:00
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list libtommath))
|
2021-02-11 04:03:17 -05:00
|
|
|
(home-page "https://www.libtom.net/LibTomCrypt/")
|
|
|
|
(synopsis "Cryptographic toolkit")
|
|
|
|
(description "LibTomCrypt is a fairly comprehensive, modular and portable
|
|
|
|
cryptographic toolkit that provides developers with a vast array of well known
|
|
|
|
published block ciphers, one-way hash functions, chaining modes, pseudo-random
|
|
|
|
number generators, public key cryptography and a plethora of other routines.")
|
|
|
|
(properties `((lint-hidden-cve . ("CVE-2019-17362"))))
|
|
|
|
(license unlicense)))
|
|
|
|
|
2019-02-22 07:18:10 -05:00
|
|
|
(define-public libtommath
|
|
|
|
(package
|
|
|
|
(name "libtommath")
|
2019-10-22 08:48:48 -04:00
|
|
|
(version "1.2.0")
|
2019-02-22 07:18:10 -05:00
|
|
|
(outputs '("out" "static"))
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/libtom/libtommath/releases/"
|
|
|
|
"download/v" version "/ltm-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2019-10-22 08:48:48 -04:00
|
|
|
"1c8q1qy88cjhdjlk3g24mra94h34c1ldvkjz0n2988c0yvn5xixp"))))
|
2019-02-22 07:18:10 -05:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
'(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(delete 'configure) ; no configure
|
|
|
|
(add-after 'unpack 'prepare-build
|
|
|
|
(lambda _
|
|
|
|
;; We want the shared library by default so force it to be the
|
|
|
|
;; default makefile target.
|
|
|
|
(delete-file "makefile")
|
|
|
|
(symlink "makefile.shared" "makefile")
|
|
|
|
#t))
|
|
|
|
(add-after 'install 'remove-static-library
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(delete-file (string-append (assoc-ref outputs "out")
|
|
|
|
"/lib/libtommath.a"))
|
|
|
|
#t))
|
|
|
|
(replace 'check
|
2019-10-22 08:48:48 -04:00
|
|
|
(lambda* (#:key test-target make-flags #:allow-other-keys)
|
|
|
|
(apply invoke "make" test-target make-flags)
|
2019-02-22 07:18:10 -05:00
|
|
|
(invoke "sh" "test")))
|
|
|
|
(add-after 'install 'install-static-library
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
(invoke "make" "-f" "makefile.unix" "install"
|
|
|
|
(string-append "PREFIX=" (assoc-ref outputs "static"))
|
|
|
|
(string-append "CC=" (which "gcc"))))))
|
2019-10-22 08:48:48 -04:00
|
|
|
#:test-target "test"
|
2019-02-22 07:18:10 -05:00
|
|
|
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
|
|
|
"CC=gcc")))
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
(list libtool))
|
2019-02-22 07:18:10 -05:00
|
|
|
(home-page "https://www.libtom.net/LibTomMath/")
|
|
|
|
(synopsis "Portable number theoretic multiple-precision integer library")
|
|
|
|
(description "LibTomMath is a portable number theoretic multiple-precision
|
|
|
|
integer library written entirely in C. It's designed to provide an API that is
|
|
|
|
simple to work with that provides fairly efficient routines that build out of
|
|
|
|
the box without configuration.")
|
|
|
|
(license unlicense)))
|
2019-03-19 14:44:33 -04:00
|
|
|
|
2019-10-22 08:48:48 -04:00
|
|
|
(define-public libtommath-1.1
|
2019-03-19 14:44:33 -04:00
|
|
|
(package
|
|
|
|
(inherit libtommath)
|
2019-10-22 08:48:48 -04:00
|
|
|
(version "1.1.0")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/libtom/libtommath/releases/"
|
|
|
|
"download/v" version "/ltm-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1bbyagqzfdbg37k1n08nsqzdf44z8zsnjjinqbsyj7rxg246qilh"))
|
|
|
|
(patches (search-patches "libtommath-fix-linkage.patch"))))
|
|
|
|
(arguments
|
|
|
|
(substitute-keyword-arguments (package-arguments libtommath)
|
|
|
|
((#:phases phases)
|
|
|
|
`(modify-phases ,phases
|
|
|
|
(add-after 'unpack 'patch-coreutils-call
|
|
|
|
(lambda _
|
|
|
|
;; Don't pull in coreutils.
|
|
|
|
(substitute* "makefile_include.mk"
|
|
|
|
(("arch") "uname -m"))
|
|
|
|
#t))))
|
|
|
|
((#:test-target _) "test_standalone")))))
|
|
|
|
|
|
|
|
(define-public libtommath-1.0
|
|
|
|
(package
|
|
|
|
(inherit libtommath-1.1)
|
2019-03-19 14:44:33 -04:00
|
|
|
(version "1.0.1")
|
|
|
|
(outputs '("out"))
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://github.com/libtom/libtommath/releases/"
|
|
|
|
"download/v" version "/ltm-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"0sbccdwbkfc680id2fi0x067j23biqcjqilwkk7y9339knrjy0s7"))))
|
|
|
|
(arguments
|
2019-10-22 08:48:48 -04:00
|
|
|
(substitute-keyword-arguments (package-arguments libtommath-1.1)
|
2019-03-19 14:44:33 -04:00
|
|
|
((#:phases phases)
|
|
|
|
`(modify-phases ,phases
|
|
|
|
(delete 'install-static-library)))))))
|