Age | Commit message (Collapse) | Author |
|
* gnu/packages/profiling.scm (cube)[home-page]: Use HTTPS.
|
|
* gnu/packages/games.scm (talkfilters)[source]: Hard-code NAME.
|
|
* gnu/packages/games.scm (hyperrogue): Update to 11.3a.
|
|
* gnu/packages/maths.scm (openlibm)[home-page]: Use HTTPS.
|
|
* gnu/packages/maths.scm (dune-common-openmpi, dune-geometry-openmpi,
dune-istl-openmpi, dune-typetree-openmpi, dune-uggrid-openmpi,
dune-grid-openmpi, dune-alugrid-openmpi, dune-subgrid-openmpi,
dune-localfunctions-openmpi, dune-functions-openmpi,
dune-pdelab-openmpi): New variables.
(add-openmpi-to-dune-package): New function to add openmpi to the
inputs of a dune-* package and replace all dune-* packages in its
input with the corresponding dune-*-openmpi package.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (dune-*)[inputs]: Remove openmpi dependency.
[arguments]: remove code to setup openmpi for tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/gcc.scm (gcc-9): Update to 9.3.0.
|
|
* gnu/packages/game-development.scm (guile3.0-chickadee): New variable.
|
|
* gnu/packages/gl.scm (guile3.0-opengl): New variable.
|
|
* gnu/packages/sdl.scm (guile3.0-sdl2): New variable.
|
|
* gnu/packages/graphics.scm (superfamiconv): New variable.
|
|
|
|
* gnu/packages/video.scm (libopenshot): Update to 0.2.5.
|
|
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.0.
|
|
* gnu/packages/networking.scm (cppzmq): Update to 4.6.0.
[arguments]: Add #:configure-flags.
|
|
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.35.
|
|
* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.
|
|
* gnu/packages/video.scm (svt-av1): New variable.
|
|
* gnu/packages/search.scm (hyperestraier)[home-page]: Use HTTPS.
|
|
* gnu/packages/graphics.scm (blender): Update to 2.82a.
|
|
* gnu/packages/cdrom.scm (cdparanoia)[home-page]: Use HTTPS.
|
|
* gnu/packages/scheme.scm (scm)[home-page]: Use HTTPS.
|
|
* gnu/packages/networking.scm (iodine)[home-page]: Use HTTPS.
|
|
* gnu/packages/vim.scm (vim-scheme)[home-page]: Use HTTPS.
|
|
* gnu/packages/ftp.scm (ncftp)[home-page]: Use HTTPS.
|
|
|
|
* gnu/packages/admin.scm (launchmon)[source](modules, snippet): New fields.
|
|
* doc/contributing.texi (Python Modules): Don't recommend adding Python-2
package variants by default.
|
|
* gnu/packages/patches/bluez-CVE-2020-0556.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (bluez)[replacement]: New field.
(bluez/fixed): New variable.
|
|
* gnu/packages/code.scm (trio)[home-page]: Use HTTPS.
|
|
* gnu/packages/web.scm (nginx): Update to 1.17.9.
|
|
* gnu/packages/networking.scm (miredo)[home-page]: Use HTTPS.
|
|
* gnu/packages/mp3.scm (taglib)[home-page]: Use HTTPS.
|
|
* gnu/packages/perl-check.scm (perl-test2-plugin-nowarnings)
[native-inputs]: Add perl-ipc-run3.
|
|
* gnu/packages/perl-check.scm (perl-test2-bundle-extended): Rename to…
(perl-test2-suite): …this.
[name]: Adjust accordingly.
(perl-test2-plugin-nowarnings)[propagated-inputs]: Use new name.
* gnu/packages/perl.scm (perl-params-validationcompiler)[native-inputs]:
Likewise.
|
|
* gnu/packages/geo.scm (tegola)[home-page]: Use HTTPS.
|
|
* gnu/packages/man.scm (libpipeline): Update to 1.5.2.
|
|
* gnu/packages/video.scm (libsmpeg)[home-page]: Use HTTPS.
|
|
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.0.
|
|
* gnu/packages/libusb (python-capablerobot-usbhub): New variable.
|
|
* gnu/packages/games.scm (barrage): New variable.
|
|
* etc/release-manifest.scm: New file.
* gnu/ci.scm (%cross-targets): Export.
* build-aux/check-available-binaries.scm: Remove.
* Makefile.am (EXTRA_DIST): Add 'etc/release-manifest.scm' and remove
'build-aux/check-available-binaries.scm'.
(assert-binaries-available): Rewrite using 'guix weather -m'.
|
|
Reported by Josh Marshall <Josh.Marshall@jax.org>.
* guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Always pass
"-no-recovery".
|
|
Reported by Josh Marshall <Josh.Marshall@jax.org>.
* guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Always pass
"-all-time", "-mkfs-time", "-force-uid", and "-force-gid" to 'mksquashfs'.
|
|
* guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): New
procedure.
Replace instances of (invoke "mksquashfs" ...) with (mksquashfs ...).
|
|
This is a followup to d37b5a1b58824dafbe6f32b1c183661c147c660c.
* guix/scripts/weather.scm (guix-weather): Filter PACKAGES passed to
'report-package-coverage'.
|
|
* guix/scripts/weather.scm (report-server-coverage): Return the coverage ratio.
(guix-weather): Exit if and only if each server's coverage is 1.
|
|
* gnu/packages/web.scm (cadaver)[home-page]: Follow redirect.
[description]: Always use two spaces.
|
|
* gnu/packages/web.scm (httrack)[description]: Use texi markup.
|
|
* gnu/packages/xorg.scm (uim)[arguments]: In the configure-uim-el phase, use
emacs-substitute-variables instead of substitute*.
|