aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: maven-components-parent-pom-22: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | * gnu/packages/maven-parent-pom.scm (maven-components-parent-pom-22) [arguments]: Use a gexp to remove references to %build-inputs.
* gnu: java-sonatype-oss-parent-pom-9: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | * gnu/packages/maven-parent-pom.scm (java-sonatype-oss-parent-pom-9) [arguments]: Use a gexp to remove references to %build-inputs.
* gnu: sailfish: Remove references to %build-inputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use a gexp to remove references to %build-inputs.
* gnu: sailfish: Simplify snippet.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (sailfish)[source]: Remove trailing #T from snippet.
* gnu: piranha: Remove references to %build-inputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (piranha)[arguments]: Use gexp to remove references to %build-inputs.
* gnu: piranha: Remove trailing #T.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (piranha)[arguments]: Remove trailing #T from build phases.
* gnu: emboss: Remove reference to %build-inputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (emboss)[arguments]: Use gexp to remove reference to %build-inputs.
* gnu: vcftools: Replace references to %outputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (vcftools)[arguments]: Use gexp to remove references to %outputs.
* gnu: seqan-1: Use gexp for builder.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (seqan-1)[arguments]: Use a gexp to remove references to %build-inputs and %outputs.
* gnu: seqan-2: Use gexp for builder.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (seqan-2)[arguments]: Use a gexp to remove references to %build-inputs and %outputs.
* gnu: sra-tools: Remove references to %build-inputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Use a gexp instead of referencing %build-inputs.
* gnu: preseq: Remove references to %outputs and %build-inputs.Ricardo Wurmus2021-12-04
| | | | | * gnu/packages/bioinformatics.scm (preseq)[arguments]: Replace references to %outputs and %build-inputs by using a gexp.
* gnu: preseq: Simplify snippet.Ricardo Wurmus2021-12-04
| | | | * gnu/packages/bioinformatics.scm (preseq)[source]: Simplify snippet.
* gnu: julia-forwarddiff: Disable tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-forwarddiff)[arguments]<#:tests?>: Conditionally disable tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-geometrybasics: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz (julia-geometrybasics)[arguments]<#:phases>: Conditionally replace the incorrect type in test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-structarrays: Fix tests on i686-linux.zimoun2021-12-04
| | | | | | | * gnu/packages/julia-xyz.scm (julia-structarrays)[arguments]<#:phases>: Conditionally replace the incorrect type in the test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* 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.