2013-01-05 18:47:50 -05:00
|
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
2024-02-26 09:53:40 -05:00
|
|
|
|
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2022, 2023, 2024 Andreas Enge <andreas@enge.fr>
|
2021-01-13 09:15:31 -05:00
|
|
|
|
;;; Copyright © 2013, 2015, 2017, 2018, 2021 Ludovic Courtès <ludo@gnu.org>
|
2024-03-17 11:02:36 -04:00
|
|
|
|
;;; Copyright © 2016-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
2018-05-08 18:28:38 -04:00
|
|
|
|
;;; Copyright © 2014, 2018 Mark H Weaver <mhw@netris.org>
|
2023-04-12 08:10:43 -04:00
|
|
|
|
;;; Copyright © 2016, 2018, 2019, 2021, 2023 Ricardo Wurmus <rekado@elephly.net>
|
2022-06-15 14:54:35 -04:00
|
|
|
|
;;; Copyright © 2017, 2020-2022 Efraim Flashner <efraim@flashner.co.il>
|
2021-03-27 15:47:55 -04:00
|
|
|
|
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
2017-04-14 06:26:02 -04:00
|
|
|
|
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
2022-02-19 09:45:48 -05:00
|
|
|
|
;;; Copyright © 2017, 2019, 2021, 2022 Eric Bavier <bavier@posteo.net>
|
2019-07-03 03:25:39 -04:00
|
|
|
|
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
2020-03-09 17:23:58 -04:00
|
|
|
|
;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
2020-03-29 12:01:07 -04:00
|
|
|
|
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
2020-05-03 18:32:39 -04:00
|
|
|
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
2024-01-16 19:41:48 -05:00
|
|
|
|
;;; Copyright © 2020, 2021, 2023, 2024 Vinicius Monego <monego@posteo.net>
|
2021-03-15 04:23:42 -04:00
|
|
|
|
;;; Copyright © 2021 Lars-Dominik Braun <ldb@leibniz-psychology.org>
|
2022-10-02 20:54:45 -04:00
|
|
|
|
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
2023-11-28 06:52:46 -05:00
|
|
|
|
;;; Copyright © 2023 Mehmet Tekman <mtekman89@gmail.com>
|
2012-12-19 17:50:52 -05:00
|
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
|
;;; This file is part of GNU Guix.
|
2012-12-19 17:50:52 -05:00
|
|
|
|
;;;
|
2013-01-05 18:47:50 -05:00
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
2012-12-19 17:50:52 -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-12-19 17:50:52 -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-12-19 17:50:52 -05:00
|
|
|
|
|
2013-01-17 19:06:24 -05:00
|
|
|
|
(define-module (gnu packages algebra)
|
2013-01-17 19:06:47 -05:00
|
|
|
|
#:use-module (gnu packages)
|
2016-04-05 11:40:35 -04:00
|
|
|
|
#:use-module (gnu packages autotools)
|
2023-03-21 14:39:01 -04:00
|
|
|
|
#:use-module (gnu packages bash)
|
2019-04-28 18:57:26 -04:00
|
|
|
|
#:use-module (gnu packages bison)
|
2021-06-23 23:28:05 -04:00
|
|
|
|
#:use-module (gnu packages boost)
|
2018-05-28 04:12:42 -04:00
|
|
|
|
#:use-module (gnu packages check)
|
2015-07-24 12:53:03 -04:00
|
|
|
|
#:use-module (gnu packages compression)
|
2018-05-28 04:12:42 -04:00
|
|
|
|
#:use-module (gnu packages cpp)
|
gnu: Update module imports for asciidoc and doxygen.
This is a followup to commit 0573a923def01e54bf104e0015ade44ab42f694f.
* gnu/packages/algebra.scm, gnu/packages/bioinformatics.scm,
gnu/packages/fcitx.scm, gnu/packages/fish.scm,
gnu/packages/freedesktop.scm, gnu/packages/game-development.scm,
gnu/packages/gcc.scm, gnu/packages/graphics.scm, gnu/packages/image.scm,
gnu/packages/kodi.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/messaging.scm,
gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/rdf.scm,
gnu/packages/serialization.scm, gnu/packages/version-control.scm,
gnu/packages/web.scm, gnu/packages/wm.scm, gnu/packages/xdisorg.scm,
gnu/packages/xiph.scm: Change imports of (gnu packages asciidoc) or
(gnu packages doxygen) to (gnu packages documentation).
2016-05-12 20:18:15 -04:00
|
|
|
|
#:use-module (gnu packages documentation)
|
2017-04-04 19:01:00 -04:00
|
|
|
|
#:use-module (gnu packages flex)
|
2016-04-07 08:43:15 -04:00
|
|
|
|
#:use-module (gnu packages fltk)
|
2021-12-13 17:26:23 -05:00
|
|
|
|
#:use-module (gnu packages gcc)
|
2016-04-07 08:43:15 -04:00
|
|
|
|
#:use-module (gnu packages gl)
|
2016-04-05 19:26:23 -04:00
|
|
|
|
#:use-module (gnu packages graphviz)
|
2016-04-07 08:43:15 -04:00
|
|
|
|
#:use-module (gnu packages image)
|
2018-03-01 13:41:33 -05:00
|
|
|
|
#:use-module (gnu packages java)
|
2016-04-05 19:26:23 -04:00
|
|
|
|
#:use-module (gnu packages maths)
|
2014-05-08 17:54:06 -04:00
|
|
|
|
#:use-module (gnu packages mpi)
|
2017-04-04 19:01:00 -04:00
|
|
|
|
#:use-module (gnu packages multiprecision)
|
2020-10-07 15:38:40 -04:00
|
|
|
|
#:use-module (gnu packages ocaml)
|
2013-01-17 19:06:24 -05:00
|
|
|
|
#:use-module (gnu packages perl)
|
2019-06-18 07:08:07 -04:00
|
|
|
|
#:use-module (gnu packages pkg-config)
|
2019-04-28 15:35:07 -04:00
|
|
|
|
#:use-module (gnu packages pulseaudio)
|
2016-04-05 19:26:23 -04:00
|
|
|
|
#:use-module (gnu packages python)
|
2019-03-19 05:44:15 -04:00
|
|
|
|
#:use-module (gnu packages python-xyz)
|
2017-04-04 19:01:00 -04:00
|
|
|
|
#:use-module (gnu packages readline)
|
2023-03-21 14:39:01 -04:00
|
|
|
|
#:use-module (gnu packages ruby)
|
2016-08-03 05:01:56 -04:00
|
|
|
|
#:use-module (gnu packages shells)
|
2016-05-24 15:18:53 -04:00
|
|
|
|
#:use-module (gnu packages tex)
|
2017-04-14 06:26:02 -04:00
|
|
|
|
#:use-module (gnu packages texinfo)
|
2023-12-25 12:58:21 -05:00
|
|
|
|
#:use-module (gnu packages text-editors)
|
2016-04-07 08:43:15 -04:00
|
|
|
|
#:use-module (gnu packages xiph)
|
2021-06-14 22:55:09 -04:00
|
|
|
|
#:use-module (gnu packages xml)
|
2015-10-28 10:56:22 -04:00
|
|
|
|
#:use-module (gnu packages xorg)
|
2018-03-01 13:41:33 -05:00
|
|
|
|
#:use-module (guix build-system ant)
|
2014-03-22 14:00:50 -04:00
|
|
|
|
#:use-module (guix build-system gnu)
|
2015-01-16 07:42:24 -05:00
|
|
|
|
#:use-module (guix build-system cmake)
|
2019-03-19 05:44:15 -04:00
|
|
|
|
#:use-module (guix build-system python)
|
2021-03-15 04:23:42 -04:00
|
|
|
|
#:use-module (guix build-system r)
|
2017-04-04 19:01:00 -04:00
|
|
|
|
#:use-module (guix download)
|
2022-03-10 20:05:04 -05:00
|
|
|
|
#:use-module (guix gexp)
|
2018-03-01 13:41:33 -05:00
|
|
|
|
#:use-module (guix git-download)
|
2019-04-07 03:54:13 -04:00
|
|
|
|
#:use-module (guix hg-download)
|
2017-04-04 19:01:00 -04:00
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
|
#:use-module (guix packages)
|
2022-09-08 13:37:50 -04:00
|
|
|
|
#:use-module (guix utils)
|
|
|
|
|
#:use-module (ice-9 match))
|
2012-12-19 17:50:52 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(define-public mpfrcx
|
|
|
|
|
(package
|
|
|
|
|
(name "mpfrcx")
|
2021-09-10 11:28:13 -04:00
|
|
|
|
(version "0.6.3")
|
2012-12-19 17:50:52 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
2018-05-25 13:52:15 -04:00
|
|
|
|
"http://www.multiprecision.org/downloads/mpfrcx-"
|
2012-12-19 17:50:52 -05:00
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-09-10 11:28:13 -04:00
|
|
|
|
"1545vgizpypqi2rrriad0ybqv0qwbn9zr0ibxpk00gha9ihv7acx"))))
|
2012-12-19 17:50:52 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2015-07-24 12:36:15 -04:00
|
|
|
|
(propagated-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list gmp mpfr mpc)) ; Header files are included by mpfrcx.h.
|
gnu: Some cleanup based on lint checkers.
* gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm,
gnu/packages/apr.scm, gnu/packages/avahi.scm, gnu/packages/backup.scm,
gnu/packages/base.scm, gnu/packages/calcurse.scm, gnu/packages/cdrom.scm,
gnu/packages/check.scm, gnu/packages/compression.scm, gnu/packages/cook.scm,
gnu/packages/crypto.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm,
gnu/packages/cyrus-sasl.scm, gnu/packages/databases.scm,
gnu/packages/doxygen.scm, gnu/packages/dwm.scm, gnu/packages/elf.scm,
gnu/packages/emacs.scm, gnu/packages/feh.scm, gnu/packages/file.scm,
gnu/packages/fish.scm, gnu/packages/flex.scm, gnu/packages/fltk.scm,
gnu/packages/fontutils.scm, gnu/packages/games.scm, gnu/packages/gcal.scm,
gnu/packages/gcc.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/gimp.scm, gnu/packages/gl.scm, gnu/packages/glib.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gperf.scm, gnu/packages/grub.scm, gnu/packages/gsasl.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile.scm,
gnu/packages/hurd.scm, gnu/packages/icu4c.scm, gnu/packages/image.scm,
gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm,
gnu/packages/libdaemon.scm, gnu/packages/libevent.scm,
gnu/packages/libidn.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm,
gnu/packages/lout.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm,
gnu/packages/lua.scm, gnu/packages/maths.scm, gnu/packages/mcrypt.scm,
gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/noweb.scm,
gnu/packages/ocaml.scm, gnu/packages/openssl.scm, gnu/packages/pcre.scm,
gnu/packages/pdf.scm, gnu/packages/pkg-config.scm,
gnu/packages/pretty-print.scm, gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/rsync.scm, gnu/packages/scheme.scm, gnu/packages/scrot.scm,
gnu/packages/sdl.scm, gnu/packages/skribilo.scm, gnu/packages/ssh.scm,
gnu/packages/stalonetray.scm, gnu/packages/tcl.scm, gnu/packages/tcsh.scm,
gnu/packages/telephony.scm, gnu/packages/texlive.scm, gnu/packages/tor.scm,
gnu/packages/valgrind.scm, gnu/packages/version-control.scm,
gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm,
gnu/packages/web.scm, gnu/packages/wordnet.scm, gnu/packages/xiph.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/zile.scm,
gnu/packages/zip.scm, gnu/packages/zsh.scm [synopsis, description]: Adjust
according to lint checkers.
* gnu/packages/fltk.scm (fltk)[source]: Wrap long line in uri.
* /gnu/packages/xiph.scm (libogg, libtheora, vorbis-tools)[source]: Same.
2014-10-24 00:46:59 -04:00
|
|
|
|
(synopsis "Arithmetic of polynomials over arbitrary precision numbers")
|
2012-12-19 17:50:52 -05:00
|
|
|
|
(description
|
gnu: Some cleanup based on lint checkers.
* gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm,
gnu/packages/apr.scm, gnu/packages/avahi.scm, gnu/packages/backup.scm,
gnu/packages/base.scm, gnu/packages/calcurse.scm, gnu/packages/cdrom.scm,
gnu/packages/check.scm, gnu/packages/compression.scm, gnu/packages/cook.scm,
gnu/packages/crypto.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm,
gnu/packages/cyrus-sasl.scm, gnu/packages/databases.scm,
gnu/packages/doxygen.scm, gnu/packages/dwm.scm, gnu/packages/elf.scm,
gnu/packages/emacs.scm, gnu/packages/feh.scm, gnu/packages/file.scm,
gnu/packages/fish.scm, gnu/packages/flex.scm, gnu/packages/fltk.scm,
gnu/packages/fontutils.scm, gnu/packages/games.scm, gnu/packages/gcal.scm,
gnu/packages/gcc.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/gimp.scm, gnu/packages/gl.scm, gnu/packages/glib.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gperf.scm, gnu/packages/grub.scm, gnu/packages/gsasl.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile.scm,
gnu/packages/hurd.scm, gnu/packages/icu4c.scm, gnu/packages/image.scm,
gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm,
gnu/packages/libdaemon.scm, gnu/packages/libevent.scm,
gnu/packages/libidn.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm,
gnu/packages/lout.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm,
gnu/packages/lua.scm, gnu/packages/maths.scm, gnu/packages/mcrypt.scm,
gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/noweb.scm,
gnu/packages/ocaml.scm, gnu/packages/openssl.scm, gnu/packages/pcre.scm,
gnu/packages/pdf.scm, gnu/packages/pkg-config.scm,
gnu/packages/pretty-print.scm, gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/rsync.scm, gnu/packages/scheme.scm, gnu/packages/scrot.scm,
gnu/packages/sdl.scm, gnu/packages/skribilo.scm, gnu/packages/ssh.scm,
gnu/packages/stalonetray.scm, gnu/packages/tcl.scm, gnu/packages/tcsh.scm,
gnu/packages/telephony.scm, gnu/packages/texlive.scm, gnu/packages/tor.scm,
gnu/packages/valgrind.scm, gnu/packages/version-control.scm,
gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm,
gnu/packages/web.scm, gnu/packages/wordnet.scm, gnu/packages/xiph.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/zile.scm,
gnu/packages/zip.scm, gnu/packages/zsh.scm [synopsis, description]: Adjust
according to lint checkers.
* gnu/packages/fltk.scm (fltk)[source]: Wrap long line in uri.
* /gnu/packages/xiph.scm (libogg, libtheora, vorbis-tools)[source]: Same.
2014-10-24 00:46:59 -04:00
|
|
|
|
"Mpfrcx is a library for the arithmetic of univariate polynomials over
|
2012-12-19 17:50:52 -05:00
|
|
|
|
arbitrary precision real (mpfr) or complex (mpc) numbers, without control
|
gnu: Some cleanup based on lint checkers.
* gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm,
gnu/packages/apr.scm, gnu/packages/avahi.scm, gnu/packages/backup.scm,
gnu/packages/base.scm, gnu/packages/calcurse.scm, gnu/packages/cdrom.scm,
gnu/packages/check.scm, gnu/packages/compression.scm, gnu/packages/cook.scm,
gnu/packages/crypto.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm,
gnu/packages/cyrus-sasl.scm, gnu/packages/databases.scm,
gnu/packages/doxygen.scm, gnu/packages/dwm.scm, gnu/packages/elf.scm,
gnu/packages/emacs.scm, gnu/packages/feh.scm, gnu/packages/file.scm,
gnu/packages/fish.scm, gnu/packages/flex.scm, gnu/packages/fltk.scm,
gnu/packages/fontutils.scm, gnu/packages/games.scm, gnu/packages/gcal.scm,
gnu/packages/gcc.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/gimp.scm, gnu/packages/gl.scm, gnu/packages/glib.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gperf.scm, gnu/packages/grub.scm, gnu/packages/gsasl.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile.scm,
gnu/packages/hurd.scm, gnu/packages/icu4c.scm, gnu/packages/image.scm,
gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm,
gnu/packages/libdaemon.scm, gnu/packages/libevent.scm,
gnu/packages/libidn.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm,
gnu/packages/lout.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm,
gnu/packages/lua.scm, gnu/packages/maths.scm, gnu/packages/mcrypt.scm,
gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/noweb.scm,
gnu/packages/ocaml.scm, gnu/packages/openssl.scm, gnu/packages/pcre.scm,
gnu/packages/pdf.scm, gnu/packages/pkg-config.scm,
gnu/packages/pretty-print.scm, gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/rsync.scm, gnu/packages/scheme.scm, gnu/packages/scrot.scm,
gnu/packages/sdl.scm, gnu/packages/skribilo.scm, gnu/packages/ssh.scm,
gnu/packages/stalonetray.scm, gnu/packages/tcl.scm, gnu/packages/tcsh.scm,
gnu/packages/telephony.scm, gnu/packages/texlive.scm, gnu/packages/tor.scm,
gnu/packages/valgrind.scm, gnu/packages/version-control.scm,
gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm,
gnu/packages/web.scm, gnu/packages/wordnet.scm, gnu/packages/xiph.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/zile.scm,
gnu/packages/zip.scm, gnu/packages/zsh.scm [synopsis, description]: Adjust
according to lint checkers.
* gnu/packages/fltk.scm (fltk)[source]: Wrap long line in uri.
* /gnu/packages/xiph.scm (libogg, libtheora, vorbis-tools)[source]: Same.
2014-10-24 00:46:59 -04:00
|
|
|
|
on the rounding. For the time being, only the few functions needed to
|
2012-12-19 17:50:52 -05:00
|
|
|
|
implement the floating point approach to complex multiplication are
|
gnu: Some cleanup based on lint checkers.
* gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm,
gnu/packages/apr.scm, gnu/packages/avahi.scm, gnu/packages/backup.scm,
gnu/packages/base.scm, gnu/packages/calcurse.scm, gnu/packages/cdrom.scm,
gnu/packages/check.scm, gnu/packages/compression.scm, gnu/packages/cook.scm,
gnu/packages/crypto.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm,
gnu/packages/cyrus-sasl.scm, gnu/packages/databases.scm,
gnu/packages/doxygen.scm, gnu/packages/dwm.scm, gnu/packages/elf.scm,
gnu/packages/emacs.scm, gnu/packages/feh.scm, gnu/packages/file.scm,
gnu/packages/fish.scm, gnu/packages/flex.scm, gnu/packages/fltk.scm,
gnu/packages/fontutils.scm, gnu/packages/games.scm, gnu/packages/gcal.scm,
gnu/packages/gcc.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm,
gnu/packages/gimp.scm, gnu/packages/gl.scm, gnu/packages/glib.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gperf.scm, gnu/packages/grub.scm, gnu/packages/gsasl.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile.scm,
gnu/packages/hurd.scm, gnu/packages/icu4c.scm, gnu/packages/image.scm,
gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm,
gnu/packages/libdaemon.scm, gnu/packages/libevent.scm,
gnu/packages/libidn.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm,
gnu/packages/lout.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm,
gnu/packages/lua.scm, gnu/packages/maths.scm, gnu/packages/mcrypt.scm,
gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/noweb.scm,
gnu/packages/ocaml.scm, gnu/packages/openssl.scm, gnu/packages/pcre.scm,
gnu/packages/pdf.scm, gnu/packages/pkg-config.scm,
gnu/packages/pretty-print.scm, gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/rsync.scm, gnu/packages/scheme.scm, gnu/packages/scrot.scm,
gnu/packages/sdl.scm, gnu/packages/skribilo.scm, gnu/packages/ssh.scm,
gnu/packages/stalonetray.scm, gnu/packages/tcl.scm, gnu/packages/tcsh.scm,
gnu/packages/telephony.scm, gnu/packages/texlive.scm, gnu/packages/tor.scm,
gnu/packages/valgrind.scm, gnu/packages/version-control.scm,
gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm,
gnu/packages/web.scm, gnu/packages/wordnet.scm, gnu/packages/xiph.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/zile.scm,
gnu/packages/zip.scm, gnu/packages/zsh.scm [synopsis, description]: Adjust
according to lint checkers.
* gnu/packages/fltk.scm (fltk)[source]: Wrap long line in uri.
* /gnu/packages/xiph.scm (libogg, libtheora, vorbis-tools)[source]: Same.
2014-10-24 00:46:59 -04:00
|
|
|
|
implemented. On the other hand, these comprise asymptotically fast
|
gnu packages: Clean up synopses and descriptions.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm,
gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/databases.scm, gnu/packages/enchant.scm,
gnu/packages/firmware.scm, gnu/packages/fonts.scm,
gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm,
gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm,
gnu/packages/haskell.scm, gnu/packages/language.scm,
gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm,
gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm,
gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm,
gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/pretty-print.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python.scm,
gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm,
gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm,
gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm,
gnu/packages/unrtf.scm, gnu/packages/version-control.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm,
gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm:
Fix typos. Trim long lines. Add missing periods in the end of sentences.
Use double spaces between sentences. Remove trailing whitespaces.
2015-07-17 08:16:07 -04:00
|
|
|
|
multiplication routines such as Toom–Cook and the FFT.")
|
2018-05-25 13:52:15 -04:00
|
|
|
|
(license license:lgpl3+)
|
gnu: Use HTTPS package home pages wherever possible.
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-11 19:00:00 -05:00
|
|
|
|
(home-page "https://www.multiprecision.org/mpfrcx/")))
|
2012-12-19 17:50:52 -05:00
|
|
|
|
|
2019-06-19 12:54:52 -04:00
|
|
|
|
(define-public gf2x
|
|
|
|
|
(package
|
2022-10-02 19:31:28 -04:00
|
|
|
|
(name "gf2x")
|
2022-10-02 20:18:45 -04:00
|
|
|
|
(version "1.3.0")
|
2022-10-02 19:31:28 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://gitlab.inria.fr/gf2x/gf2x")
|
|
|
|
|
(commit (string-append name "-" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-10-02 20:18:45 -04:00
|
|
|
|
"04g5jg0i4vz46b4w2dvbmahwzi3k6b8g515mfw7im1inc78s14id"))))
|
2022-10-02 19:31:28 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs (list autoconf automake libtool))
|
|
|
|
|
(synopsis "Arithmetic of polynomials over binary finite fields")
|
|
|
|
|
(description
|
|
|
|
|
"The gf2x library provides arithmetic of polynomials over finite fields
|
2019-06-19 12:54:52 -04:00
|
|
|
|
of characteristic 2. It implements the multiplication, squaring and
|
|
|
|
|
greatest common divisor operations.")
|
2022-10-02 19:31:28 -04:00
|
|
|
|
(home-page "https://gitlab.inria.fr/gf2x/gf2x")
|
|
|
|
|
(license license:gpl3+)))
|
2019-06-19 12:54:52 -04:00
|
|
|
|
|
2015-07-24 12:53:03 -04:00
|
|
|
|
(define-public cm
|
|
|
|
|
(package
|
|
|
|
|
(name "cm")
|
2024-02-26 09:02:32 -05:00
|
|
|
|
(version "0.4.3")
|
2015-07-24 12:53:03 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
2024-02-26 09:02:32 -05:00
|
|
|
|
"https://www.multiprecision.org/downloads/cm-"
|
2015-07-24 12:53:03 -04:00
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2024-02-26 09:02:32 -05:00
|
|
|
|
"01dha0hl0daappjiydpk4ngl9nxkxli6a48jp6d7v85yjjykac5j"))))
|
2015-07-24 12:53:03 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(propagated-inputs
|
2024-02-26 09:02:32 -05:00
|
|
|
|
(list mpfrcx zlib)) ; Header files included from lib/cm.h.
|
2015-07-24 12:53:03 -04:00
|
|
|
|
(inputs
|
2024-02-26 09:02:32 -05:00
|
|
|
|
(list flint pari-gp))
|
2015-07-24 12:53:03 -04:00
|
|
|
|
(synopsis "CM constructions for elliptic curves")
|
|
|
|
|
(description
|
|
|
|
|
"The CM software implements the construction of ring class fields of
|
|
|
|
|
imaginary quadratic number fields and of elliptic curves with complex
|
2024-02-26 09:02:32 -05:00
|
|
|
|
multiplication via floating point approximations, and the elliptic curve
|
|
|
|
|
primality proving algorithm (ECPP). It consists of libraries
|
2015-07-24 12:53:03 -04:00
|
|
|
|
that can be called from within a C program and of executable command
|
|
|
|
|
line applications.")
|
2016-03-16 09:27:53 -04:00
|
|
|
|
(license license:gpl3+)
|
gnu: Use HTTPS package home pages wherever possible.
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-11 19:00:00 -05:00
|
|
|
|
(home-page "https://www.multiprecision.org/cm/")))
|
2015-07-24 12:53:03 -04:00
|
|
|
|
|
2012-12-19 17:50:52 -05:00
|
|
|
|
(define-public fplll
|
|
|
|
|
(package
|
2019-06-20 05:03:37 -04:00
|
|
|
|
(name "fplll")
|
2022-06-13 11:16:54 -04:00
|
|
|
|
(version "5.4.2")
|
2019-06-20 05:03:37 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/fplll/fplll")
|
2019-06-20 05:03:37 -04:00
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-06-13 11:16:54 -04:00
|
|
|
|
"0044nyfnwzgyfrsikbcbh00f54dd61hwn3fb6711rrskkfnw977a"))))
|
2019-06-20 05:03:37 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake libtool pkg-config))
|
2020-09-23 08:14:09 -04:00
|
|
|
|
(propagated-inputs ; header files pulled in by fplll/defs.h
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list gmp mpfr))
|
2019-06-20 05:03:37 -04:00
|
|
|
|
(home-page "https://github.com/fplll/fplll")
|
|
|
|
|
(synopsis "Library for LLL-reduction of euclidean lattices")
|
|
|
|
|
(description
|
|
|
|
|
"fplll contains implementations of several lattice algorithms.
|
|
|
|
|
The implementation relies on floating-point orthogonalization, and LLL
|
|
|
|
|
is central to the code, hence the name.
|
|
|
|
|
|
|
|
|
|
It includes implementations of floating-point LLL reduction
|
|
|
|
|
algorithms, offering different speed/guarantees ratios. It contains
|
|
|
|
|
a @emph{wrapper} choosing the estimated best sequence of variants in
|
|
|
|
|
order to provide a guaranteed output as fast as possible. In the case
|
|
|
|
|
of the wrapper, the succession of variants is oblivious to the user.
|
|
|
|
|
|
|
|
|
|
It includes an implementation of the BKZ reduction algorithm,
|
|
|
|
|
including the BKZ-2.0 improvements (extreme enumeration
|
|
|
|
|
pruning, pre-processing of blocks, early termination). Additionally,
|
|
|
|
|
Slide reduction and self dual BKZ are supported.
|
|
|
|
|
|
|
|
|
|
It also includes a floating-point implementation of the
|
|
|
|
|
Kannan-Fincke-Pohst algorithm that finds a shortest non-zero lattice
|
|
|
|
|
vector. For the same task, the GaussSieve algorithm is also available
|
|
|
|
|
in fplll. Finally, it contains a variant of the enumeration algorithm
|
|
|
|
|
that computes a lattice vector closest to a given vector belonging to
|
|
|
|
|
the real span of the lattice.")
|
|
|
|
|
(license license:lgpl2.1+)))
|
2013-01-07 15:20:41 -05:00
|
|
|
|
|
2019-06-20 05:07:12 -04:00
|
|
|
|
(define-public python-fpylll
|
|
|
|
|
(package
|
|
|
|
|
(name "python-fpylll")
|
2022-06-13 11:40:30 -04:00
|
|
|
|
(version "0.5.7")
|
2019-06-20 05:07:12 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
2022-06-13 11:40:30 -04:00
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "fpylll" version))
|
2019-06-20 05:07:12 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-06-13 11:40:30 -04:00
|
|
|
|
"1xjqcwq90blgzvnbkbzdys8mdhi2b4li6faywm6yi8shxvz8iz0s"))))
|
2019-06-20 05:07:12 -04:00
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list fplll gmp mpfr pari-gp))
|
2019-06-20 05:07:12 -04:00
|
|
|
|
(propagated-inputs
|
2021-12-13 16:15:07 -05:00
|
|
|
|
(list python-cysignals python-cython python-flake8 python-numpy
|
|
|
|
|
python-pytest))
|
2019-06-20 05:07:12 -04:00
|
|
|
|
(home-page "https://github.com/fplll/fpylll")
|
|
|
|
|
(synopsis "Python interface for fplll")
|
|
|
|
|
(description "fpylll is a Python wrapper for fplll.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2013-01-13 08:27:16 -05:00
|
|
|
|
(define-public pari-gp
|
|
|
|
|
(package
|
2019-01-24 07:36:56 -05:00
|
|
|
|
(name "pari-gp")
|
2024-02-26 10:40:53 -05:00
|
|
|
|
(version "2.15.5")
|
2019-01-24 07:36:56 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2024-02-26 10:40:53 -05:00
|
|
|
|
"10grsn8wr8k02akj8f8wm1rhzrk0qls4phr46gv59nfr2msxmz8f"))))
|
2019-01-24 07:36:56 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2023-07-03 16:04:36 -04:00
|
|
|
|
(native-inputs (list (texlive-updmap.cfg)))
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(inputs (list gmp libx11 perl readline))
|
2019-01-24 07:36:56 -05:00
|
|
|
|
(arguments
|
|
|
|
|
'(#:make-flags '("all")
|
|
|
|
|
#:test-target "dobench"
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'configure
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(invoke "./Configure"
|
2022-06-17 13:54:46 -04:00
|
|
|
|
"--mt=pthread"
|
2019-01-24 07:36:56 -05:00
|
|
|
|
(string-append "--prefix="
|
|
|
|
|
(assoc-ref outputs "out"))))))))
|
|
|
|
|
(synopsis "PARI/GP, a computer algebra system for number theory")
|
|
|
|
|
(description
|
|
|
|
|
"PARI/GP is a widely used computer algebra system designed for fast
|
2013-01-13 08:27:16 -05:00
|
|
|
|
computations in number theory (factorisations, algebraic number theory,
|
|
|
|
|
elliptic curves...), but it also contains a large number of other useful
|
|
|
|
|
functions to compute with mathematical entities such as matrices,
|
|
|
|
|
polynomials, power series, algebraic numbers, etc., and a lot of
|
|
|
|
|
transcendental functions.
|
|
|
|
|
PARI is also available as a C library to allow for faster computations.")
|
2019-01-24 07:36:56 -05:00
|
|
|
|
(license license:gpl2+)
|
|
|
|
|
(home-page "https://pari.math.u-bordeaux.fr/")))
|
2013-01-15 16:49:50 -05:00
|
|
|
|
|
2013-10-12 13:43:27 -04:00
|
|
|
|
(define-public gp2c
|
|
|
|
|
(package
|
|
|
|
|
(name "gp2c")
|
2022-09-21 05:26:46 -04:00
|
|
|
|
(version "0.0.13")
|
2013-10-12 13:43:27 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
gnu: Use more HTTPS.
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5)
[home-page]: Use HTTPS.
(dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit)
[source, home-page]: Likewise.
* gnu/packages/algebra.scm (eigen)[home-page]: Likewise.
(gp2c, pari-gp)[source, home-page]: Likewise.
* gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo)
[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
2018-06-22 13:26:42 -04:00
|
|
|
|
"https://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-"
|
2013-10-12 13:43:27 -04:00
|
|
|
|
version ".tar.gz"))
|
2015-07-23 16:20:00 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-09-21 05:26:46 -04:00
|
|
|
|
"0dlxlrwwvhmjljjzsq95fsm14j5n5353snd92b0pdg9ylzn784r6"))))
|
2013-10-12 13:43:27 -04:00
|
|
|
|
(build-system gnu-build-system)
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(native-inputs (list perl))
|
|
|
|
|
(inputs (list pari-gp))
|
2013-10-12 13:43:27 -04:00
|
|
|
|
(arguments
|
|
|
|
|
'(#:configure-flags
|
|
|
|
|
(list (string-append "--with-paricfg="
|
|
|
|
|
(assoc-ref %build-inputs "pari-gp")
|
|
|
|
|
"/lib/pari/pari.cfg"))))
|
|
|
|
|
(synopsis "PARI/GP, a computer algebra system for number theory")
|
|
|
|
|
(description
|
|
|
|
|
"PARI/GP is a widely used computer algebra system designed for fast
|
|
|
|
|
computations in number theory (factorisations, algebraic number theory,
|
|
|
|
|
elliptic curves...), but it also contains a large number of other useful
|
|
|
|
|
functions to compute with mathematical entities such as matrices,
|
|
|
|
|
polynomials, power series, algebraic numbers, etc., and a lot of
|
|
|
|
|
transcendental functions.
|
|
|
|
|
PARI is also available as a C library to allow for faster computations.
|
|
|
|
|
|
|
|
|
|
GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
|
2015-07-24 12:41:36 -04:00
|
|
|
|
(license license:gpl2)
|
gnu: Use more HTTPS.
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5)
[home-page]: Use HTTPS.
(dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit)
[source, home-page]: Likewise.
* gnu/packages/algebra.scm (eigen)[home-page]: Likewise.
(gp2c, pari-gp)[source, home-page]: Likewise.
* gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo)
[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
2018-06-22 13:26:42 -04:00
|
|
|
|
(home-page "https://pari.math.u-bordeaux.fr/")))
|
2013-10-12 13:43:27 -04:00
|
|
|
|
|
2024-02-26 09:53:40 -05:00
|
|
|
|
(define-public paritwine
|
|
|
|
|
(package
|
|
|
|
|
(name "paritwine")
|
|
|
|
|
(version "0.2.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://www.multiprecision.org/downloads/" name
|
|
|
|
|
"-" version
|
|
|
|
|
".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"15m5jxmhx5zivk1k9wxpmzs8kqva3kvgxizdrkrmmp1qycn85n23"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(propagated-inputs (list pari-gp
|
|
|
|
|
gmp
|
|
|
|
|
mpfr
|
|
|
|
|
mpc
|
|
|
|
|
cmh
|
|
|
|
|
flint)) ; referenced in src/paritwine.h
|
|
|
|
|
(synopsis "Glue library between PARI/GP and other mathematics libraries")
|
|
|
|
|
(description
|
|
|
|
|
"PariTwine is a glue library between the system for computer algebra
|
|
|
|
|
and number theory PARI/GP and a number of other mathematics libraries,
|
|
|
|
|
currently GMP, GNU MPFR, GNU MPC, FLINT and CMH.")
|
|
|
|
|
(license license:gpl2+)
|
|
|
|
|
(home-page "https://www.multiprecision.org/paritwine/index.html")))
|
|
|
|
|
|
2018-11-16 03:06:31 -05:00
|
|
|
|
(define-public cmh
|
|
|
|
|
(package
|
2022-09-04 11:31:29 -04:00
|
|
|
|
(name "cmh")
|
|
|
|
|
(version "1.1.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
;; Git repo at <https://gitlab.inria.fr/cmh/cmh>.
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://www.multiprecision.org/downloads/cmh-" version
|
|
|
|
|
".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0nadvqfmidgks1s7aljsf8dp32pz7vjaxyaym36m9bx4zr8msk91"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs (list gmp
|
|
|
|
|
mpfr
|
|
|
|
|
mpc
|
|
|
|
|
mpfrcx
|
|
|
|
|
fplll
|
|
|
|
|
pari-gp))
|
|
|
|
|
(synopsis "Igusa class polynomial computations")
|
|
|
|
|
(description
|
|
|
|
|
"The CMH software computes Igusa (genus 2) class polynomials, which
|
2018-11-16 03:06:31 -05:00
|
|
|
|
parameterize the CM points in the moduli space of 2-dimensional abelian
|
|
|
|
|
varieties, i.e. Jacobians of hyperelliptic curves.
|
|
|
|
|
It can also be used to compute theta constants at arbitrary
|
|
|
|
|
precision.")
|
2022-09-04 11:31:29 -04:00
|
|
|
|
(license license:gpl3+)
|
|
|
|
|
(home-page "https://www.multiprecision.org/cmh/home.html")))
|
2018-11-16 03:06:31 -05:00
|
|
|
|
|
2019-04-28 15:39:34 -04:00
|
|
|
|
(define-public giac
|
2016-04-07 08:43:15 -04:00
|
|
|
|
(package
|
2019-04-28 15:39:34 -04:00
|
|
|
|
(name "giac")
|
2024-03-17 11:02:36 -04:00
|
|
|
|
(version "1.9.0-93")
|
2020-03-01 04:47:39 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
;; "~parisse/giac" is not used because the maintainer regularly
|
|
|
|
|
;; overwrites the release tarball there, introducing a checksum
|
|
|
|
|
;; mismatch every time. See
|
|
|
|
|
;; <https://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/README>
|
|
|
|
|
(uri (string-append "https://www-fourier.ujf-grenoble.fr/"
|
|
|
|
|
"~parisse/debian/dists/stable/main/source/"
|
|
|
|
|
"giac_" version ".tar.gz"))
|
|
|
|
|
(sha256
|
2024-03-17 11:02:36 -04:00
|
|
|
|
(base32 "11acbgd264vi9r3gzx8js8x2piavhybr97iyrh027qvxlbsdsgqm"))))
|
2016-04-07 08:43:15 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2022-03-10 20:05:04 -05:00
|
|
|
|
(list
|
|
|
|
|
#:modules '((ice-9 ftw)
|
2018-10-21 15:12:00 -04:00
|
|
|
|
(guix build utils)
|
|
|
|
|
(guix build gnu-build-system))
|
2022-03-10 20:05:04 -05:00
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-bin-cp
|
|
|
|
|
;; Some Makefiles contain hard-coded "/bin/cp".
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* (cons "micropython-1.12/xcas/Makefile"
|
|
|
|
|
(find-files "doc" "^Makefile"))
|
|
|
|
|
(("/bin/cp") (which "cp")))))
|
|
|
|
|
(add-after 'unpack 'disable-failing-test
|
2022-10-07 15:42:17 -04:00
|
|
|
|
;; FIXME: Tests failing. Not sure why.
|
2022-03-10 20:05:04 -05:00
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "check/Makefile.in"
|
2023-04-10 11:23:25 -04:00
|
|
|
|
(("chk_fhan(4|11)") "")
|
|
|
|
|
(("chk_fhan(14|21)") "")))) ;fail specifically on i686
|
2022-03-10 20:05:04 -05:00
|
|
|
|
(add-after 'install 'fix-doc
|
|
|
|
|
(lambda _
|
|
|
|
|
;; Most French documentation has a non-commercial license, so we
|
|
|
|
|
;; need to remove it.
|
|
|
|
|
(with-directory-excursion
|
|
|
|
|
(string-append #$output "/share/giac/doc/fr")
|
|
|
|
|
(for-each delete-file-recursively
|
|
|
|
|
'("cascas" "casexo" "casgeo" "casrouge" "cassim"
|
|
|
|
|
"castor")))
|
|
|
|
|
;; Remove duplicate documentation in "%out/share/doc/giac/",
|
|
|
|
|
;; where Xcas does not expect to find it.
|
|
|
|
|
(delete-file-recursively
|
|
|
|
|
(string-append #$output "/share/doc/giac"))))
|
|
|
|
|
(add-after 'install 'remove-unnecessary-executable
|
|
|
|
|
(lambda _
|
|
|
|
|
(delete-file (string-append #$output "/bin/xcasnew")))))))
|
2016-04-07 08:43:15 -04:00
|
|
|
|
(inputs
|
2020-09-29 07:57:38 -04:00
|
|
|
|
;; TODO: Add libnauty, unbundle "libmicropython.a".
|
2022-01-08 11:39:26 -05:00
|
|
|
|
(list ao
|
|
|
|
|
fltk
|
|
|
|
|
glpk-4
|
|
|
|
|
gmp
|
|
|
|
|
gsl
|
|
|
|
|
libjpeg-turbo
|
|
|
|
|
libpng
|
|
|
|
|
libsamplerate
|
|
|
|
|
libx11
|
|
|
|
|
libxft
|
|
|
|
|
libxinerama
|
|
|
|
|
libxt
|
|
|
|
|
mesa
|
|
|
|
|
mpfi
|
|
|
|
|
mpfr
|
|
|
|
|
ntl
|
2024-03-11 07:07:17 -04:00
|
|
|
|
openblas
|
2022-01-08 11:39:26 -05:00
|
|
|
|
pari-gp
|
|
|
|
|
perl
|
|
|
|
|
tcsh))
|
2019-04-28 15:31:08 -04:00
|
|
|
|
(native-inputs
|
2022-01-08 11:39:26 -05:00
|
|
|
|
(list bison
|
|
|
|
|
flex
|
|
|
|
|
hevea
|
|
|
|
|
python-wrapper
|
|
|
|
|
readline
|
2023-07-03 16:04:36 -04:00
|
|
|
|
(texlive-updmap.cfg)))
|
2016-04-07 08:43:15 -04:00
|
|
|
|
(home-page "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html")
|
|
|
|
|
(synopsis "Computer algebra system")
|
|
|
|
|
(description
|
|
|
|
|
"Giac/Xcas is a computer algebra system. It has a compatibility mode for
|
|
|
|
|
maple, mupad and the TI89. It is available as a standalone program (graphic
|
|
|
|
|
or text interfaces) or as a C++ library.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2014-09-12 08:20:28 -04:00
|
|
|
|
(define-public flint
|
|
|
|
|
(package
|
|
|
|
|
(name "flint")
|
2024-03-18 10:31:48 -04:00
|
|
|
|
(version "3.1.2")
|
2020-08-08 07:47:12 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
2024-01-18 09:43:34 -05:00
|
|
|
|
(uri (string-append "https://flintlib.org/flint-" version ".tar.gz"))
|
2020-08-08 07:47:12 -04:00
|
|
|
|
(sha256
|
2024-03-18 10:31:48 -04:00
|
|
|
|
(base32 "0017bjncpx4kdx67qcnm3nahz3gyyi2w3ggkrx586r3llcqs9czx"))))
|
2014-09-12 08:20:28 -04:00
|
|
|
|
(build-system gnu-build-system)
|
2020-03-29 16:28:24 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list ntl))
|
2015-03-20 11:45:02 -04:00
|
|
|
|
(propagated-inputs
|
2024-03-18 10:31:48 -04:00
|
|
|
|
(list gmp mpfr)) ; header files included by flint.h or mpfr_mat.h
|
2014-09-12 08:20:28 -04:00
|
|
|
|
(arguments
|
2024-03-18 10:31:48 -04:00
|
|
|
|
;; Parallel tests failed in the past on ARM, this may need to be
|
|
|
|
|
;; tested again.
|
|
|
|
|
`(#:parallel-tests? #f
|
|
|
|
|
;; Prevent build machine specifics from ending up in the binary.
|
|
|
|
|
#:configure-flags '("--disable-assembly")))
|
2014-09-12 08:20:28 -04:00
|
|
|
|
(synopsis "Fast library for number theory")
|
|
|
|
|
(description
|
|
|
|
|
"FLINT is a C library for number theory. It supports arithmetic
|
|
|
|
|
with numbers, polynomials, power series and matrices over many base
|
|
|
|
|
rings, including multiprecision integers and rationals, integers
|
|
|
|
|
modulo n, p-adic numbers, finite fields (prime and non-prime order)
|
|
|
|
|
and real and complex numbers (via the Arb extension library).
|
|
|
|
|
|
|
|
|
|
Operations that can be performed include conversions, arithmetic,
|
|
|
|
|
GCDs, factoring, solving linear systems, and evaluating special
|
|
|
|
|
functions. In addition, FLINT provides various low-level routines for
|
|
|
|
|
fast arithmetic.")
|
2024-03-18 10:31:48 -04:00
|
|
|
|
(license license:lgpl3+)
|
gnu: Use HTTPS package home pages wherever possible.
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-11 19:00:00 -05:00
|
|
|
|
(home-page "https://flintlib.org/")
|
2023-01-23 12:22:52 -05:00
|
|
|
|
(properties
|
|
|
|
|
'((release-monitoring-url . "http://flintlib.org/downloads.html")))))
|
2014-09-12 08:20:28 -04:00
|
|
|
|
|
2014-09-15 10:26:30 -04:00
|
|
|
|
(define-public arb
|
2024-01-25 08:45:43 -05:00
|
|
|
|
(deprecated-package "arb" flint))
|
2014-09-15 10:26:30 -04:00
|
|
|
|
|
2019-03-19 05:44:15 -04:00
|
|
|
|
(define-public python-flint
|
|
|
|
|
(package
|
|
|
|
|
(name "python-flint")
|
2024-01-25 08:41:30 -05:00
|
|
|
|
(version "0.5.0")
|
2019-03-19 05:44:15 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/fredrik-johansson/python-flint")
|
2019-03-19 05:44:15 -04:00
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2024-01-25 08:41:30 -05:00
|
|
|
|
"10370kqik6q6vdqrqv3gbznsyaxbgqb3rbrff4alpw0sqr5s07c7"))))
|
2019-03-19 05:44:15 -04:00
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(native-inputs
|
2024-01-25 08:41:30 -05:00
|
|
|
|
(list python-cython-3))
|
2019-03-19 05:44:15 -04:00
|
|
|
|
(propagated-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list python-numpy))
|
2019-03-19 05:44:15 -04:00
|
|
|
|
(inputs
|
2024-01-25 08:41:30 -05:00
|
|
|
|
(list flint))
|
2019-03-19 05:44:15 -04:00
|
|
|
|
(synopsis "Python module wrapping ARB and FLINT")
|
|
|
|
|
(description
|
|
|
|
|
"Python-flint is a Python extension module wrapping FLINT
|
|
|
|
|
(Fast Library for Number Theory) and Arb (arbitrary-precision ball
|
|
|
|
|
arithmetic). It supports integers, rationals, modular integers,
|
|
|
|
|
real and complex ball arithmetic, polynomials and matrices over all
|
|
|
|
|
these types and other mathematical functions.")
|
|
|
|
|
(license license:expat)
|
2021-02-28 05:24:32 -05:00
|
|
|
|
(home-page "https://fredrikj.net/python-flint/")))
|
2019-03-19 05:44:15 -04:00
|
|
|
|
|
2016-04-05 11:40:35 -04:00
|
|
|
|
(define-public ntl
|
|
|
|
|
(package
|
|
|
|
|
(name "ntl")
|
2022-07-23 16:52:00 -04:00
|
|
|
|
(version "11.5.1")
|
2016-04-05 11:40:35 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2020-03-29 11:38:12 -04:00
|
|
|
|
(uri (string-append "https://shoup.net/ntl/ntl-"
|
2016-04-05 11:40:35 -04:00
|
|
|
|
version ".tar.gz"))
|
2020-03-29 11:38:12 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-07-23 16:52:00 -04:00
|
|
|
|
"12ka3hym4skg63mp8vgkin79svbpdk2m6i41yvmcdjq62g1hc391"))
|
2020-03-29 11:38:12 -04:00
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
'(begin
|
2024-03-19 10:57:02 -04:00
|
|
|
|
(delete-file-recursively "src/libtool-origin")))))
|
2016-04-05 11:40:35 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libtool perl)) ; for configuration
|
2016-04-05 11:40:35 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list gmp gf2x))
|
2016-04-05 11:40:35 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'configure
|
2020-03-29 11:38:12 -04:00
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
2016-04-05 11:40:35 -04:00
|
|
|
|
(chdir "src")
|
2020-03-29 11:38:12 -04:00
|
|
|
|
(invoke "./configure"
|
2016-04-05 11:40:35 -04:00
|
|
|
|
(string-append "PREFIX=" (assoc-ref outputs "out"))
|
2020-03-29 11:38:12 -04:00
|
|
|
|
(string-append "LIBTOOL=" (assoc-ref inputs "libtool") "/bin/libtool")
|
|
|
|
|
;; set the library prefixes explicitly so that they get
|
|
|
|
|
;; embedded in the .la file
|
|
|
|
|
(string-append "GMP_PREFIX=" (assoc-ref inputs "gmp"))
|
|
|
|
|
(string-append "GF2X_PREFIX=" (assoc-ref inputs "gf2x"))
|
2016-04-05 11:40:35 -04:00
|
|
|
|
;; Do not build especially for the build machine.
|
|
|
|
|
"NATIVE=off"
|
2020-03-29 11:38:12 -04:00
|
|
|
|
"NTL_GF2X_LIB=on"
|
|
|
|
|
"SHARED=on"))))))
|
2016-04-05 11:40:35 -04:00
|
|
|
|
(synopsis "C++ library for number theory")
|
|
|
|
|
(description
|
|
|
|
|
"NTL is a C++ library providing data structures and algorithms
|
|
|
|
|
for manipulating signed, arbitrary length integers, and for vectors,
|
|
|
|
|
matrices, and polynomials over the integers and over finite fields.")
|
2024-03-19 10:57:02 -04:00
|
|
|
|
(license license:lgpl2.1+) ; Linking with gf2x makes the distributed
|
|
|
|
|
; binary de facto gpl3+.
|
2020-03-29 11:38:12 -04:00
|
|
|
|
(home-page "https://shoup.net/ntl/")))
|
2016-04-05 11:40:35 -04:00
|
|
|
|
|
2016-04-05 19:26:23 -04:00
|
|
|
|
(define-public singular
|
|
|
|
|
(package
|
|
|
|
|
(name "singular")
|
2024-01-24 06:20:11 -05:00
|
|
|
|
(version "4.3.2p10")
|
2018-08-18 11:44:22 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
2024-01-24 06:20:11 -05:00
|
|
|
|
(string-append "https://www.singular.uni-kl.de/ftp/pub/Math/"
|
2018-08-18 11:44:22 -04:00
|
|
|
|
"Singular/SOURCES/"
|
|
|
|
|
(string-join
|
|
|
|
|
(string-split
|
2021-10-06 13:42:10 -04:00
|
|
|
|
(let ((index (string-index version #\p)))
|
|
|
|
|
(if index (string-take version index)
|
|
|
|
|
version))
|
2018-08-18 11:44:22 -04:00
|
|
|
|
#\.) "-")
|
|
|
|
|
"/singular-" version ".tar.gz"))
|
|
|
|
|
(sha256 (base32
|
2024-01-24 06:20:11 -05:00
|
|
|
|
"1a2j2pkp73rb1xdd5623gkk1snwd85yimssnz86y0m79zvyckhi8"))))
|
2016-04-05 19:26:23 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list doxygen graphviz perl))
|
2016-04-05 19:26:23 -04:00
|
|
|
|
(inputs
|
|
|
|
|
`(("cddlib" ,cddlib)
|
|
|
|
|
("gmp" ,gmp)
|
|
|
|
|
("flint" ,flint)
|
|
|
|
|
("mpfr" ,mpfr)
|
|
|
|
|
("ntl" ,ntl)
|
|
|
|
|
("python" ,python-2)
|
|
|
|
|
("readline" ,readline)))
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list (string-append "--with-ntl="
|
|
|
|
|
(assoc-ref %build-inputs "ntl")))))
|
|
|
|
|
(synopsis "Computer algebra system for polynomial computations")
|
|
|
|
|
(description
|
|
|
|
|
"Singular is a computer algebra system for polynomial computations,
|
|
|
|
|
with special emphasis on commutative and non-commutative algebra, algebraic
|
|
|
|
|
geometry and singularity theory.")
|
|
|
|
|
;; Singular itself is dual licensed gpl2 or gpl3, but some of the
|
|
|
|
|
;; libraries with which it links are licensed under lgpl3+, so the
|
|
|
|
|
;; combined work becomes gpl3. See COPYING in the source code.
|
|
|
|
|
(license license:gpl3)
|
2021-02-28 06:00:51 -05:00
|
|
|
|
(home-page "https://www.singular.uni-kl.de/index.php")))
|
2016-04-05 19:26:23 -04:00
|
|
|
|
|
2016-04-13 07:32:05 -04:00
|
|
|
|
(define-public gmp-ecm
|
|
|
|
|
(package
|
2022-10-02 20:15:09 -04:00
|
|
|
|
(name "gmp-ecm")
|
|
|
|
|
(version "7.0.5")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://gitlab.inria.fr/zimmerma/ecm")
|
|
|
|
|
(commit (string-append "git-" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"013sfsd5kyh7phhf4namcdndpcp2jnibzxf10f4g89qabr8av63m"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
|
|
|
|
(list gmp))
|
|
|
|
|
(arguments
|
|
|
|
|
(list
|
|
|
|
|
#:configure-flags #~(list "--enable-shared"
|
|
|
|
|
;; Disable specific assembly routines, which
|
|
|
|
|
;; depend on the subarchitecture of the build
|
|
|
|
|
;; machine, and use gmp instead.
|
|
|
|
|
"--disable-asm-redc")
|
|
|
|
|
#:phases #~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-paths
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "test.ecm"
|
|
|
|
|
(("/bin/rm") (which "rm"))))))))
|
|
|
|
|
(native-inputs (list autoconf automake libtool))
|
|
|
|
|
(synopsis "Integer factorization library using the elliptic curve method")
|
|
|
|
|
(description
|
|
|
|
|
"GMP-ECM factors integers using the elliptic curve method (ECM) as well
|
2016-04-13 07:32:05 -04:00
|
|
|
|
as the P-1 and P+1 algorithms. It provides a library and a stand-alone
|
|
|
|
|
binary.")
|
2022-10-02 20:15:09 -04:00
|
|
|
|
(home-page "https://gitlab.inria.fr/zimmerma/ecm")
|
|
|
|
|
;; Most files are under lgpl3+, but some are under gpl3+ or gpl2+, so the
|
|
|
|
|
;; combined work is under gpl3+.
|
|
|
|
|
(license license:gpl3+)))
|
2016-04-13 07:32:05 -04:00
|
|
|
|
|
2013-01-15 16:49:50 -05:00
|
|
|
|
(define-public bc
|
|
|
|
|
(package
|
|
|
|
|
(name "bc")
|
2017-04-14 06:26:02 -04:00
|
|
|
|
(version "1.07.1")
|
2013-01-15 16:49:50 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "mirror://gnu/bc/bc-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2019-07-03 03:25:39 -04:00
|
|
|
|
"0amh9ik44jfg66csyvf4zz1l878c4755kjndq9j0270akflgrbb2"))
|
|
|
|
|
(patches (search-patches "bc-fix-cross-compilation.patch"))))
|
2013-01-15 16:49:50 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2017-04-14 06:26:02 -04:00
|
|
|
|
(native-inputs
|
2023-01-12 16:29:19 -05:00
|
|
|
|
(list automake autoconf ed flex readline texinfo))
|
2020-11-30 20:15:20 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list readline))
|
2013-01-15 16:49:50 -05:00
|
|
|
|
(arguments
|
2017-04-14 06:26:02 -04:00
|
|
|
|
'(#:configure-flags
|
2019-07-03 03:25:39 -04:00
|
|
|
|
(list "--with-readline")
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
2021-07-06 05:49:52 -04:00
|
|
|
|
(replace 'bootstrap
|
2019-07-03 03:25:39 -04:00
|
|
|
|
(lambda _
|
|
|
|
|
(invoke "autoreconf" "-vif"))))))
|
2017-03-29 18:48:16 -04:00
|
|
|
|
(home-page "https://www.gnu.org/software/bc/")
|
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 "Arbitrary precision numeric processing language")
|
2013-01-15 16:49:50 -05:00
|
|
|
|
(description
|
Synchronize package descriptions with 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/freeipmi.scm,
gnu/packages/gawk.scm,
gnu/packages/gcal.scm,
gnu/packages/gcc.scm,
gnu/packages/gdb.scm,
gnu/packages/gdbm.scm,
gnu/packages/gettext.scm,
gnu/packages/ghostscript.scm,
gnu/packages/global.scm,
gnu/packages/gnunet.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/gv.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/lightning.scm,
gnu/packages/linux.scm,
gnu/packages/lsh.scm,
gnu/packages/m4.scm,
gnu/packages/mail.scm,
gnu/packages/maths.scm,
gnu/packages/multiprecision.scm,
gnu/packages/nano.scm,
gnu/packages/ncurses.scm,
gnu/packages/nettle.scm,
gnu/packages/ocrad.scm,
gnu/packages/oggvorbis.scm,
gnu/packages/parted.scm,
gnu/packages/plotutils.scm,
gnu/packages/pth.scm,
gnu/packages/readline.scm,
gnu/packages/recutils.scm,
gnu/packages/rush.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/unrtf.scm,
gnu/packages/version-control.scm,
gnu/packages/wdiff.scm,
gnu/packages/wget.scm,
gnu/packages/which.scm,
gnu/packages/xnee.scm,
gnu/packages/zile.scm: Change value of the 'description' field to that
of the Womb.
2013-10-09 10:14:23 -04:00
|
|
|
|
"bc is an arbitrary precision numeric processing language. It includes
|
|
|
|
|
an interactive environment for evaluating mathematical statements. Its
|
|
|
|
|
syntax is similar to that of C, so basic usage is familiar. It also includes
|
|
|
|
|
\"dc\", a reverse-polish calculator.")
|
2015-07-24 12:41:36 -04:00
|
|
|
|
(license license:gpl2+)))
|
2013-10-04 16:20:56 -04:00
|
|
|
|
|
2016-09-14 05:25:57 -04:00
|
|
|
|
;; The original kiss-fft does not have a complete build system and does not
|
|
|
|
|
;; build any shared libraries. This is a fork used by Extempore.
|
|
|
|
|
(define-public kiss-fft-for-extempore
|
|
|
|
|
(package
|
|
|
|
|
(name "kiss-fft-for-extempore")
|
|
|
|
|
(version "1.3.0")
|
|
|
|
|
(source (origin
|
2018-11-29 09:59:27 -05:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/extemporelang/kiss_fft")
|
2018-11-29 09:59:27 -05:00
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
2016-09-14 05:25:57 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2018-11-29 09:59:27 -05:00
|
|
|
|
"0jasbmqy4wkqrqx3w64s1dfmj34875xmsl72mb26aa4hpyn14bi2"))))
|
2016-09-14 05:25:57 -04:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments `(#:tests? #f)) ; no tests included
|
2016-09-21 15:47:56 -04:00
|
|
|
|
;; Extempore refuses to build on architectures other than x86_64
|
|
|
|
|
(supported-systems '("x86_64-linux"))
|
2016-09-14 05:25:57 -04:00
|
|
|
|
(home-page "https://github.com/extemporelang/kiss_fft")
|
|
|
|
|
(synopsis "Mixed-radix Fast Fourier Transform")
|
|
|
|
|
(description
|
|
|
|
|
"Kiss FFT attempts to be a reasonably efficient, moderately useful FFT
|
|
|
|
|
that can use fixed or floating data types and can easily be incorporated into
|
|
|
|
|
a C program.")
|
|
|
|
|
(license license:bsd-3)))
|
|
|
|
|
|
2013-10-04 16:20:56 -04:00
|
|
|
|
(define-public fftw
|
|
|
|
|
(package
|
|
|
|
|
(name "fftw")
|
2023-11-23 10:52:28 -05:00
|
|
|
|
(version "3.3.10")
|
2013-10-04 16:20:56 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "ftp://ftp.fftw.org/pub/fftw/fftw-"
|
|
|
|
|
version".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-11-23 10:52:28 -05:00
|
|
|
|
"0rv4w90b65b2kvjpj8g9bdkl4xqc42q20f5bzpxdrkajk1a35jan"))))
|
2013-10-04 16:20:56 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2018-04-06 11:53:06 -04:00
|
|
|
|
`(#:configure-flags
|
2018-05-08 18:28:38 -04:00
|
|
|
|
'("--enable-shared" "--enable-openmp" "--enable-threads"
|
|
|
|
|
,@(let ((system (or (%current-target-system) (%current-system))))
|
|
|
|
|
;; Enable SIMD extensions for codelets. See details at:
|
|
|
|
|
;; <http://fftw.org/fftw3_doc/Installation-on-Unix.html>.
|
|
|
|
|
(cond
|
|
|
|
|
((string-prefix? "x86_64" system)
|
|
|
|
|
'("--enable-sse2" "--enable-avx" "--enable-avx2"
|
|
|
|
|
"--enable-avx512" "--enable-avx-128-fma"))
|
|
|
|
|
((string-prefix? "i686" system)
|
|
|
|
|
'("--enable-sse2"))
|
|
|
|
|
((string-prefix? "aarch64" system)
|
|
|
|
|
;; Note that fftw supports NEON on 32-bit ARM only when
|
|
|
|
|
;; compiled for single-precision.
|
|
|
|
|
'("--enable-neon"))
|
|
|
|
|
(else
|
|
|
|
|
'())))
|
2018-04-06 11:53:06 -04:00
|
|
|
|
;; By default '-mtune=native' is used. However, that may cause the
|
|
|
|
|
;; use of ISA extensions (e.g. AVX) that are not necessarily
|
|
|
|
|
;; available on the user's machine when that package is built on a
|
|
|
|
|
;; different machine.
|
|
|
|
|
"ax_cv_c_flags__mtune_native=no")))
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(native-inputs (list perl))
|
gnu: Use HTTPS package home pages wherever possible.
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-11 19:00:00 -05:00
|
|
|
|
(home-page "https://fftw.org")
|
2013-10-04 16:20:56 -04:00
|
|
|
|
(synopsis "Computing the discrete Fourier transform")
|
|
|
|
|
(description
|
|
|
|
|
"FFTW is a C subroutine library for computing the discrete Fourier
|
|
|
|
|
transform (DFT) in one or more dimensions, of arbitrary input size, and of
|
|
|
|
|
both real and complex data (as well as of even/odd data---i.e. the discrete
|
|
|
|
|
cosine/ sine transforms or DCT/DST).")
|
2015-07-24 12:41:36 -04:00
|
|
|
|
(license license:gpl2+)))
|
2014-03-22 14:00:50 -04:00
|
|
|
|
|
2023-11-28 06:52:46 -05:00
|
|
|
|
(define-public fftw-cmake
|
|
|
|
|
(package/inherit fftw
|
|
|
|
|
;; Cmake compiling is experimental since 2017, and it is not clear if this
|
|
|
|
|
;; build has the same target-specific optimizations as the fftw gnu build.
|
|
|
|
|
;; See: https://fftw.org/release-notes.html
|
|
|
|
|
(name "fftw-cmake")
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments (default-keyword-arguments '()
|
|
|
|
|
'()))
|
|
|
|
|
(description (string-append (package-description fftw)
|
|
|
|
|
" This CMake build offers the file
|
|
|
|
|
FFTW3LibraryDepends.cmake required by some dependent packages, absent in the
|
|
|
|
|
gnu build version."))))
|
|
|
|
|
|
2014-03-22 14:00:50 -04:00
|
|
|
|
(define-public fftwf
|
gnu: Use PACKAGE/INHERIT in more places.
* gnu/packages/algebra.scm (fftwf, fftw-openmpi),
gnu/packages/audio.scm (ztoolkit-rsvg),
gnu/packages/bioinformatics.scm (python2-dendropy),
gnu/packages/boost.scm (boost-with-python2),
gnu/packages/check.scm (python2-mock, python2-pytest-mock),
gnu/packages/cups.scm (hplip-minimal),
gnu/packages/freedesktop.scm (libinput-minimal),
gnu/packages/gettext.scm (gnu-gettext),
gnu/packages/glib.scm (python2-pygobject),
gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi),
gnu/packages/groff.scm (groff-minimal),
gnu/packages/jami.scm (ffmpeg-jami),
gnu/packages/libcanberra.scm (libcanberra/gtk+-2),
gnu/packages/lirc.scm (python2-lirc),
gnu/packages/llvm.scm (clang-runtime-3.5),
gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple),
gnu/packages/node.scm (libnode),
gnu/packages/onc-rpc.scm (libtirpc/hurd),
gnu/packages/python-compression.scm (bitshuffle-for-snappy),
gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography)
(python2-cryptography, python2-m2crypto),
gnu/packages/python-web.scm (python2-html2text, python2-tornado)
(python2-terminado, python2-ndg-httpsclient, python2-websocket-client)
(python2-rauth, python2-url, python2-s3transfer),
gnu/packages/python-xyz.scm (python2-psutil, python2-serpent)
(python2-humanfriendly, python2-empy, python2-parse-type, python2-polib)
(python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc)
(python2-ipyparallel, python2-traitlets, python2-dbus)
(python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse)
(python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal)
(python2-contextlib2, python2-promise, python2-anyjson, python2-amqp)
(python2-kombu, python2-billiard, python2-celery, python2-whoosh)
(python2-jellyfish, python-rope, ptpython-2, python2-binaryornot)
(python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort)
(python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash)
(python2-cloudpickle, python2-reparser),
gnu/packages/python.scm (python2-called-python),
gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt)
(python-qscintilla, python-pyqt+qscintilla),
gnu/packages/scanner.scm (sane-backends),
gnu/packages/sdl.scm (guile3.0-sdl2),
gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc)
(python-sepolgen, policycoreutils),
gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack),
gnu/packages/simulation.scm (fenics),
gnu/packages/statistics.scm (python2-statsmodels),
gnu/packages/texinfo.scm (info-reader),
gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1),
gnu/packages/xml.scm (xmlsec-nss),
gnu/packages/xorg.scm (uim-gtk, uim-qt),
guix/build-system/python.scm (package-with-explicit-python)
(strip-python2-variant): Use PACKAGE/INHERIT.
2021-03-17 03:42:12 -04:00
|
|
|
|
(package/inherit fftw
|
2014-03-22 14:00:50 -04:00
|
|
|
|
(name "fftwf")
|
|
|
|
|
(arguments
|
|
|
|
|
(substitute-keyword-arguments (package-arguments fftw)
|
2018-05-08 18:28:38 -04:00
|
|
|
|
((#:configure-flags fftw-configure-flags)
|
|
|
|
|
`(cons* "--enable-single"
|
|
|
|
|
,@(if (string-prefix? "arm" (or (%current-target-system)
|
|
|
|
|
(%current-system)))
|
|
|
|
|
;; fftw supports NEON on 32-bit ARM only when compiled
|
|
|
|
|
;; for single-precision, so add it here.
|
|
|
|
|
'("--enable-neon")
|
|
|
|
|
'())
|
|
|
|
|
,fftw-configure-flags))))
|
2014-03-22 14:00:50 -04:00
|
|
|
|
(description
|
|
|
|
|
(string-append (package-description fftw)
|
|
|
|
|
" Single-precision version."))))
|
2014-05-09 09:59:47 -04:00
|
|
|
|
|
|
|
|
|
(define-public fftw-openmpi
|
gnu: Use PACKAGE/INHERIT in more places.
* gnu/packages/algebra.scm (fftwf, fftw-openmpi),
gnu/packages/audio.scm (ztoolkit-rsvg),
gnu/packages/bioinformatics.scm (python2-dendropy),
gnu/packages/boost.scm (boost-with-python2),
gnu/packages/check.scm (python2-mock, python2-pytest-mock),
gnu/packages/cups.scm (hplip-minimal),
gnu/packages/freedesktop.scm (libinput-minimal),
gnu/packages/gettext.scm (gnu-gettext),
gnu/packages/glib.scm (python2-pygobject),
gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi),
gnu/packages/groff.scm (groff-minimal),
gnu/packages/jami.scm (ffmpeg-jami),
gnu/packages/libcanberra.scm (libcanberra/gtk+-2),
gnu/packages/lirc.scm (python2-lirc),
gnu/packages/llvm.scm (clang-runtime-3.5),
gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple),
gnu/packages/node.scm (libnode),
gnu/packages/onc-rpc.scm (libtirpc/hurd),
gnu/packages/python-compression.scm (bitshuffle-for-snappy),
gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography)
(python2-cryptography, python2-m2crypto),
gnu/packages/python-web.scm (python2-html2text, python2-tornado)
(python2-terminado, python2-ndg-httpsclient, python2-websocket-client)
(python2-rauth, python2-url, python2-s3transfer),
gnu/packages/python-xyz.scm (python2-psutil, python2-serpent)
(python2-humanfriendly, python2-empy, python2-parse-type, python2-polib)
(python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc)
(python2-ipyparallel, python2-traitlets, python2-dbus)
(python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse)
(python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal)
(python2-contextlib2, python2-promise, python2-anyjson, python2-amqp)
(python2-kombu, python2-billiard, python2-celery, python2-whoosh)
(python2-jellyfish, python-rope, ptpython-2, python2-binaryornot)
(python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort)
(python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash)
(python2-cloudpickle, python2-reparser),
gnu/packages/python.scm (python2-called-python),
gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt)
(python-qscintilla, python-pyqt+qscintilla),
gnu/packages/scanner.scm (sane-backends),
gnu/packages/sdl.scm (guile3.0-sdl2),
gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc)
(python-sepolgen, policycoreutils),
gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack),
gnu/packages/simulation.scm (fenics),
gnu/packages/statistics.scm (python2-statsmodels),
gnu/packages/texinfo.scm (info-reader),
gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1),
gnu/packages/xml.scm (xmlsec-nss),
gnu/packages/xorg.scm (uim-gtk, uim-qt),
guix/build-system/python.scm (package-with-explicit-python)
(strip-python2-variant): Use PACKAGE/INHERIT.
2021-03-17 03:42:12 -04:00
|
|
|
|
(package/inherit fftw
|
2014-05-09 09:59:47 -04:00
|
|
|
|
(name "fftw-openmpi")
|
|
|
|
|
(inputs
|
|
|
|
|
`(("openmpi" ,openmpi)
|
|
|
|
|
,@(package-inputs fftw)))
|
|
|
|
|
(arguments
|
|
|
|
|
(substitute-keyword-arguments (package-arguments fftw)
|
|
|
|
|
((#:configure-flags cf)
|
2019-01-30 01:25:22 -05:00
|
|
|
|
`(cons "--enable-mpi" ,cf))
|
|
|
|
|
((#:phases phases '%standard-phases)
|
|
|
|
|
`(modify-phases ,phases
|
|
|
|
|
(add-before 'check 'mpi-setup
|
|
|
|
|
,%openmpi-setup)))))
|
2014-05-09 09:59:47 -04:00
|
|
|
|
(description
|
|
|
|
|
(string-append (package-description fftw)
|
|
|
|
|
" With OpenMPI parallelism support."))))
|
2015-01-16 07:42:24 -05:00
|
|
|
|
|
2018-03-01 13:41:33 -05:00
|
|
|
|
(define-public java-la4j
|
|
|
|
|
(package
|
|
|
|
|
(name "java-la4j")
|
|
|
|
|
(version "0.6.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/vkostyukov/la4j")
|
2018-03-01 13:41:33 -05:00
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1qir8dr978cfvz9k12m2kbdwpyf6cqdf1d0ilb7lnkhbgq5i53w3"))))
|
|
|
|
|
(build-system ant-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:jar-name "la4j.jar"
|
|
|
|
|
#:jdk ,icedtea-8
|
|
|
|
|
#:test-exclude (list "**/Abstract*.java"
|
|
|
|
|
"**/MatrixTest.java"
|
|
|
|
|
"**/DenseMatrixTest.java"
|
|
|
|
|
"**/SparseMatrixTest.java"
|
|
|
|
|
"**/VectorTest.java"
|
|
|
|
|
"**/SparseVectorTest.java"
|
|
|
|
|
"**/DenseVectorTest.java")))
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list java-junit java-hamcrest-core))
|
2018-03-01 13:41:33 -05:00
|
|
|
|
(home-page "http://la4j.org/")
|
|
|
|
|
(synopsis "Java library that provides Linear Algebra primitives and algorithms")
|
|
|
|
|
(description "The la4j library is a Java library that provides Linear
|
|
|
|
|
Algebra primitives (matrices and vectors) and algorithms. The key features of
|
|
|
|
|
the la4j library are:
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item No dependencies and tiny size
|
|
|
|
|
@item Fluent object-oriented/functional API
|
|
|
|
|
@item Sparse (CRS, CCS) and dense (1D/2D arrays) matrices
|
|
|
|
|
@item Linear systems solving (Gaussian, Jacobi, Zeidel, Square Root, Sweep and other)
|
|
|
|
|
@item Matrices decomposition (Eigenvalues/Eigenvectors, SVD, QR, LU, Cholesky and other)
|
|
|
|
|
@item MatrixMarket/CSV IO formats support for matrices and vectors
|
|
|
|
|
@end itemize\n")
|
|
|
|
|
(license license:asl2.0)))
|
|
|
|
|
|
2018-03-01 13:41:34 -05:00
|
|
|
|
(define-public java-jlargearrays
|
|
|
|
|
(package
|
|
|
|
|
(name "java-jlargearrays")
|
|
|
|
|
(version "1.6")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2020-03-09 17:52:27 -04:00
|
|
|
|
(uri (string-append "https://repo1.maven.org/maven2/"
|
|
|
|
|
"pl/edu/icm/JLargeArrays/"
|
2018-03-01 13:41:34 -05:00
|
|
|
|
version "/JLargeArrays-" version
|
|
|
|
|
"-sources.jar"))
|
|
|
|
|
(file-name (string-append name "-" version ".jar"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0v05iphpxbjnd7f4jf1rlqq3m8hslhcm0imdbsgxr20pi3xkaf2a"))))
|
|
|
|
|
(build-system ant-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:jar-name "jlargearrays.jar"
|
|
|
|
|
#:tests? #f ; tests are not included in the release archive
|
|
|
|
|
#:jdk ,icedtea-8))
|
|
|
|
|
(propagated-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list java-commons-math3))
|
2018-03-01 13:41:34 -05:00
|
|
|
|
(home-page "https://gitlab.com/ICM-VisLab/JLargeArrays")
|
|
|
|
|
(synopsis "Library of one-dimensional arrays that can store up to 263 elements")
|
|
|
|
|
(description "JLargeArrays is a Java library of one-dimensional arrays
|
|
|
|
|
that can store up to 263 elements.")
|
|
|
|
|
(license license:bsd-2)))
|
|
|
|
|
|
2018-03-01 13:41:35 -05:00
|
|
|
|
(define-public java-jtransforms
|
|
|
|
|
(package
|
|
|
|
|
(name "java-jtransforms")
|
|
|
|
|
(version "3.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2020-03-09 17:23:58 -04:00
|
|
|
|
(uri (string-append "https://repo1.maven.org/maven2/"
|
|
|
|
|
"com/github/wendykierp/JTransforms/"
|
2018-03-01 13:41:35 -05:00
|
|
|
|
version "/JTransforms-" version "-sources.jar"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1haw5m8shv5srgcpwkl853dz8bv6h90bzlhcps6mdpb4cixjirsg"))))
|
|
|
|
|
(build-system ant-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:jar-name "jtransforms.jar"
|
|
|
|
|
#:tests? #f ; tests are not included in the release archive
|
|
|
|
|
#:jdk ,icedtea-8))
|
|
|
|
|
(propagated-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list java-commons-math3 java-jlargearrays))
|
2018-03-01 13:41:35 -05:00
|
|
|
|
(home-page "https://github.com/wendykierp/JTransforms")
|
|
|
|
|
(synopsis "Multithreaded FFT library written in pure Java")
|
|
|
|
|
(description "JTransforms is a multithreaded FFT library written in pure
|
|
|
|
|
Java. Currently, four types of transforms are available: @dfn{Discrete
|
|
|
|
|
Fourier Transform} (DFT), @dfn{Discrete Cosine Transform} (DCT), @dfn{Discrete
|
|
|
|
|
Sine Transform} (DST) and @dfn{Discrete Hartley Transform} (DHT).")
|
|
|
|
|
(license license:bsd-2)))
|
|
|
|
|
|
2020-05-03 18:32:39 -04:00
|
|
|
|
(define-public lmfit
|
|
|
|
|
(package
|
|
|
|
|
(name "lmfit")
|
|
|
|
|
(version "8.2.2")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://jugit.fz-juelich.de/mlz/lmfit.git")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"00bch77a6qgnw6vzsjn2a42n8n683ih3xm0wpr454jxa15hw78vf"))))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list perl)) ; for pod2man
|
2020-05-03 18:32:39 -04:00
|
|
|
|
(home-page "https://jugit.fz-juelich.de/mlz/lmfit")
|
|
|
|
|
(synopsis "Levenberg-Marquardt minimization and least-squares fitting")
|
|
|
|
|
(description "lmfit is a C library for Levenberg-Marquardt least-squares
|
|
|
|
|
minimization and curve fitting. It is mature code, based on decades-old
|
|
|
|
|
algorithms from the FORTRAN library MINPACK.")
|
|
|
|
|
(license license:bsd-2)))
|
|
|
|
|
|
2020-06-24 09:16:55 -04:00
|
|
|
|
(define-public symengine
|
|
|
|
|
(package
|
|
|
|
|
(name "symengine")
|
2024-06-01 11:48:32 -04:00
|
|
|
|
(version "0.12.0")
|
2020-06-24 09:16:55 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
2020-06-24 13:46:55 -04:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/symengine/symengine")
|
2020-06-24 13:46:55 -04:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2024-06-01 11:48:32 -04:00
|
|
|
|
(base32 "0vi9d0isfpdhraigpw5zffcqh5fy08anax7kji7csm3n6jx9zy29"))))
|
2020-06-24 09:16:55 -04:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
2020-06-24 13:46:55 -04:00
|
|
|
|
'(#:configure-flags
|
|
|
|
|
;; These are the suggested build options in the README.
|
2020-06-24 09:16:55 -04:00
|
|
|
|
'("-DCMAKE_BUILD_TYPE=Release"
|
|
|
|
|
"-DWITH_GMP=on"
|
|
|
|
|
"-DWITH_MPFR=on"
|
|
|
|
|
"-DWITH_MPC=on"
|
|
|
|
|
"-DINTEGER_CLASS=flint"
|
|
|
|
|
"-DWITH_SYMENGINE_THREAD_SAFE=on"
|
2020-06-24 13:46:55 -04:00
|
|
|
|
"-DBUILD_SHARED_LIBS=on"))) ;also build libsymengine
|
2020-06-24 09:16:55 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list flint gmp mpc mpfr))
|
2020-06-24 09:16:55 -04:00
|
|
|
|
(home-page "https://github.com/symengine/symengine")
|
|
|
|
|
(synopsis "Fast symbolic manipulation library")
|
2020-06-24 13:46:55 -04:00
|
|
|
|
(description
|
|
|
|
|
"SymEngine is a standalone fast C++ symbolic manipulation library.
|
|
|
|
|
Optional thin wrappers allow usage of the library from other languages.")
|
|
|
|
|
(license (list license:expat ;SymEngine
|
|
|
|
|
license:bsd-3)))) ;3rd party code
|
2020-06-24 09:16:55 -04:00
|
|
|
|
|
2021-10-21 23:08:10 -04:00
|
|
|
|
(define-public ginac
|
|
|
|
|
(package
|
|
|
|
|
(name "ginac")
|
|
|
|
|
(version "1.8.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://www.ginac.de/ginac-"
|
|
|
|
|
version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1az1ypfcny4jdz0mic1kywwa9nynr547cl5s7zpn2w0qdfymssgi"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags (list "--disable-static")))
|
|
|
|
|
(native-inputs
|
|
|
|
|
`(("bison" ,bison)
|
|
|
|
|
("flex" ,flex)
|
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
|
("python" ,python-wrapper))) ; Python is required
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list cln readline))
|
2021-10-21 23:08:10 -04:00
|
|
|
|
(home-page "https://www.ginac.de/")
|
|
|
|
|
(synopsis "Library for symbolic computation")
|
|
|
|
|
(description "GiNaC is a C++ library for symbolic computation. Contrary
|
|
|
|
|
to other CAS it does not try to provide extensive algebraic capabilities and a
|
|
|
|
|
simple programming language but instead accepts a given language (C++) and
|
|
|
|
|
extends it by a set of algebraic capabilities.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2015-01-16 07:42:24 -05:00
|
|
|
|
(define-public eigen
|
|
|
|
|
(package
|
|
|
|
|
(name "eigen")
|
2022-07-16 06:38:11 -04:00
|
|
|
|
(version "3.4.0")
|
2015-01-16 07:42:24 -05:00
|
|
|
|
(source (origin
|
2022-07-16 06:38:11 -04:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://gitlab.com/libeigen/eigen.git")
|
|
|
|
|
(commit version)))
|
2015-01-16 07:42:24 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-07-16 06:38:11 -04:00
|
|
|
|
"0k1c4qnymwwvm68rv6s0cyk08xbw65ixvwqccsh36c2axcqk3znp"))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(patches (search-patches "eigen-fix-strict-aliasing-bug.patch"))
|
2015-01-16 07:42:24 -05:00
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
;; There are 3 test failures in the "unsupported" directory,
|
|
|
|
|
;; but maintainers say it's a known issue and it's unsupported
|
|
|
|
|
;; anyway, so just skip them.
|
2017-12-11 13:16:20 -05:00
|
|
|
|
'(begin
|
2018-05-08 10:59:07 -04:00
|
|
|
|
(substitute* "unsupported/CMakeLists.txt"
|
|
|
|
|
(("add_subdirectory\\(test.*")
|
|
|
|
|
"# Do not build the tests for unsupported features.\n"))
|
gnu: All snippets report errors using exceptions, else return #t.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm,
gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm,
gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm,
gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm,
gnu/packages/emulators.scm, gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm, gnu/packages/fpga.scm,
gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm,
gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm,
gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm,
gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm,
gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/lxde.scm, gnu/packages/machine-learning.scm,
gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm,
gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm,
gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm,
gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm,
gnu/packages/pretty-print.scm, gnu/packages/profiling.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm,
gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm,
gnu/packages/scribus.scm, gnu/packages/sdl.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm,
gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm,
gnu/packages/terminals.scm, gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
gnu/packages/tls.scm, gnu/packages/unrtf.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm:
In all snippets, report errors using exceptions, or else return #t.
2018-03-16 07:47:34 -04:00
|
|
|
|
#t))))
|
2015-01-16 07:42:24 -05:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
2022-09-08 13:37:50 -04:00
|
|
|
|
`(;; Turn off debugging symbols to save space.
|
2015-01-16 07:42:24 -05:00
|
|
|
|
#:build-type "Release"
|
|
|
|
|
|
2022-09-08 13:37:50 -04:00
|
|
|
|
#:modules ((ice-9 match)
|
|
|
|
|
(guix build utils)
|
|
|
|
|
(guix build cmake-build-system))
|
|
|
|
|
|
2024-03-18 10:31:48 -04:00
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
2022-09-08 13:37:50 -04:00
|
|
|
|
(add-after 'unpack 'disable-some-tests
|
|
|
|
|
;; Not all platforms are well supported by the test suite.
|
|
|
|
|
(lambda _
|
|
|
|
|
,@(match (%current-system)
|
|
|
|
|
("i686-linux"
|
|
|
|
|
`((substitute* "test/CMakeLists.txt"
|
|
|
|
|
((".*packetmath.*") ""))))
|
|
|
|
|
("aarch64-linux"
|
|
|
|
|
`((substitute* "test/CMakeLists.txt"
|
|
|
|
|
((".*array_cwise.*") "")
|
|
|
|
|
((".*vectorization_logic.*") ""))))
|
|
|
|
|
("armhf-linux"
|
|
|
|
|
`((substitute* "test/CMakeLists.txt"
|
|
|
|
|
((".*geo_quaternion.*") "")
|
|
|
|
|
((".*jacobisvd.*") "")
|
|
|
|
|
((".*packetmath.*") "")
|
|
|
|
|
((".*prec_inverse.*") "")
|
|
|
|
|
((".*qr_colpivoting.*") "")
|
|
|
|
|
((".*vectorization_logic.*") ""))))
|
|
|
|
|
("riscv64-linux"
|
|
|
|
|
`((substitute* "test/CMakeLists.txt"
|
|
|
|
|
((".*array_cwise.*") "")
|
|
|
|
|
((".*geo_quaternion.*") ""))))
|
|
|
|
|
(_
|
|
|
|
|
'((display "No tests to disable on this architecture.\n"))))))
|
2015-11-27 04:59:56 -05:00
|
|
|
|
(replace 'check
|
2022-06-15 14:54:35 -04:00
|
|
|
|
(lambda* (#:key tests? #:allow-other-keys)
|
2015-11-16 09:52:56 -05:00
|
|
|
|
(let* ((cores (parallel-job-count))
|
|
|
|
|
(dash-j (format #f "-j~a" cores)))
|
2022-06-15 14:54:35 -04:00
|
|
|
|
(when tests?
|
|
|
|
|
(setenv "EIGEN_SEED" "1") ;for reproducibility
|
|
|
|
|
;; First build the tests, in parallel. See
|
|
|
|
|
;; <http://eigen.tuxfamily.org/index.php?title=Tests>.
|
|
|
|
|
(invoke "make" "buildtests" dash-j)
|
2015-01-16 07:42:24 -05:00
|
|
|
|
|
2022-06-15 14:54:35 -04:00
|
|
|
|
;; Then run 'CTest' with -V so we get more
|
|
|
|
|
;; details upon failure.
|
|
|
|
|
(invoke "ctest" "-V" dash-j))))))))
|
gnu: Use more HTTPS.
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5)
[home-page]: Use HTTPS.
(dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit)
[source, home-page]: Likewise.
* gnu/packages/algebra.scm (eigen)[home-page]: Likewise.
(gp2c, pari-gp)[source, home-page]: Likewise.
* gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo)
[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
2018-06-22 13:26:42 -04:00
|
|
|
|
(home-page "https://eigen.tuxfamily.org")
|
2015-01-16 07:42:24 -05:00
|
|
|
|
(synopsis "C++ template library for linear algebra")
|
|
|
|
|
(description
|
|
|
|
|
"Eigen is a C++ template library for linear algebra: matrices, vectors,
|
|
|
|
|
numerical solvers, and related algorithms. It provides an elegant API based
|
|
|
|
|
on \"expression templates\". It is versatile: it supports all matrix sizes,
|
|
|
|
|
all standard numeric types, various matrix decompositions and geometry
|
|
|
|
|
features, and more.")
|
|
|
|
|
|
|
|
|
|
;; Most of the code is MPLv2, with a few files under LGPLv2.1+ or BSD-3.
|
|
|
|
|
;; See 'COPYING.README' for details.
|
2015-07-24 12:41:36 -04:00
|
|
|
|
(license license:mpl2.0)))
|
2018-05-28 04:12:42 -04:00
|
|
|
|
|
2021-12-03 17:27:09 -05:00
|
|
|
|
(define-public eigen-benchmarks
|
|
|
|
|
(package
|
|
|
|
|
(inherit eigen)
|
|
|
|
|
(name "eigen-benchmarks")
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:phases (modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(replace 'build
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(bin (string-append out "/bin")))
|
|
|
|
|
(define (compile file)
|
|
|
|
|
(format #t "compiling '~a'...~%" file)
|
|
|
|
|
(let ((target
|
|
|
|
|
(string-append bin "/"
|
|
|
|
|
(basename file ".cpp"))))
|
|
|
|
|
(invoke "c++" "-o" target file
|
|
|
|
|
"-I" ".." "-O2" "-g"
|
|
|
|
|
"-lopenblas" "-Wl,--as-needed")))
|
|
|
|
|
|
|
|
|
|
(mkdir-p bin)
|
|
|
|
|
(with-directory-excursion "bench"
|
|
|
|
|
;; There are more benchmarks, of varying quality.
|
|
|
|
|
;; Here we pick some that appear to be useful.
|
|
|
|
|
(for-each compile
|
|
|
|
|
'("benchBlasGemm.cpp"
|
|
|
|
|
"benchCholesky.cpp"
|
|
|
|
|
;;"benchEigenSolver.cpp"
|
|
|
|
|
"benchFFT.cpp"
|
|
|
|
|
"benchmark-blocking-sizes.cpp"))))))
|
|
|
|
|
(delete 'install))))
|
|
|
|
|
(inputs (list boost openblas))
|
|
|
|
|
|
|
|
|
|
;; Mark as tunable to take advantage of SIMD code in Eigen.
|
|
|
|
|
(properties '((tunable? . #t)))
|
|
|
|
|
|
|
|
|
|
(synopsis "Micro-benchmarks of the Eigen linear algebra library")))
|
|
|
|
|
|
2019-04-07 03:54:13 -04:00
|
|
|
|
(define-public eigen-for-tensorflow
|
|
|
|
|
(let ((changeset "fd6845384b86")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package (inherit eigen)
|
|
|
|
|
(name "eigen-for-tensorflow")
|
|
|
|
|
(version (string-append "3.3.5-" revision "." changeset))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method hg-fetch)
|
|
|
|
|
(uri (hg-reference
|
|
|
|
|
(url "https://bitbucket.org/eigen/eigen")
|
|
|
|
|
(changeset changeset)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"12cwgah63wqwb66xji048hcxc1z5zjg8a7701zlia5zbilnnk1n5"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))
|
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
;; There are 3 test failures in the "unsupported" directory,
|
|
|
|
|
;; but maintainers say it's a known issue and it's unsupported
|
|
|
|
|
;; anyway, so just skip them.
|
|
|
|
|
'(begin
|
|
|
|
|
(substitute* "unsupported/CMakeLists.txt"
|
|
|
|
|
(("add_subdirectory\\(test.*")
|
2021-12-13 17:26:23 -05:00
|
|
|
|
"# Do not build the tests for unsupported features.\n"))))))
|
2022-09-08 13:37:50 -04:00
|
|
|
|
(arguments
|
|
|
|
|
(substitute-keyword-arguments (package-arguments eigen)
|
|
|
|
|
((#:phases phases)
|
|
|
|
|
`(modify-phases ,phases
|
2023-04-12 08:10:43 -04:00
|
|
|
|
(delete 'disable-some-tests)
|
|
|
|
|
;; This test cannot be compiled
|
|
|
|
|
(add-after 'unpack 'gcc-compatibility
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "test/CMakeLists.txt"
|
|
|
|
|
(("ei_add_test\\(stddeque") "#")))))))))))
|
2019-04-07 03:54:13 -04:00
|
|
|
|
|
2018-05-28 04:12:42 -04:00
|
|
|
|
(define-public xtensor
|
|
|
|
|
(package
|
|
|
|
|
(name "xtensor")
|
2023-07-15 20:00:02 -04:00
|
|
|
|
(version "0.24.6")
|
2018-05-28 04:12:42 -04:00
|
|
|
|
(source (origin
|
2018-08-18 15:32:36 -04:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
2020-11-08 15:16:49 -05:00
|
|
|
|
(url "https://github.com/xtensor-stack/xtensor")
|
2018-08-18 15:32:36 -04:00
|
|
|
|
(commit version)))
|
2018-05-28 04:12:42 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-07-15 20:00:02 -04:00
|
|
|
|
"0gf5m5p61981pv7yh5425lcv8dci948ri37hn1zlli7xg54x0g3i"))
|
2018-08-18 15:32:36 -04:00
|
|
|
|
(file-name (git-file-name name version))))
|
2018-05-28 04:12:42 -04:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(native-inputs
|
2022-02-18 15:37:47 -05:00
|
|
|
|
(list doctest googletest xtl))
|
2018-05-28 04:12:42 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
'("-DBUILD_TESTS=ON")
|
|
|
|
|
#:test-target "xtest"))
|
2020-11-08 15:16:49 -05:00
|
|
|
|
(home-page "https://xtensor.readthedocs.io/en/latest/")
|
2018-05-28 04:12:42 -04:00
|
|
|
|
(synopsis "C++ tensors with broadcasting and lazy computing")
|
|
|
|
|
(description "xtensor is a C++ library meant for numerical analysis with
|
|
|
|
|
multi-dimensional array expressions.
|
|
|
|
|
|
|
|
|
|
xtensor provides:
|
|
|
|
|
@itemize
|
|
|
|
|
@item an extensible expression system enabling lazy broadcasting.
|
|
|
|
|
@item an API following the idioms of the C++ standard library.
|
|
|
|
|
@item tools to manipulate array expressions and build upon xtensor.
|
|
|
|
|
@end itemize")
|
|
|
|
|
(license license:bsd-3)))
|
2019-02-17 11:46:10 -05:00
|
|
|
|
|
2021-12-03 17:27:47 -05:00
|
|
|
|
(define-public xtensor-benchmark
|
|
|
|
|
(package
|
|
|
|
|
(inherit xtensor)
|
|
|
|
|
(name "xtensor-benchmark")
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags (list "-DBUILD_BENCHMARK=ON"
|
|
|
|
|
"-DDOWNLOAD_GBENCHMARK=OFF")
|
|
|
|
|
#:tests? #f
|
|
|
|
|
#:phases (modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'remove-march=native
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "benchmark/CMakeLists.txt"
|
2022-02-18 15:37:47 -05:00
|
|
|
|
(("-march=native\"") "\""))))
|
2021-12-03 17:27:47 -05:00
|
|
|
|
(add-after 'unpack 'link-with-googlebenchmark
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "benchmark/CMakeLists.txt"
|
|
|
|
|
(("find_package\\(benchmark.*" all)
|
|
|
|
|
(string-append
|
|
|
|
|
all "\n"
|
|
|
|
|
"set(GBENCHMARK_LIBRARIES benchmark)\n")))))
|
|
|
|
|
(replace 'build
|
|
|
|
|
(lambda _
|
|
|
|
|
(invoke "make" "benchmark_xtensor" "-j"
|
|
|
|
|
(number->string (parallel-job-count)))))
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
;; Install nothing but the executable.
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(install-file "benchmark/benchmark_xtensor"
|
|
|
|
|
(string-append out "/bin"))))))))
|
|
|
|
|
(synopsis "Benchmarks of the xtensor library")
|
|
|
|
|
(native-inputs '())
|
|
|
|
|
(inputs
|
|
|
|
|
(modify-inputs (package-native-inputs xtensor)
|
|
|
|
|
(prepend googlebenchmark xsimd)))
|
|
|
|
|
|
|
|
|
|
;; Mark as tunable to take advantage of SIMD code in xsimd/xtensor.
|
|
|
|
|
(properties '((tunable? . #t)))))
|
|
|
|
|
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(define-public gap
|
|
|
|
|
(package
|
|
|
|
|
(name "gap")
|
2023-03-03 11:33:57 -05:00
|
|
|
|
(version "4.12.2")
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
2020-08-31 14:52:11 -04:00
|
|
|
|
(uri (string-append "https://files.gap-system.org/gap-"
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(version-major+minor version)
|
2022-08-11 06:13:47 -04:00
|
|
|
|
"/tar.gz/gap-"
|
2019-02-17 11:46:10 -05:00
|
|
|
|
version
|
2022-08-11 06:13:47 -04:00
|
|
|
|
".tar.gz"))
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(sha256
|
2023-03-03 11:33:57 -05:00
|
|
|
|
(base32 "1a47slldnjq6mib69k3g8lqw6nyxdrwdd3gfjhj252mpbrs0h8v7"))
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(modules '((guix build utils) (ice-9 ftw) (srfi srfi-1)))
|
|
|
|
|
(snippet
|
|
|
|
|
'(begin
|
2023-03-03 11:33:57 -05:00
|
|
|
|
;; Delete bundled external libraries.
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(for-each delete-file-recursively
|
2023-03-03 11:33:57 -05:00
|
|
|
|
'("extern" "hpcgap/extern"))
|
2019-02-17 11:46:10 -05:00
|
|
|
|
;; Delete a failing test.
|
|
|
|
|
;; FIXME: This might be fixed in the next release, see
|
|
|
|
|
;; https://github.com/gap-system/gap/issues/3292
|
|
|
|
|
(delete-file "tst/testinstall/dir.tst")
|
2020-08-31 14:52:11 -04:00
|
|
|
|
;; Delete all packages except for a fixed list,
|
|
|
|
|
;; given by their names up to version numbers.
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(with-directory-excursion "pkg"
|
|
|
|
|
(for-each delete-file-recursively
|
2020-08-31 14:52:11 -04:00
|
|
|
|
(lset-difference
|
|
|
|
|
(lambda (all keep) (string-prefix? keep all))
|
|
|
|
|
(scandir ".")
|
2019-02-17 11:46:10 -05:00
|
|
|
|
'("." ".."
|
|
|
|
|
;; Necessary packages.
|
2023-03-03 11:33:57 -05:00
|
|
|
|
"gapdoc"
|
|
|
|
|
"primgrp"
|
|
|
|
|
"smallgrp" ; artistic2.0
|
|
|
|
|
"transgrp" ; artistic2.0 for data,
|
|
|
|
|
; gpl2 or gpl3 for code
|
2022-08-11 13:41:38 -04:00
|
|
|
|
;; Optional packages.
|
2023-03-03 11:33:57 -05:00
|
|
|
|
"4ti2interface"
|
|
|
|
|
"alnuth"
|
|
|
|
|
"autodoc"
|
|
|
|
|
"automata"
|
|
|
|
|
"autpgrp"
|
|
|
|
|
"cap"
|
|
|
|
|
"crime"
|
|
|
|
|
"crisp" ; bsd-2
|
|
|
|
|
"ctbllib" ; gpl3+
|
2022-08-11 13:41:38 -04:00
|
|
|
|
"datastructures"
|
2023-03-03 11:33:57 -05:00
|
|
|
|
"examplesforhomalg"
|
|
|
|
|
"factint"
|
2019-02-17 11:46:10 -05:00
|
|
|
|
"fga"
|
2022-08-11 13:41:38 -04:00
|
|
|
|
"format"
|
2023-03-03 11:33:57 -05:00
|
|
|
|
"gauss"
|
|
|
|
|
"gaussforhomalg"
|
|
|
|
|
"generalizedmorphismsforcap"
|
|
|
|
|
"gradedmodules"
|
|
|
|
|
"gradedringforhomalg"
|
|
|
|
|
"groupoids"
|
2022-08-11 13:41:38 -04:00
|
|
|
|
"guarana"
|
2023-03-03 11:33:57 -05:00
|
|
|
|
"homalg"
|
|
|
|
|
"homalgtocas"
|
|
|
|
|
"idrel"
|
|
|
|
|
"images" ; mpl2.0
|
|
|
|
|
"intpic"
|
|
|
|
|
"io" ; gpl3+
|
|
|
|
|
"ioforhomalg"
|
|
|
|
|
"irredsol" ; bsd-2
|
|
|
|
|
"laguna"
|
|
|
|
|
"liering"
|
|
|
|
|
"linearalgebraforcap"
|
|
|
|
|
"localizeringforhomalg"
|
|
|
|
|
"mapclass"
|
|
|
|
|
"matricesforhomalg"
|
|
|
|
|
"modulepresentationsforcap"
|
|
|
|
|
"modules"
|
|
|
|
|
"monoidalcategories"
|
|
|
|
|
"nconvex"
|
|
|
|
|
"nilmat"
|
|
|
|
|
"numericalsgps"
|
|
|
|
|
"openmath"
|
|
|
|
|
"orb" ; gpl3+
|
|
|
|
|
"polenta"
|
|
|
|
|
"polycyclic"
|
|
|
|
|
"radiroot"
|
|
|
|
|
"recog" ; gpl3+
|
|
|
|
|
"repsn"
|
|
|
|
|
"resclasses"
|
|
|
|
|
"ringsforhomalg"
|
|
|
|
|
"sco"
|
2022-08-11 13:41:38 -04:00
|
|
|
|
"simpcomp"
|
2023-03-03 11:33:57 -05:00
|
|
|
|
"sophus"
|
|
|
|
|
"tomlib"
|
|
|
|
|
"toolsforhomalg"
|
|
|
|
|
"unipot"
|
|
|
|
|
"utils"))))))))
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list gmp readline zlib))
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(arguments
|
2019-06-17 06:12:31 -04:00
|
|
|
|
`(#:modules ((ice-9 ftw)
|
|
|
|
|
(srfi srfi-26)
|
|
|
|
|
(guix build gnu-build-system)
|
|
|
|
|
(guix build utils))
|
|
|
|
|
#:phases
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'build 'build-packages
|
|
|
|
|
;; Compile all packages that have not been deleted by the
|
|
|
|
|
;; code snippet above.
|
|
|
|
|
(lambda _
|
|
|
|
|
(setenv "CONFIG_SHELL" (which "bash"))
|
|
|
|
|
(with-directory-excursion "pkg"
|
2022-08-11 06:13:47 -04:00
|
|
|
|
(invoke "../bin/BuildPackages.sh"))))
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(add-after 'build-packages 'build-doc
|
|
|
|
|
;; The documentation is bundled, but we create it from source.
|
|
|
|
|
(lambda _
|
|
|
|
|
(with-directory-excursion "doc"
|
2022-08-11 06:13:47 -04:00
|
|
|
|
(invoke "./make_doc"))))
|
2023-03-03 11:33:57 -05:00
|
|
|
|
(add-after 'install 'install-packages
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
2020-08-31 14:52:11 -04:00
|
|
|
|
(share (string-append out "/share/gap")))
|
2022-08-11 06:13:47 -04:00
|
|
|
|
(copy-recursively "pkg" (string-append share "/pkg"))))))))
|
2019-02-17 11:46:10 -05:00
|
|
|
|
(home-page "https://www.gap-system.org/")
|
|
|
|
|
(synopsis
|
|
|
|
|
"System for computational group theory")
|
|
|
|
|
(description
|
|
|
|
|
"GAP is a system for computational discrete algebra, with particular
|
|
|
|
|
emphasis on computational group theory. It provides a programming language,
|
|
|
|
|
a library of thousands of functions implementing algebraic algorithms
|
|
|
|
|
written in the GAP language as well as large data libraries of algebraic
|
|
|
|
|
objects.")
|
|
|
|
|
;; Some packages have different licenses (effectively forcing the
|
|
|
|
|
;; combined work to be licensed as gpl3+); if this is the case, this
|
|
|
|
|
;; is mentioned above next to their name.
|
|
|
|
|
;; Some packages have no license mentioned explicitly; supposedly this
|
|
|
|
|
;; means that the gpl2+ licence of GAP itself applies, but to be on the
|
|
|
|
|
;; safe side, we drop them for now.
|
|
|
|
|
(license license:gpl2+)))
|
2019-06-18 04:38:57 -04:00
|
|
|
|
|
2023-07-30 10:18:42 -04:00
|
|
|
|
(define-public spectra
|
|
|
|
|
(package
|
|
|
|
|
(name "spectra")
|
|
|
|
|
(version "1.0.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/yixuan/spectra")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1krgx7763g0phrp879rgq10dvfyxrdx9rzwxiyzn6qi3iqr6d8hx"))))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:configure-flags #~(list "-DBUILD_TESTS=ON")
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(replace 'check
|
|
|
|
|
(lambda* (#:key tests? #:allow-other-keys)
|
|
|
|
|
(when tests?
|
|
|
|
|
;; This test failed.
|
|
|
|
|
(invoke "ctest" "--exclude-regex"
|
|
|
|
|
"GenEigsRealShift")))))))
|
|
|
|
|
(inputs (list eigen))
|
|
|
|
|
(home-page "https://spectralib.org/")
|
|
|
|
|
(synopsis "C++ library for large scale eigenvalue problems")
|
|
|
|
|
(description "Spectra stands for Sparse Eigenvalue Computation Toolkit as
|
|
|
|
|
a Redesigned ARPACK. It is a C++ library for large scale eigenvalue problems,
|
|
|
|
|
built on top of Eigen. It is implemented as a header-only C++ library and can
|
|
|
|
|
be easily embedded in C++ projects that require calculating eigenvalues of
|
|
|
|
|
large matrices.")
|
|
|
|
|
(license license:mpl2.0)))
|
|
|
|
|
|
2021-06-23 23:28:05 -04:00
|
|
|
|
(define-public gappa
|
|
|
|
|
(package
|
2022-10-02 20:54:45 -04:00
|
|
|
|
(name "gappa")
|
|
|
|
|
(version "1.4.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://gitlab.inria.fr/gappa/gappa")
|
|
|
|
|
(commit (string-append name "-" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0vfggzilc0gicrhqypmlx30ccrdkmyg22zzn46988c28xi9rcicj"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-remake-shell
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "remake.cpp"
|
|
|
|
|
(("/bin/sh") (which "sh")))))
|
|
|
|
|
(replace 'build
|
|
|
|
|
(lambda _ (invoke "./remake" "-s" "-d")))
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda _ (invoke "./remake" "-s" "-d" "install")))
|
|
|
|
|
(replace 'check
|
2022-10-03 09:49:27 -04:00
|
|
|
|
(lambda* (#:key tests? #:allow-other-keys)
|
|
|
|
|
(when tests?
|
|
|
|
|
(invoke "./remake" "check")))))))
|
2022-10-02 20:54:45 -04:00
|
|
|
|
(native-inputs (list autoconf automake bison flex libtool))
|
|
|
|
|
(inputs (list boost gmp mpfr))
|
|
|
|
|
(home-page "https://gitlab.inria.fr/gappa/gappa")
|
|
|
|
|
(synopsis "Proof generator for arithmetic properties")
|
|
|
|
|
(description "Gappa is a tool intended to help verifying and formally
|
2021-06-23 23:28:05 -04:00
|
|
|
|
proving properties on numerical programs dealing with floating-point or
|
|
|
|
|
fixed-point arithmetic. It has been used to write robust floating-point
|
|
|
|
|
filters for CGAL and it is used to certify elementary functions in CRlibm.
|
|
|
|
|
While Gappa is intended to be used directly, it can also act as a backend
|
|
|
|
|
prover for the Why3 software verification platform or as an automatic tactic
|
|
|
|
|
for the Coq proof assistant.")
|
2022-10-02 20:54:45 -04:00
|
|
|
|
(license (list license:gpl3+ license:cecill)))) ; either/or
|
2021-06-23 23:28:05 -04:00
|
|
|
|
|
2019-06-18 04:38:57 -04:00
|
|
|
|
(define-public givaro
|
|
|
|
|
(package
|
|
|
|
|
(name "givaro")
|
|
|
|
|
(version "4.1.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/linbox-team/givaro")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"11wz57q6ijsvfs5r82masxgr319as92syi78lnl9lgdblpc6xigk"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake libtool))
|
2019-06-18 04:38:57 -04:00
|
|
|
|
(propagated-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list gmp)) ; gmp++.h includes gmpxx.h
|
2019-06-18 04:38:57 -04:00
|
|
|
|
(synopsis "Algebraic computations with exact rings and fields")
|
|
|
|
|
(description
|
|
|
|
|
"Givaro is a C++ library implementing the basic arithmetic of various
|
|
|
|
|
algebraic objects: prime fields, extension fields, finite fields, finite
|
|
|
|
|
rings, polynomials, algebraic numbers, arbitrary precision integers and
|
|
|
|
|
rationals (C++ wrappers over gmp), fixed precision integers. It also
|
|
|
|
|
provides data-structures and templated classes for the manipulation of
|
|
|
|
|
compound objects, such as vectors, matrices and univariate polynomials.")
|
|
|
|
|
(license license:cecill-b)
|
|
|
|
|
(home-page "https://github.com/linbox-team/givaro")))
|
2019-06-18 07:08:07 -04:00
|
|
|
|
|
|
|
|
|
(define-public fflas-ffpack
|
|
|
|
|
(package
|
|
|
|
|
(name "fflas-ffpack")
|
|
|
|
|
(version "2.4.3")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/linbox-team/fflas-ffpack")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1ynbjd72qrwp0b4kpn0p5d7gddpvj8dlb5fwdxajr5pvkvi3if74"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake libtool pkg-config))
|
2019-06-18 07:08:07 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list openblas))
|
2019-06-18 07:08:07 -04:00
|
|
|
|
(propagated-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list givaro)) ; required according to the .pc file
|
2019-06-18 07:08:07 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list (string-append "--with-blas-libs="
|
|
|
|
|
(assoc-ref %build-inputs "openblas")
|
gnu: Remove obsolete bootstrap workaround phases.
* gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Don't set
NOCONFIGURE environment variable.
* gnu/packages/algebra.scm (givaro, fflas-ffpack, linbox),
* gnu/packages/arcan.scm (xarcan),
* gnu/packages/audio.scm (rtmidi),
* gnu/packages/cinnamon.scm (cinnamon-desktop),
* gnu/packages/gnome.scm (dia, libxklavier, byzanz),
* gnu/packages/image-viewers.scm (geeqie),
* gnu/packages/libusb.scm (libplist),
* gnu/packages/mail.scm (libetpan),
* gnu/packages/networking.scm (aircrack-ng),
* gnu/packages/terminals.scm (tilda, kmscon),
* gnu/packages/xorg.scm (xf86-video-intel, xcompmgr) [arguments]: Same.
2020-02-16 02:06:53 -05:00
|
|
|
|
"/lib/libopenblas.so"))))
|
2019-06-18 07:08:07 -04:00
|
|
|
|
(synopsis "C++ library for linear algebra over finite fields")
|
|
|
|
|
(description
|
|
|
|
|
"FFLAS-FFPACK is a C++ template library for basic linear algebra
|
|
|
|
|
operations over a finite field.
|
|
|
|
|
FFLAS (Finite Field Linear Algebra Subprograms) provides the implementation
|
|
|
|
|
of a subset of routines of the numerical BLAS; it also supports sparse
|
|
|
|
|
matrix-vector products.
|
|
|
|
|
FFPACK (Finite Field Linear Algebra Package) is inspired by the LAPACK
|
|
|
|
|
library to provide functionalities of higher level, using the kernel
|
|
|
|
|
of a BLAS. Additionally, it provides routines specific to exact linear
|
|
|
|
|
algebra, such as the row echelon form.")
|
|
|
|
|
(license license:lgpl2.1+)
|
|
|
|
|
(home-page "https://linbox-team.github.io/fflas-ffpack/")))
|
2019-06-18 09:06:12 -04:00
|
|
|
|
|
|
|
|
|
(define-public linbox
|
|
|
|
|
(package
|
|
|
|
|
(name "linbox")
|
|
|
|
|
(version "1.6.3")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/linbox-team/linbox")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2020-06-16 15:08:20 -04:00
|
|
|
|
"10j6dspbsq7d2l4q3y0c1l1xwmaqqba2fxg59q5bhgk9h5d7q571"))
|
|
|
|
|
(patches (search-patches "linbox-fix-pkgconfig.patch"))))
|
2019-06-18 09:06:12 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake libtool pkg-config))
|
2020-06-16 15:08:20 -04:00
|
|
|
|
(propagated-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list fflas-ffpack))
|
2019-06-18 09:06:12 -04:00
|
|
|
|
(synopsis "C++ library for linear algebra over exact rings")
|
|
|
|
|
(description
|
|
|
|
|
"LinBox is a C++ template library for exact linear algebra computation
|
|
|
|
|
with dense, sparse, and structured matrices over the integers and over
|
|
|
|
|
finite fields.")
|
|
|
|
|
(license license:lgpl2.1+)
|
|
|
|
|
(home-page "https://linbox-team.github.io/linbox/")))
|
2019-06-19 13:37:52 -04:00
|
|
|
|
|
|
|
|
|
(define-public m4ri
|
|
|
|
|
(package
|
|
|
|
|
(name "m4ri")
|
|
|
|
|
(version "20140914")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://bitbucket.org/malb/m4ri")
|
|
|
|
|
(commit (string-append "release-" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0xfg6pffbn8r1s0y7bn9b8i55l00d41dkmhrpf7pwk53qa3achd3"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake libtool pkg-config))
|
2019-06-19 13:37:52 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libpng))
|
2019-06-19 13:37:52 -04:00
|
|
|
|
(synopsis "Arithmetic of dense matrices over F_2")
|
|
|
|
|
(description "M4RI is a library for fast arithmetic with dense matrices
|
|
|
|
|
over F2. The name M4RI comes from the first implemented algorithm: The
|
|
|
|
|
Method of the Four Russians inversion algorithm published by Gregory Bard.
|
|
|
|
|
This algorithm in turn is named after the Method of the Four Russians
|
|
|
|
|
multiplication algorithm.")
|
|
|
|
|
(license license:gpl2+)
|
|
|
|
|
(home-page "https://bitbucket.org/malb/m4ri/")))
|
2019-06-20 03:20:29 -04:00
|
|
|
|
|
2019-06-19 01:57:57 -04:00
|
|
|
|
(define-public symmetrica
|
|
|
|
|
(package
|
|
|
|
|
(name "symmetrica")
|
|
|
|
|
(version "2.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch/tarbomb)
|
|
|
|
|
(uri (let ((v (string-join (string-split version #\.) "_")))
|
|
|
|
|
(string-append "http://www.algorithm.uni-bayreuth.de/"
|
|
|
|
|
"en/research/SYMMETRICA/"
|
|
|
|
|
"SYM" v "_tar.gz")))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1qhfrbd5ybb0sinl9pad64rscr08qvlfzrzmi4p4hk61xn6phlmz"))
|
|
|
|
|
;; Taken from <https://git.sagemath.org/sage.git/plain/build/pkgs/symmetrica/patches/>
|
|
|
|
|
(patches (search-patches "symmetrica-bruch.patch"
|
|
|
|
|
"symmetrica-int32.patch"
|
|
|
|
|
"symmetrica-return_values.patch"
|
|
|
|
|
"symmetrica-sort_sum_rename.patch"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ;no test
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'fix-makefile
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "makefile"
|
2019-06-21 03:49:57 -04:00
|
|
|
|
(("cc -c") "gcc -c -fPIC"))
|
2019-06-19 01:57:57 -04:00
|
|
|
|
#t))
|
|
|
|
|
(add-after 'fix-makefile 'turn-off-banner
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "de.c"
|
|
|
|
|
(("(INT no_banner = )FALSE" _ pre) (string-append pre "TRUE")))
|
|
|
|
|
#t))
|
|
|
|
|
(delete 'configure) ;no configure script
|
|
|
|
|
(replace 'install ;no install target
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(lib (string-append out "/lib"))
|
|
|
|
|
(inc (string-append out "/include/symmetrica"))
|
|
|
|
|
(doc (string-append out "/share/doc/symmetrica-" ,version))
|
|
|
|
|
(static "libsymmetrica.a"))
|
|
|
|
|
;; Build static library.
|
|
|
|
|
(apply invoke "ar" "crs" static (find-files "." "\\.o$"))
|
|
|
|
|
(invoke "ranlib" static)
|
|
|
|
|
;; Install static library and headers.
|
|
|
|
|
(for-each (lambda (f) (install-file f inc))
|
|
|
|
|
(find-files "." "\\.h$"))
|
|
|
|
|
(install-file "libsymmetrica.a" lib)
|
|
|
|
|
;; Install documentation.
|
|
|
|
|
(for-each (lambda (f) (install-file f doc))
|
|
|
|
|
(find-files "." "\\.doc$"))
|
|
|
|
|
#t))))))
|
|
|
|
|
(home-page "http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/")
|
|
|
|
|
(synopsis "Combinatoric C Library")
|
|
|
|
|
(description "Symmetrica is a library for combinatorics. It has support
|
|
|
|
|
for the representation theory of the symmetric group and related groups,
|
|
|
|
|
combinatorics of tableaux, symmetric functions and polynomials, Schubert
|
|
|
|
|
polynomials, and the representation theory of Hecke algebras of type A_n.")
|
|
|
|
|
(license license:public-domain)))
|
2019-06-20 05:15:37 -04:00
|
|
|
|
|
|
|
|
|
(define-public m4rie
|
|
|
|
|
(package
|
|
|
|
|
(name "m4rie")
|
|
|
|
|
(version "20150908")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://bitbucket.org/malb/m4rie")
|
|
|
|
|
(commit (string-append "release-" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0r8lv46qx5mkz5kp3ay2jnsp0mbhlqr5z2z220wdk73wdshcznss"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake libtool))
|
2019-06-20 05:15:37 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list m4ri))
|
2019-06-20 05:15:37 -04:00
|
|
|
|
(synopsis "Arithmetic of dense matrices over F_{2^e}")
|
|
|
|
|
(description "M4RI is a library for fast arithmetic with dense matrices
|
|
|
|
|
over finite fields of characteristic 2. So it extends the functionality
|
|
|
|
|
of M4RI from F_2 to F_{2^e}.")
|
|
|
|
|
(license license:gpl2+)
|
|
|
|
|
(home-page "https://bitbucket.org/malb/m4rie/")))
|
2019-06-20 05:45:04 -04:00
|
|
|
|
|
|
|
|
|
(define-public eclib
|
|
|
|
|
(package
|
|
|
|
|
(name "eclib")
|
2022-07-23 16:52:01 -04:00
|
|
|
|
(version "20220621")
|
2019-06-20 05:45:04 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/JohnCremona/eclib/")
|
2022-07-23 16:52:01 -04:00
|
|
|
|
(commit version)))
|
2019-06-20 05:45:04 -04:00
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-07-23 16:52:01 -04:00
|
|
|
|
"07wbkzmn6w0hrv2vim7f0il7k59ccc66x5vnn623xkmhfw32b3nz"))))
|
2019-06-20 05:45:04 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake libtool))
|
2019-06-20 05:45:04 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list ntl pari-gp))
|
2019-06-20 05:45:04 -04:00
|
|
|
|
(synopsis "Ranks of elliptic curves and modular symbols")
|
|
|
|
|
(description "The eclib package includes mwrank (for 2-descent on
|
|
|
|
|
elliptic curves over Q) and modular symbol code; it has been written by
|
|
|
|
|
John Cremona to compute his elliptic curve database.")
|
|
|
|
|
(license license:gpl2+)
|
|
|
|
|
(home-page (string-append "http://homepages.warwick.ac.uk/staff/"
|
|
|
|
|
"J.E.Cremona/mwrank/index.html"))))
|
2019-06-20 06:15:07 -04:00
|
|
|
|
|
|
|
|
|
(define-public lrcalc
|
|
|
|
|
(package
|
|
|
|
|
(name "lrcalc")
|
2022-08-08 11:45:43 -04:00
|
|
|
|
(version "2.1")
|
2019-06-20 06:15:07 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://bitbucket.org/asbuch/lrcalc")
|
|
|
|
|
(commit (string-append "lrcalc-" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-08-08 11:45:43 -04:00
|
|
|
|
"0s3amf3z75hnrjyszdndrvk4wp5p630dcgyj341i6l57h43d1p4k"))))
|
2019-06-20 06:15:07 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake libtool))
|
2019-06-20 06:15:07 -04:00
|
|
|
|
(synopsis "Littlewood-Richardson calculator in algebraic combinatorics")
|
|
|
|
|
(description "The Littlewood-Richardson Calculator (lrcalc) is a
|
|
|
|
|
program designed to compute Littlewood-Richardson coefficients. It computes
|
|
|
|
|
single Littlewood-Richardson coefficients, products of Schur functions, or
|
|
|
|
|
skew Schur functions. In addition it computes products in the small quantum
|
|
|
|
|
cohomology ring of a Grassmann variety. The software package also includes
|
|
|
|
|
a program that performs fast computation of the more general multiplicative
|
|
|
|
|
structure constants of Schubert polynomials.")
|
|
|
|
|
(license license:gpl2+)
|
2020-01-18 15:33:14 -05:00
|
|
|
|
(home-page "https://sites.math.rutgers.edu/~asbuch/lrcalc/")))
|
2019-06-20 11:36:39 -04:00
|
|
|
|
|
|
|
|
|
(define-public iml
|
|
|
|
|
(package
|
|
|
|
|
(name "iml")
|
|
|
|
|
(version "1.0.5")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "http://www.cs.uwaterloo.ca/~astorjoh/iml-"
|
|
|
|
|
version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0akwhhz9b40bz6lrfxpamp7r7wkk48p455qbn04mfnl9a1l6db8x"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
gnu: Fix package references.
* gnu/packages/algebra.scm (iml)[inputs]: Correctly refer to package
inputs.
* gnu/packages/astronomy.scm (xplanet),
* gnu/packages/audio.scm (redkite, libaudec, lv2lint, lv2toweb),
* gnu/packages/bioconductor.scm (r-cummerbund),
* gnu/packages/chicken.scm (chicken),
* gnu/packages/conky.scm (conky),
* gnu/packages/cran.scm (r-latex2exp),
* gnu/packages/crates-io.scm (rust-rgb),
* gnu/packages/databases.scm (mariadb),
* gnu/packages/diffoscope.scm (reprotest),
* gnu/packages/file-systems.scm (glusterfs),
* gnu/packages/finance.scm (electron-cash),
* gnu/packages/games.scm (rinutils, ksudoku, kdiamond, kigo),
* gnu/packages/geo.scm (grass),
* gnu/packages/gnome.scm (libmediaart, gnome-contacts, geoclue),
* gnu/packages/gnucash.scm (aqbanking),
* gnu/packages/image.scm (mtpaint),
* gnu/packages/kde-internet.scm (kopete, ktorrent),
* gnu/packages/kde-utils.scm (kmousetool, kmouth, kronometer),
* gnu/packages/linphone.scm (liblinphone),
* gnu/packages/maths.scm (ppl),
* gnu/packages/mercury.scm (mercury-minimal),
* gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins,
spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2),
* gnu/packages/networking.scm (restinio),
* gnu/packages/prolog.scm (swi-prolog),
* gnu/packages/python-web.scm (gunicorn),
* gnu/packages/python-xyz.scm (python-docusign-esign),
* gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable),
* gnu/packages/sagemath.scm (python-cypari2),
* gnu/packages/skarnet.scm (s6-linux-init),
* gnu/packages/vpn.scm (sshuttle),
* gnu/packages/web.scm (libcyaml),
* gnu/packages/xdisorg.scm (kbdd),
* gnu/packages/xorg.scm (xpra): Same.
2020-09-30 01:57:27 -04:00
|
|
|
|
`(("gmp" ,gmp)
|
2019-06-20 11:36:39 -04:00
|
|
|
|
("cblas" ,openblas))) ; or any other BLAS library; the documentation
|
|
|
|
|
; mentions ATLAS in particular
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list
|
2019-06-21 03:33:30 -04:00
|
|
|
|
"--enable-shared"
|
2019-06-20 11:36:39 -04:00
|
|
|
|
(string-append "--with-gmp-include="
|
|
|
|
|
(assoc-ref %build-inputs "gmp") "/include")
|
|
|
|
|
(string-append "--with-gmp-lib="
|
|
|
|
|
(assoc-ref %build-inputs "gmp") "/lib")
|
|
|
|
|
"--with-cblas=-lopenblas"
|
|
|
|
|
(string-append "--with-cblas-include="
|
|
|
|
|
(assoc-ref %build-inputs "cblas") "/include")
|
|
|
|
|
(string-append "--with-cblas-lib="
|
|
|
|
|
(assoc-ref %build-inputs "cblas") "/lib"))))
|
|
|
|
|
(home-page "https://cs.uwaterloo.ca/~astorjoh/iml.html")
|
|
|
|
|
(synopsis
|
|
|
|
|
"Solver for systems of linear equations over the integers")
|
|
|
|
|
(description
|
|
|
|
|
"IML is a C library implementing algorithms for computing exact
|
|
|
|
|
solutions to dense systems of linear equations over the integers.
|
|
|
|
|
Currently, IML provides the following functionality:
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item Nonsingular rational system solving:
|
|
|
|
|
compute the unique rational solution X to the system AX=B, where A and B
|
|
|
|
|
are integer matrices, A nonsingular.
|
|
|
|
|
@item Compute the right nullspace or kernel of an integer matrix.
|
|
|
|
|
@item Certified linear system solving:
|
|
|
|
|
compute a minimal denominator solution x to a system Ax=b, where b is an
|
|
|
|
|
integer vector and A is an integer matrix with arbitrary shape and
|
|
|
|
|
rank profile.
|
|
|
|
|
@end itemize
|
|
|
|
|
|
|
|
|
|
In addition, IML provides some low level routines for a variety of mod p
|
|
|
|
|
matrix operations: computing the row-echelon form, determinant, rank
|
|
|
|
|
profile, and inverse of a mod p matrix. These mod p routines are not
|
|
|
|
|
general purpose; they require that p satisfy some preconditions based on
|
|
|
|
|
the dimension of the input matrix (usually p should be prime and should be
|
|
|
|
|
no more than about 20 bits long).")
|
|
|
|
|
(license license:bsd-3)))
|
2021-03-15 04:23:42 -04:00
|
|
|
|
|
|
|
|
|
(define-public r-dtt
|
|
|
|
|
(package
|
|
|
|
|
(name "r-dtt")
|
|
|
|
|
(version "0.1-2")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (cran-uri "dtt" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0n8gj5iylfagdbaqirpykb01a9difsy4zl6qq55f0ghvazxqdvmn"))))
|
|
|
|
|
(properties `((upstream-name . "dtt")))
|
|
|
|
|
(build-system r-build-system)
|
gnu: Use HTTPS package home pages wherever possible.
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-11 19:00:00 -05:00
|
|
|
|
(home-page "https://www.r-project.org")
|
2021-03-15 04:23:42 -04:00
|
|
|
|
(synopsis "Discrete Trigonometric Transforms")
|
|
|
|
|
(description
|
|
|
|
|
"This package provides functions for 1D and 2D Discrete Cosine Transform
|
|
|
|
|
(@dfn{DCT}), Discrete Sine Transform (@dfn{DST}) and Discrete Hartley Transform
|
|
|
|
|
(@dfn{DHT}).")
|
|
|
|
|
(license license:gpl2+)))
|
2021-06-14 22:55:09 -04:00
|
|
|
|
|
|
|
|
|
(define-public sollya
|
|
|
|
|
(package
|
|
|
|
|
(name "sollya")
|
2022-06-13 11:50:28 -04:00
|
|
|
|
(version "8.0")
|
2021-06-14 22:55:09 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://www.sollya.org/releases/"
|
|
|
|
|
"sollya-" version "/sollya-" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-06-13 11:50:28 -04:00
|
|
|
|
"1sf1cjcr6x035n97l64ppzb9pzq5568h7waz0zfc3120894gcnjz"))))
|
2021-06-14 22:55:09 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list fplll
|
|
|
|
|
gmp
|
|
|
|
|
gnuplot
|
|
|
|
|
libxml2
|
|
|
|
|
mpfi
|
|
|
|
|
mpfr))
|
2021-06-14 22:55:09 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list (string-append "--docdir=${datadir}/doc/sollya-" ,version))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-test-shebang
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* (list "tests-tool/Makefile.in"
|
|
|
|
|
"tests-lib/Makefile.in")
|
|
|
|
|
(("#!/bin/sh") (string-append "#!" (which "sh"))))
|
|
|
|
|
#t))
|
|
|
|
|
(add-before 'build 'patch-gnuplot-reference
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "general.c"
|
|
|
|
|
(("\"gnuplot\"") (string-append "\"" (which "gnuplot") "\"")))
|
|
|
|
|
#t)))))
|
|
|
|
|
(home-page "https://www.sollya.org")
|
|
|
|
|
(synopsis "Development environment for safe floating-point code")
|
|
|
|
|
(description "Sollya is a computer program whose purpose is to
|
|
|
|
|
provide an environment for safe floating-point code development. It
|
|
|
|
|
is particularly targeted to the automated implementation of
|
|
|
|
|
mathematical floating-point libraries (libm). Amongst other features,
|
|
|
|
|
it offers a certified infinity norm, an automatic polynomial
|
|
|
|
|
implementer, and a fast Remez algorithm.")
|
|
|
|
|
(license license:cecill-c)))
|
2023-03-21 14:39:01 -04:00
|
|
|
|
|
|
|
|
|
(define-public form
|
|
|
|
|
;; using this commit as it removes some invalid/ambiguous license info
|
|
|
|
|
(let ((commit "e7c52d3b07abe21f21718f5e70ee138e856f15ac")
|
|
|
|
|
(revision "0"))
|
|
|
|
|
(package
|
|
|
|
|
(name "form")
|
|
|
|
|
(version (git-version "4.3.0" revision commit))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/vermaseren/form")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"15pjpn5s8d3sva18syhyymh5v1dijchk0xkf6d0m7cl2sj3qxxxq"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:configure-flags #~'("--enable-native=no")
|
|
|
|
|
#:phases #~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-src
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "check/examples.frm"
|
|
|
|
|
;; skip test that causes memory leak and fails
|
|
|
|
|
(("#pend_if valgrind\\?")
|
|
|
|
|
"#pend_if 0"))
|
|
|
|
|
(substitute* "sources/extcmd.c"
|
|
|
|
|
(("/bin/sh")
|
|
|
|
|
(string-append
|
|
|
|
|
#$(this-package-input "bash-minimal")
|
|
|
|
|
"/bin/sh")))))
|
|
|
|
|
(add-after 'build 'build-doxygen
|
|
|
|
|
(lambda _
|
|
|
|
|
(with-directory-excursion "doc/doxygen"
|
|
|
|
|
(invoke "make" "html"))))
|
|
|
|
|
(add-after 'install 'install-docs
|
|
|
|
|
(lambda _
|
|
|
|
|
(let ((doc (string-append
|
|
|
|
|
#$output "/share/doc/" #$name "-"
|
|
|
|
|
#$version "/html")))
|
|
|
|
|
(mkdir-p doc)
|
|
|
|
|
(copy-recursively "doc/doxygen/html" doc)))))))
|
|
|
|
|
(native-inputs (list autoconf automake doxygen ruby))
|
|
|
|
|
(inputs (list bash-minimal))
|
|
|
|
|
(home-page "https://www.nikhef.nl/~form/")
|
|
|
|
|
(synopsis "Symbolic manipulation system for very big expressions")
|
|
|
|
|
(description
|
|
|
|
|
"FORM is a symbolic manipulation system. It reads symbolic expressions
|
|
|
|
|
from files and executes symbolic/algebraic transformations upon them. The
|
|
|
|
|
answers are returned in a textual mathematical representation. The size of
|
|
|
|
|
the considered expressions in FORM is only limited by the available disk space
|
|
|
|
|
and not by the available RAM.")
|
|
|
|
|
;; XXX: Ignore this CVE to work around a name clash with the unrelated
|
|
|
|
|
;; "neos/forms" package.
|
|
|
|
|
(properties '((lint-hidden-cve . ("CVE-2021-32697"))))
|
|
|
|
|
;; x86_64 only due to test failures on other platforms.
|
|
|
|
|
;; Developers say other platforms are not "tier 1" supported:
|
|
|
|
|
;; https://github.com/vermaseren/form/issues/426
|
|
|
|
|
(supported-systems '("x86_64-linux"))
|
|
|
|
|
(license license:gpl3+))))
|
2023-03-21 14:39:02 -04:00
|
|
|
|
|
|
|
|
|
(define-public parform
|
|
|
|
|
(package
|
|
|
|
|
(inherit form)
|
|
|
|
|
(name "parform")
|
|
|
|
|
(arguments
|
|
|
|
|
(substitute-keyword-arguments (package-arguments form)
|
|
|
|
|
((#:configure-flags flags)
|
|
|
|
|
#~(cons* "--enable-parform=yes" #$flags))
|
|
|
|
|
((#:phases phases)
|
|
|
|
|
#~(modify-phases #$phases
|
|
|
|
|
(add-before 'check 'mpi-setup
|
|
|
|
|
#$%openmpi-setup)))))
|
|
|
|
|
(inputs (list bash-minimal openmpi))
|
|
|
|
|
(description (string-append (package-description form)
|
|
|
|
|
" This package also includes
|
|
|
|
|
@code{parform}, a version of FORM parallelized using OpenMPI."))))
|