summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: julia-mutablearithmetics: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-mutablearithmetics)[arguments]<#:phases>: Conditionally disable the failing test. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-woodburymatrices: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-woodburymatrices)[arguments]<#:phases>: Conditionally disable the failing test. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-intervalsets: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-intervalsets)[arguments]<#:phases>: Conditionally disable the failing test. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-reversediff: Disable tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz (julia-reversediff)[arguments]<#:tests?>: Conditionally disable tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-interpolations: Disable tests in i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]<#:tests?>: Conditionally disable tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-arrayinterface: Disable tests for i686.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-arrayinterface)[arguments]<#:tests?>: Conditionally disable tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-mappedarrays: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-mappedarrays)[arguments]<#:phases>: Conditionally replace the incorrect type in test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-blockarrays: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-blockarrays)[arguments]<#:phases>: Conditionally replace the incorrect type in test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-lazyarrays: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-lazyarrays)[arguments]<#:phases>: Conditionally replace the incorrect type in test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-configurations: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-configurations)[arguments]<#:phases>: Conditionally replace the incorrect type in test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-finitedifferences: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz (julia-finitedifferences)[arguments]<#:phases>: Conditionnally disable the failing test. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-benchmarktools: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-benchmarktools)[arguments]<#:phases>: Conditionnally disable the failing tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-datastructures: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-datastructures)[arguments]<#:phases>: Conditionnally disable the failing test. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libunwind-julia: Fix build on i686-linux.zimoun2021-12-04
| | | | | | | | * gnu/packages/julia.scm (libunwind)[origin]<patches>: Add patch. * gnu/packages/patches/libunwind-julia-fix-GCC10-fno-common.patch: New file. * gnu/local/mk (dist_patch_DATA): Register it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: plink-ng: Enable tests.Ricardo Wurmus2021-12-04
| | | | | | * gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Replace 'check phase to run tests; do not disable tests via arguments. [native-inputs]: Add diffutils, plink, and python.
* gnu: plink-ng: Replace reference to %outputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Remove reference to %outputs by using a gexp.
* gnu: plink: Remove reference to %build-inputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (plink)[arguments]: Use a gexp to replace reference to %build-inputs.
* gnu: plink: Remove trailing #T.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (plink)[arguments]: Remove trailing #T from build phase.
* gnu: rsem: Update to 1.3.3.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (rsem): Update to 1.3.3. [arguments]: Build with gnu++11 standard; patch sources for compatibility.
* gnu: rsem: Remove trailing #T.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (rsem)[arguments]: Remove trailing #T from build phases.
* gnu: rsem: Remove references to %build-inputs.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (rsem)[arguments]: Use a gexp.
* gnu: rsem: Remove trailing #T from snippet.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (rsem)[source]: Remove trailing #T.
* gnu: prodigal: Remove reference to %outputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (prodigal)[arguments]: Remove reference to %outputs by using a gexp.
* gnu: prank: Bind INPUTS in 'install phase.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (prank)[arguments]: Bind INPUTS in 'install phase to remove references to %build-inputs.
* gnu: prank: Remove trailing #T.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (prank)[arguments]: Remove trailing #T from build phases.
* gnu: mash: Replace references to %build-inputs.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (mash)[arguments]: Use a gexp.
* gnu: mash: Move htslib and capnproto to regular inputs.Ricardo Wurmus2021-12-04
| | | | | | * gnu/packages/bioinformatics.scm (mash)[native-inputs]: Move htslib and capnproto from here... [inputs]: ...to here.
* gnu: mash: Simplify snippet.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (mash)[snippet]: Simplify.
* gnu: mafft: Remove trailing #T.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (mafft)[arguments]: Remove trailing #T from build phase.
* gnu: mafft: Replace references to %build-inputs and %outputs.Ricardo Wurmus2021-12-04
| | | | | | * gnu/packages/bioinformatics.scm (mafft)[arguments]: Replace references to %outputs with a gexp; replace reference to %build-inputs in the 'wrap-programs phase by binding INPUTS.
* gnu: jellyfish: Replace reference to %outputs.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Use a gexp.
* gnu: fastp: Replace reference to %outputs.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (fastp)[arguments]: Use a gexp.
* gnu: java-picard: Replace reference to %build-inputs.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (java-picard): Use a gexp.
* gnu: java-htsjdk: Replace reference to %outputs.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (java-htsjdk)[arguments]: Use a gexp.
* gnu: fxtract: Replace reference to %outputs.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (fxtract)[arguments]: Use a gexp.
* gnu: delly: Replace reference to %outputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (delly)[arguments]: Replace reference to %outputs with a gexp.
* gnu: libbigwig: Replace reference to %outputs.Ricardo Wurmus2021-12-03
| | | | | * gnu/packages/bioinformatics.scm (libbigwig)[arguments]: Replace reference to %outputs with a gexp.
* gnu: cd-hit: Replace reference to %outputs.Ricardo Wurmus2021-12-03
| | | | | * gnu/packages/bioinformatics.scm (cd-hit)[arguments]: Replace reference to %outputs with gexp.
* gnu: bowtie1: Replace reference to %outputs.Ricardo Wurmus2021-12-03
| | | | | * gnu/packages/bioinformatics.scm (bowtie1)[arguments]: Remove reference to %outputs by using a gexp.
* gnu: bowtie: Remove reference to %outputs.Ricardo Wurmus2021-12-03
| | | | | * gnu/packages/bioinformatics.scm (bowtie)[arguments]: Replace reference to %outputs with a gexp.
* gnu: bless: Remove reference to %build-inputs.Ricardo Wurmus2021-12-03
| | | | | | * gnu/packages/bioinformatics.scm (bless)[arguments]: Replace reference to %build-inputs with a gexp. Use the dynamic library of zlib while we're at it. [inputs]: Remove zlib:static.
* gnu: bless: Remove trailing #T from snippet and build phases.Ricardo Wurmus2021-12-03
| | | | | * gnu/packages/bioinformatics.scm (bless)[source, arguments]: Remove all trailing #Ts.
* gnu: bedtools: Remove reference to %outputs.Ricardo Wurmus2021-12-03
| | | | | * gnu/packages/bioinformatics.scm (bedtools)[arguments]: Use a gexp instead of referencing %outputs.
* gnu: qtltools: Replace references to %build-inputs.Ricardo Wurmus2021-12-03
| | | | | * gnu/packages/bioinformatics.scm (qtltools)[arguments]: Use a gexp instead of referencing %build-inputs.
* gnu: bamutils: Update to 1.0.14.Ricardo Wurmus2021-12-03
| | | | | | * gnu/packages/bioinformatics.scm (bamutils): Update to 1.0.14. [arguments]: Patch DATE for reproducibility; prepare sources of libstatgen. [native-inputs]: Add sources of libstatgen.
* gnu: bamutils: Remove reference to %outputs.Ricardo Wurmus2021-12-03
| | | | * gnu/packages/bioinformatics.scm (bamutils)[arguments]: Use gexp.
* gnu: bamm: Remove reference to %build-inputs.Ricardo Wurmus2021-12-03
| | | | | * gnu/packages/bioinformatics.scm (bamm)[arguments]: Use gexp instead of %build-inputs.
* gnu: python2-openpyxl: Explicitly build with Python 2.Ricardo Wurmus2021-12-03
| | | | | * gnu/packages/python-xyz.scm (python2-openpyxl)[arguments]: Add value for #:python field.
* gnu: python-plastid: Update to 0.5.1.Ricardo Wurmus2021-12-03
| | | | * gnu/packages/bioinformatics.scm (python-plastid): Update to 0.5.1.
* gnu: glade: Remove dependency on GJS on non-x86_64.Ludovic Courtès2021-12-02
| | | | | | * gnu/packages/gnome.scm (glade3)[arguments]: Add optional 'skip-gjs-test' phase. [native-inputs]: Provide GJS only when 'target-x86-64?'.