summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: python-openid: Honor the #:tests? flag.Efraim Flashner2022-01-20
| | | | | * gnu/packages/python-web.scm (python-openid)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: python-openid: Remove python2 variant.Mathieu Othacehe2022-01-20
| | | | | | This is a follow-up of: 90b6c3f4e6467a810c6001dcd46337e7c45491d8. * gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
* gnu: Add uftrace.Olivier Dion2022-01-20
| | | | | | * gnu/packages/instrumentation.scm: (uftrace): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-pdelab: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | * gnu/packages/maths.scm (dune-pdelab): Update to 2.7.1. [version]: Use `git-version` to compute the version string. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-functions: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | * gnu/packages/maths.scm (dune-functions): Update to 2.7.1. [arguments]: Parallelize build-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-typetree: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | * gnu/packages/maths.scm (dune-typetree): Update to 2.7.1. [arguments]: Parallelize build-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-subgrid: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | | * gnu/packages/maths.scm (dune-subgrid): Update to 2.7.1. [version]: Use `git-version` to compute the version string. [arguments]: Parallelize build-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-alugrid: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | | * gnu/packages/maths.scm (dune-alugrid): Update to 2.7.1. [version]: Use `git-version` to compute the version string. [arguments]: Parallelize build-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-localfunctions: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | * gnu/packages/maths.scm (dune-localfunctions): Update to 2.7.1. [arguments]: Parallelize build-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-istl: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | | | | * gnu/packages/maths.scm (dune-istl): Update to 2.7.1. [arguments]: Parallelize build-tests phase. [source](patches) Remove patch that is no longer needed. * gnu/packages/patches/dune-istl-2.7-fix-non-mpi-tests.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove above patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-grid: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | * gnu/packages/maths.scm (dune-grid): Update to 2.7.1. [arguments]: Parallelize build-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-uggrid: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | * gnu/packages/maths.scm (dune-uggrid): Update to 2.7.1. [arguments]: Parallelize build-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-geometry: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | * gnu/packages/maths.scm (dune-geometry): Update to 2.7.1. [arguments]: Parallelize build-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dune-common: Update to 2.7.1.Felix Gruber2022-01-20
| | | | | | | * gnu/packages/maths.scm (dune-common): Update to 2.7.1. [arguments]: Parallelize build-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Modernize add-openmpi-to-dune-packageFelix Gruber2022-01-20
| | | | | | | * gnu/packages/maths.scm (add-openmpi-to-dune-package): Use modify-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: samtools-0.1: Install headers and library.Ricardo Wurmus2022-01-20
| | | | | * gnu/packages/bioinformatics.scm (samtools-0.1)[arguments]: Add build phases 'install-library and 'install-headers.
* gnu: r-rbowtie: Add missing input.Ricardo Wurmus2022-01-20
| | | | * gnu/packages/bioconductor.scm (r-rbowtie)[inputs]: Add zlib.
* gnu: Add flamegraph.Olivier Dion2022-01-20
| | | | * gnu/packages/instrumentation.scm (flamegraph): New variable.
* services: guix-publish: Add negative-ttl parameter.Guillaume Le Vaillant2022-01-20
| | | | | | | | * gnu/services/base.scm (guix-publish-configuration): Add 'negative-ttl' field. (guix-publish-sheperd-service): Process it. * doc/guix.texi (Base Services)[guix-publish-service-type]: Add item for negative-ttl.
* gnu: flatpak: Simplify inputs.kiasoc52022-01-20
| | | | | | | * gnu/packages/package-management.scm (flatpak)[native-inputs, inputs]: Remove labels. [arguments]<#:phases>: Edit 'p11-kit-fix not to relying on labels. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: libostree: Update to 2022.1.kiasoc52022-01-20
| | | | | | | * gnu/packages/package-management (libostree): Update to 2022.1. [native-inputs, inputs]: Remove labels Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: telescope: Update to 0.7.1.cage2022-01-20
| | | | | | * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-urlgrabber.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-urlgrabber): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-urlgrabber.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python-urlgrabber): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-paste.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-paste): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-pastescript.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-pastescript): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-publicsuffix2.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-publicsuffix2): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-publicsuffix.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-publicsuffix): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-elasticsearch.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-elasticsearch): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-cssmin.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-cssmin): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-htmlmin.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-htmlmin): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-s3transfer.Vinicius Monego2022-01-20
| | | | | | | * gnu/packages/python-web.scm (python2-s3transfer): Remove variable. * gnu/packages/python-web.scm (python-s3transfer)[properties]: Remove field. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-betamax-matchers.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-betamax-matchers): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-url.Vinicius Monego2022-01-20
| | | | | | | * gnu/packages/python-web.scm (python2-url): Remove variable. * gnu/packages/python-web.scm (python2-url)[properties]: Remove field. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-webtest.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-webtest): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-ndg-httpsclient.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-ndg-httpsclient): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-openid-teams.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-openid-teams): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-openid-cla.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-openid-cla): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-cssselect.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-cssselect): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-css-parser.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-css-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-cssutils.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-cssutils): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-openid.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-openid): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-html5-parser.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-html5-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-html2text.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-html2text): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-sphinx-rtd-theme.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/sphinx.scm (python2-sphinx-rtd-theme): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-guzzle-sphinx-theme.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/sphinx.scm (python2-guzzle-sphinx-theme): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-sphinx-cloud-sptheme.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/sphinx.scm (python2-sphinx-cloud-sptheme): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-sphinx-repoze-autointerface.Vinicius Monego2022-01-20
| | | | | | | * gnu/packages/sphinx.scm (python2-sphinx-repoze-autointerface): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-sphinx-me.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/sphinx.scm (python2-sphinx-me): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-sphinxcontrib-programoutput.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/sphinx.scm (python2-sphinxcontrib-programoutput): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>