aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cppi.scm
blob: 39d310394be5f072912846c078f414df2b6520a1 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; 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.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; 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
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages cppi)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (guix licenses))

(define-public cppi
  (package
    (name "cppi")
    (version "1.18")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/cppi/cppi-"
                                 version ".tar.xz"))
             (sha256
              (base32
               "1jk42cjaggk71rimjnx3qpmb6hivps0917vl3z7wbxk3i2whb98j"))))
    (build-system gnu-build-system)
    (home-page "https://www.gnu.org/software/cppi/")
    (synopsis "Indent C preprocessor directives to reflect nesting and more")
    (description
     "GNU Cppi processes C source code files to properly indent the
preprocessor directives to reflect their nesting.  It also performs other
standardizations, such as correcting the number of spaces between directives
and the text following them.")
    (license gpl3+)))
>2021-03-17gnu: 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. Mark H Weaver 2021-03-15gnu: Add r-dtt....* gnu/packages/algebra.scm (r-dtt): New variable. Lars-Dominik Braun 2021-03-09gnu: symengine: Fix build....* gnu/packages/algebra.scm (symengine)[native-inputs]: Remove llvm. [arguments]: Adjust accordingly. Efraim Flashner 2021-02-28gnu: singular: Use HTTPS home page URI....* gnu/packages/algebra.scm (singular)[home-page]: Use HTTPS URI. Nicolas Goaziou 2021-02-28gnu: python-flint: Use HTTPS home page URI....* gnu/packages/algebra.scm (python-flint)[home-page]: Use HTTPS URI. Nicolas Goaziou 2021-02-26gnu: cmh: Update to 1.1.0....* gnu/packages/algebra.scm (cmh): Update to 1.1.0. (fplll-4-cmh): Remove variable. Andreas Enge 2021-02-12gnu: pari-gp: Update to 2.13.1....* gnu/packages/algebra.scm (pari-gp): Update to 2.13.1. Andreas Enge 2021-01-22gnu: giac: Update to 1.6.0-47....* gnu/packages/algebra.scm (giac): Update to 1.6.0-47. Nicolas Goaziou 2021-01-13gnu: cmh: Update source code URL....Partly fixes <https://bugs.gnu.org/42162>. * gnu/packages/algebra.scm (cmh)[source, home-page]: Refer to multiprecision.org. Ludovic Courtès 2021-01-13gnu: gmp-ecm: Update source URI....* gnu/packages/algebra.scm (gmp-ecm): Update source URI from gforge.inria.fr to gitlab.inria.fr. Andreas Enge 2021-01-02gnu: giac: Update to 1.6.0-41....* gnu/packages/algebra.scm (giac): Update to 1.6.0-41. Nicolas Goaziou 2020-12-19gnu: arb: Use HTTPS home page URI....* gnu/packages/algebra.scm (arb)[home-page]: Use HTTPS URI. Move above synopsis. Nicolas Goaziou 2020-12-17gnu: glpk: Update to 5.0....* gnu/packages/maths.scm (glpk): Update to 5.0. (glpk-4.65): New variable. * gnu/packages/algebra.scm (giac)[inputs]: Replace glpk with glpk-4. Efraim Flashner 2020-12-13gnu: gp2c: Update to 0.0.12....* gnu/packages/algebra.scm (gp2c): Update to 0.0.12. Andreas Enge 2020-11-23gnu: eigen: Add upstream bugfix patch....This fixes the build of nanopolish, imp, and others. Reported by apteryx in #guix. * gnu/packages/algebra.scm (eigen)[source]: Add patch. * gnu/packages/patches/eigen-remove-openmp-error-counting.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice 2020-11-19gnu: eigen: Update to 3.3.8....* gnu/packages/algebra.scm (eigen): Update to 3.3.8. Tobias Geerinckx-Rice 2020-11-11gnu: giac: Update to 1.6.0-31....* gnu/packages/algebra.scm (giac): Update to 1.6.0-31. Nicolas Goaziou 2020-11-09gnu: eigen: Add source mirror....* gnu/packages/algebra.scm (eigen)[source]: Add Debian source mirror. Efraim Flashner 2020-11-08gnu: xtensor: Update URIs....* gnu/packages/algebra.scm (xtensor)[source]: Update to new URI. [home-page]: Same. Efraim Flashner 2020-10-20gnu: pari-gp: Update to 2.13.0....* gnu/packages/algebra.scm (pari-gp): Update to 2.13.0. Andreas Enge 2020-10-07gnu: giac: Update to 1.6.0-25....* gnu/packages/algebra.scm (giac): Update to 1.6.0-25. [native-inputs]: Add hevea. Nicolas Goaziou 2020-09-30gnu: 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. Efraim Flashner 2020-09-29gnu: giac: Update to 1.6.0-23....* gnu/packages/algebra.scm (giac): Update to 1.6.0-23. [arguments]: Fix more hard-coded /bin/cp in Make files. [native-inputs]: Add python-wrapper. Nicolas Goaziou 2020-09-28gnu: cm: Update to 0.3.1....* gnu/packages/algebra.scm (cm): Update to 0.3.1. Andreas Enge 2020-09-23gnu: fplll: Correct include files....* gnu/packages/patches/fplll-std-fenv.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/algebra.scm (fplll): Use patch and move all inputs to propagated-inputs. Andreas Enge 2020-09-23gnu: fplll: Update to 5.3.3....* gnu/packages/algebra.scm (fplll): Update to 5.3.3. [native-inputs]: Add pkg-config. Andreas Enge 2020-09-01gnu: gap: Update to 4.11.0....* gnu/packages/algebra.scm (gap)[source]: Update to 4.11.0. Identify kept packages by name prefix, dropping version number comparisons. [inputs]: Add readline. [arguments]: Use make targets instead of file copying where possible. Andreas Enge 2020-08-20gnu: python-fpylll: Update to 0.5.2....* gnu/packages/algebra.scm (python-fpylll): Update to 0.5.2. Andreas Enge 2020-08-20gnu: fplll: Update to 5.3.2....* gnu/packages/algebra.scm (fplll): Update to 5.3.2. Andreas Enge 2020-08-19gnu: cmh: Update home-page....* gnu/packages/algebra.scm (cmh)[home-page]: Update to new home-page. Efraim Flashner 2020-08-18gnu: mpfrcx: Update to 0.6....* gnu/packages/algebra.scm (mpfrcx): Update to 0.6. Andreas Enge 2020-08-15gnu: flint: Update to 2.6.3....* gnu/packages/algebra.scm (flint): Update to 2.6.3. [license]: Update to LGPL 2.1+. Tobias Geerinckx-Rice 2020-08-08gnu: flint: Add a comment about the licence....* gnu/packages/algebra.scm (flint): Note the upstream licence change/fix. Reported by Max Horn <max@quendi.de>. Tobias Geerinckx-Rice 2020-08-08gnu: flint: Update to 2.6.2....* gnu/packages/algebra.scm (flint): Update to 2.6.2. Tobias Geerinckx-Rice 2020-07-25gnu: flint: Update to 2.6.1....* gnu/packages/algebra.scm (flint): Update to 2.6.1. Tobias Geerinckx-Rice 2020-07-22arb: Update to 2.18.1....* gnu/packages/patches/arb-flint-2.6.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/algebra.scm (arb): Update to 2.18.1. [source](patches): Remove. Andreas Enge 2020-07-22gnu: gp2c: Update to 0.0.11pl4....* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl4. Andreas Enge