summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-04gnu: inkscape: Update to 1.2.1.Marius Bakke
* gnu/packages/inkscape.scm (inkscape): Update to 1.2.1.
2022-08-04gnu: amalgamate: Remove input labels.Marius Bakke
* gnu/packages/code.scm (amalgamate)[inputs]: Remove label.
2022-08-04gnu: gsasl: Update to 2.0.1.Marius Bakke
* gnu/packages/gsasl.scm (gsasl): Update to 2.0.1.
2022-08-04gnu: Add python-h5netcdf.Sharlatan Hellseher
* gnu/packages/python-xyz.scm: (python-h5netcdf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: python-netcdf4: Update to 1.6.0Sharlatan Hellseher
* gnu/packages/python-xyz.scm: (python-netcdf4): Update to 1.6.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: anystyle: Use GDBM by default.Philip McGrath
Since we have GDBM available, it offers a smaller memory footprint and faster start-up. * gnu/packages/ruby.scm (anystyle)[arguments]<#:phases>: Add phase 'change-default-dictionary-adapter'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: anystyle: Add tests for dictionary adapters.Philip McGrath
* gnu/packages/ruby.scm (anystyle)[arguments]: Instead of deleting the 'check' phase, replace it with a few tests. Add SRFI 1 to '#:modules'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: ruby-anystyle: Initialize dictionary files.Philip McGrath
For the GDBM and Marshal dictionary adapters to be useful with their default settings, we must initialize their data files during the package build: upstream would initialize them lazily, but that doesn't work with an immutable installation directory (at least, not without more complex patches). Otherwise, we would always end up rebuilding the dictionary at startup, which is “slow” and “not recommended”. * gnu/packages/patches/ruby-anystyle-fix-dictionary-populate.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ruby.scm (ruby-anystyle)[patches]: Use it. [arguments]<#:phases>: Add 'populate-dictionaries' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: ruby-anystyle-data: Don't write to installed gem.Philip McGrath
* gnu/packages/patches/ruby-anystyle-data-immutable-install.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ruby.scm (ruby-anystyle-data)[patches]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add anystyle.Philip McGrath
* gnu/packages/ruby.scm (anystyle): New variable. (ruby-anystyle)[description]: Mention it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-anystyle.Philip McGrath
* gnu/packages/ruby.scm (ruby-anystyle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-anystyle-data.Philip McGrath
* gnu/packages/ruby.scm (ruby-anystyle-data): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-gli.Philip McGrath
* gnu/packages/ruby.scm (ruby-gli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-edtf.Philip McGrath
* gnu/packages/ruby.scm (ruby-edtf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-citeproc.Philip McGrath
* gnu/packages/ruby.scm (ruby-citeproc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-unicode-scripts.Philip McGrath
* gnu/packages/ruby.scm (ruby-unicode-scripts): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-bibtex-ruby.Philip McGrath
* gnu/packages/ruby.scm (ruby-bibtex-ruby): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-rdf-vocab.Philip McGrath
* gnu/packages/ruby.scm (ruby-rdf-vocab): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-rdf.Philip McGrath
* gnu/packages/ruby.scm (ruby-rdf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-link-header.Philip McGrath
* gnu/packages/ruby.scm (ruby-link-header): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-latex-decode.Philip McGrath
* gnu/packages/patches/ruby-latex-decode-fix-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ruby.scm (ruby-latex-decode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-ritex.Philip McGrath
* gnu/packages/ruby.scm (ruby-ritex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add itex2mml.Philip McGrath
* gnu/packages/maths.scm (itex2mml): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-namae.Philip McGrath
* gnu/packages/ruby.scm (ruby-namae): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add ruby-wapiti.Philip McGrath
* gnu/packages/ruby.scm (ruby-wapiti): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: make-clang-toolchain: Require explicit libomp.Greg Hogan
* gnu/packages/llvm.scm (make-clang-toolchain): Remove default libomp parameter since each clang-toolchain has a matching libomp package. (clang-toolchain-13): Explicitly refer to libomp-13. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: clang-toolchain-6: Use libomp-6.Greg Hogan
* gnu/packages/llvm.scm (clang-toolchain-6): Switch dependency from the default libomp-13 to libomp-6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add libomp-6.Greg Hogan
* gnu/packages/llvm.scm (libomp-6): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: clang-toolchain-7: Use libomp-7.Greg Hogan
* gnu/packages/llvm.scm (clang-toolchain-7): Switch dependency from the default libomp-13 to libomp-7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add libomp-7.Greg Hogan
* gnu/packages/llvm.scm (libomp-7): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: clang-toolchain-8: Use libomp-8.Greg Hogan
* gnu/packages/llvm.scm (clang-toolchain-8): Switch dependency from the default libomp-13 to libomp-8. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add libomp-8.Greg Hogan
* gnu/packages/llvm.scm (libomp-8): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: clang-toolchain-9: Use libomp-9.Greg Hogan
* gnu/packages/llvm.scm (clang-toolchain-9): Switch dependency from the default libomp-13 to libomp-9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add libomp-9.Greg Hogan
* gnu/packages/llvm.scm (libomp-9): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: clang-toolchain-10: Use libomp-10.Greg Hogan
* gnu/packages/llvm.scm (clang-toolchain-10): Switch dependency from the default libomp-13 to libomp-10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add libomp-10.Greg Hogan
* gnu/packages/llvm.scm (libomp-10): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: clang-toolchain-11: Use libomp-11.Greg Hogan
* gnu/packages/llvm.scm (clang-toolchain-11): Switch dependency from the default libomp-13 to libomp-11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add libomp-11.Greg Hogan
* gnu/packages/llvm.scm (libomp-11): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: clang-toolchain-12: Use libomp-12.Greg Hogan
* gnu/packages/llvm.scm (clang-toolchain-12): Switch dependency from the default libomp-13 to libomp-12. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add libomp-12.Greg Hogan
* gnu/packages/llvm.scm (libomp-12): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: libomp-13: Reference llvm-13 version string.Greg Hogan
* gnu/packages/llvm.scm (libomp-13): Reference llvm-13 version string. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: libomp-14: Reference llvm-14 version string.Greg Hogan
* gnu/packages/llvm.scm (libomp-14): Reference llvm-14 version string. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add aoflagger.Sharlatan Hellseher
* gnu/packages/astronomy.scm (aoflagger): New variable. * gnu/packages/patches/aoflagger-use-system-provided-pybind11.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add aocommon.Sharlatan Hellseher
* gnu/packages/astronomy.scm (aocommon): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add barony.Timotej Lazar
* gnu/packages/games.scm (barony): New variable. * gnu/packages/patches/barony-fix-textures.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04environment: Report "command not found" from the child process.Ludovic Courtès
Fixes a bug whereby, for example: guix shell bash -- bash -c xyz would erroneously print: guix shell: error: bash: command not found simply because the parent process could not distinguish that 127 from a "genuine" 127 used by convention for "command not found". * guix/scripts/environment.scm (launch-environment): Before exiting, report a "command not found" error and suggest a command name. (validate-exit-status): Remove. (launch-environment/fork): Remove call (launch-environment/container)[exit/status*]: Remove. Call 'exit/status' instead of it.
2022-08-04gnu: python-args: Patch reference to basestring.Tanguy Le Carrour
Hi Maxime, I **totally** forgot about this one! Seems like no one is using it. `python2-args` also builds. But no package seems to depend on it anyway. Regards, Tanguy * gnu/packages/python-xyz.scm (python-args)[source]: Use the latest version from the git repository to get the test suite. [home-page]: Update URL. [native-inputs]: Add python-nose. [arguments]: Replace reference to basestring with str. Invoke nosetests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04guix build: Print hints when -s or --target is passed an invalid string.Ludovic Courtès
* guix/scripts/build.scm (%standard-cross-build-options) (%standard-native-build-options): Print hints when the target/system is not found.
2022-08-04gnu: python-shapely: Update to 1.8.2.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.2. [source]: Remove snippet.
2022-08-04gnu: sshfs: Update to 3.7.3.kiasoc5
* gnu/packages/linux.scm (sshfs): Update to 3.7.3. [build-system]: Replace gnu-build-system with meson-build-system. [native-inputs]: Add dependencies to generate man page. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>