summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: tla2tools: Remove reference to %output.Ricardo Wurmus2021-12-05
| | | | | * gnu/packages/java.scm (tla2tools)[arguments]: Bind OUTPUTS in build phase 'install to remove reference to %output.
* gnu: java-log4j-core: Remove reference to %outputs.Ricardo Wurmus2021-12-05
| | | | | * gnu/packages/java.scm (java-log4j-core)[arguments]: Remove reference to %outputs by using a gexp.
* gnu: java-log4j-api: Remove reference to %outputs.Ricardo Wurmus2021-12-05
| | | | | * gnu/packages/java.scm (java-log4j-api)[arguments]: Remove reference to %outputs by using a gexp.
* gnu: java-native-access: Use older GCC.Ricardo Wurmus2021-12-05
| | | | | * gnu/packages/java.scm (java-native-access)[native-inputs]: Add gcc-7 to fix the build.
* gnu: java-commons-math3: Remove trailing #T.Ricardo Wurmus2021-12-05
| | | | | * gnu/packages/java.scm (java-commons-math3)[arguments]: Remove trailing #T from build phase.
* gnu: salmon: Remove reference to %build-inputs.Ricardo Wurmus2021-12-05
| | | | | * gnu/packages/bioinformatics.scm (salmon)[arguments]: Use a gexp to remove reference to %build-inputs.
* gnu: libhandy: Skip test that requires librsvg on non-x86_64.Ludovic Courtès2021-12-04
| | | | | * gnu/packages/gnome.scm (libhandy)[arguments]: Add 'skip-test-that-requires-svg' phase on non-x86_64.
* gnu: gtranslator: Update to 40.0.Ludovic Courtès2021-12-04
| | | | | * gnu/packages/gnome.scm (gtranslator): Update to 40.0. [inputs]: Add LIBHANDY.
* gnu: gtranslator: Fix compilation.Ludovic Courtès2021-12-04
| | | | | | * gnu/packages/gnome.scm (gtranslator)[inputs]: Replace LIBSOUP with LIBSOUP-MINIMAL-2. [arguments]: Pass #:meson.
* gnu: libgda: Do not use the bundled sqlite.Ludovic Courtès2021-12-04
| | | | | | * gnu/packages/gnome.scm (libgda)[source]: Add snippet. [arguments]: Pass "--enable-system-sqlite". [inputs]: Add SQLITE.
* gnu: java-commons-math3: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | * gnu/packages/java.scm (java-commons-math3)[arguments]: Use a gexp to remove references to %build-inputs.
* gnu: java-commons-collections4: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | * gnu/packages/java.scm (java-commons-collections4)[arguments]: Use a gexp to remove references to %build-inputs.
* gnu: java-commons-exec-1.1: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | * gnu/packages/java.scm (java-commons-exec-1.1)[arguments]: Use a gexp to remove references to %build-inputs.
* gnu: java-commons-exec: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | * gnu/packages/java.scm (java-commons-exec)[arguments]: Use a gexp to remove references to %build-inputs.
* 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.