Commit graph

88242 commits

Author SHA1 Message Date
Ludovic Courtès 36f18626a9
gnu: petsc-{complex,openmpi,complex-openmpi}: Use gexps.
This is a followup to 07ac13a26a, which
omitted to switch to gexps in packages that inherit from 'petsc'.

Reported by Mathieu Othacehe <othacehe@gnu.org>.

* gnu/packages/maths.scm (petsc-complex)[arguments]: Use gexps.
(petsc-openmpi)[arguments]: Likewise.
(petsc-complex-openmpi)[arguments]: Likewise.
2021-12-01 23:30:15 +01:00
Ludovic Courtès 725d35aa9a
gnu: scalapack: Update to 2.1.0.
* gnu/packages/maths.scm (scalapack): Update to 2.1.0.
[source]: Remove "scalapack-blacs-mpi-deprecations.patch" and add
"scalapack-gcc-10-compilation.patch".
[arguments]: Add 'skip-faulty-test' phase.
* gnu/packages/patches/scalapack-blacs-mpi-deprecations.patch: Remove.
* gnu/packages/patches/scalapack-gcc-10-compilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-12-01 23:30:15 +01:00
Mathieu Othacehe d64b78ef0c
installer: parted: Use the swap-space record.
* gnu/installer/parted.scm (user-partitions->configuration): Use the
swap-space record.
2021-12-01 20:59:06 +01:00
Mathieu Othacehe 05c747ea6b
tests: install: Use the swap-space record.
This fixes the following error:

In gnu/services/base.scm:
  2228:56  4 (_ #<<uuid> type: dce bv: #vu8(17 17 17 17 34 34 51 51 …>)
In gnu/build/file-systems.scm:
   239:13  3 (swap-space->flags-bit-mask #<<uuid> type: dce bv: #vu8…>)
In ice-9/boot-9.scm:
  1685:16  2 (raise-exception _ #:continuable? _)
  1685:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure swap-space-priority: Wrong type argument: #<<uuid> type: dce bv: #vu8(17 17 17 17 34 34 51 51 68 68 18 52 86 120 154 188)>

* gnu/tests/install.scm (installation-target-os-for-gui-tests): Use the
swap-space record.
2021-12-01 19:23:12 +01:00
Efraim Flashner 68d090002a
gnu: tor: Fix build issue on some architectures.
* gnu/packages/tor.scm (tor)[arguments]: Add phase to remove sandbox
during one of the tests.
2021-12-01 11:38:33 +02:00
Vivien Kraus 762643e0fc
gnu: gnome-builder: Use libsoup 2.
* gnu/packages/gnome.scm (gnome-builder) [phase 'patch-meson]: Don’t search
for webkit2gtk-4.1.
[inputs]: Replace devhelp with devhelp-with-libsoup2 and
webkit with webkit-with-libsoup2.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-01 10:01:44 +01:00
Vivien Kraus 89907521ef
gnu: devhelp: Add a libsoup 2 variant.
* gnu/packages/gnome.scm (devhelp-with-libsoup2): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-01 10:01:38 +01:00
Mathieu Othacehe 854120d01f
gnu: Remove duplicated patch.
* gnu/local.mk (dist_patch_DATA): Remove duplicated line.
2021-12-01 09:23:51 +01:00
Mathieu Othacehe 6805ab3290
gnu: freecad: Fix build.
* gnu/packages/patches/freecad-boost-serialization.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (freecad) [source]: Use it.
[arguments]{#:configure-flags}: Turn it into a GEXP and adapt it.
2021-11-30 21:27:13 +01:00
Mathieu Othacehe 2d0c5e2477
gnu: Remove vtk-8.
* gnu/packages/image-processing.scm (vtk-8): Remove it.
2021-11-30 21:27:13 +01:00
Mathieu Othacehe a5cdd82ecd
gnu: freecad: Switch to vtk-9.
Switch to vtk-9 with the relevant patch to be able to get rid of vtk-8.

* gnu/packages/patches/freecad-vtk9.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (freecad)[source]: Use it.
2021-11-30 21:27:13 +01:00
zimoun afc4945d44
gnu: ghc: Fix build on i686-linux.
* gnu/packages/haskell.scm (ghc-8.10)[arguments]<#:phases>: Disable
failing test.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2021-11-30 16:53:28 +01:00
Mathieu Othacehe f22dfba530
gnu: agg: Fix build.
* gnu/packages/patches/agg-2.5-gcc8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/graphics.scm (agg)[source]: Use it.
2021-11-29 14:58:39 +01:00
Vinicius Monego 3d54f24156
gnu: darktable: Build with OpenEXR 3.
* gnu/packages/photo.scm (darktable)[arguments]<#:phases>: Rename
'set-LDFLAGS-and-CPATH to 'set-LDFLAGS. Don't set CPATH.
[inputs]: Remove ilmbase. Add imath. Replace openexr-2 with openexr.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-11-28 21:51:12 -05:00
Vinicius Monego 91ed051149
gnu: darktable: Build with libsoup 2.
* gnu/packages/photo.scm (darktable)[inputs]: Change libsoup to
libsoup-minimal-2.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-11-28 21:51:08 -05:00
Ludovic Courtès 5b4d1e57b6
gnu: slepc: Update to 3.16.1.
* gnu/packages/maths.scm (slepc): Update to 3.16.1.
[native-inputs]: Use PYTHON instead of PYTHON-2.  Add WHICH.
[properties]: New field.
2021-11-29 00:04:03 +01:00
Ludovic Courtès 07ac13a26a
gnu: petsc: Update to 3.16.1.
* gnu/packages/maths.scm (petsc): Update to 3.16.1.
[native-inputs]: Use PYTHON instead of PYTHON-2.  Add WHICH.
[arguments]: Rewrite using gexps.  Pass '--with-openblas-dir'.  In
'configure' phase, modify "config/example_template.py".
2021-11-29 00:04:02 +01:00
Ludovic Courtès 57b62e5bb9
gnu: python2-requests: Remove dependency on python-charset-normalizer.
The python-charset-normalizer package is Python 3 only.

* gnu/packages/python-web.scm (python-requests)[properties]: New field.
(python2-requests): Rewrite to remove 'python-charset-normalizer' from
'propagated-inputs'.
2021-11-29 00:04:02 +01:00
Ludovic Courtès 8ecc99be11
gnu: python-notify2: Propagate python-dbus.
* gnu/packages/python-xyz.scm (python-notify2)[native-inputs]: Rename to...
[propagated-inputs]: ... this.
2021-11-29 00:04:02 +01:00
Ludovic Courtès 2ec5a1a576
gnu: python-dbus: Register 'python2-dbus' as the Python 2 variant.
This allows things like 'python2-notify2' to actually use the Python 2
variant of 'python-dbus'.

* gnu/packages/python-xyz.scm (python-dbus)[properties]: New field.
(python2-dbus)[inputs]: Remove unnecessary 'alist-delete' argument.
2021-11-29 00:04:02 +01:00
Ricardo Wurmus 0ca73525c8
gnu: krfb: Use latest pipewire.
* gnu/packages/kde-systemtools.scm (krfb)[inputs]: Replace pipewire with
pipewire-0.3.
2021-11-28 23:30:46 +01:00
Ricardo Wurmus 9a91cc47af
gnu: pipewire-0.3: Add optional inputs.
* gnu/packages/linux.scm (pipewire-0.3)[inputs]: Add avahi and ldacbt.
2021-11-28 22:31:46 +01:00
Ricardo Wurmus f18a586a45
gnu: pipewire-0.3: Update to 0.3.40.
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.40.
[arguments]: Disable session managers to avoid missing input.
2021-11-28 22:31:09 +01:00
Ludovic Courtès e765ad091d
gnu: rust: Add 'supported-systems' field.
* gnu/packages/rust.scm (rust-1.39)[supported-systems]: New field.
(rust-1.40)[supported-systems]: Remove.
2021-11-27 23:06:18 +01:00
Ludovic Courtès 72b0c5a3f2
services: polkit: Choose between polkit-mozjs and polkit-duktape.
* gnu/services/dbus.scm (%default-polkit): New variable.
(<polkit-configuration>)[polkit]: Default to it.
2021-11-27 23:06:17 +01:00
Ludovic Courtès 26ebd111bc
gnu: polkit: Rename default variable to 'polkit-mozjs'.
* gnu/packages/polkit.scm (polkit*): Rename to...
(polkit-mozjs): ... this.  Adjust users.
2021-11-27 23:06:17 +01:00
Ludovic Courtès 6b30eb189e
gexp: 'file-append' correctly handles bases without an expander.
This fixes this use case:

  (file-append (let-system ...) ...)

* guix/gexp.scm (file-append-compiler): When BASE lacks an expander,
delegate to LOWERED.
* tests/gexp.scm ("let-system in file-append"): New test.
2021-11-27 23:06:17 +01:00
Ludovic Courtès 61ad9bc2ad
services: Document the 'delete' clause of 'modify-services'.
* doc/guix.texi (Service Reference): Mention the 'delete' clause of
'modify-services'.
* gnu/services.scm (modify-services): Likewise in docstring.
2021-11-27 23:06:17 +01:00
Leo Famulari 29b2ac570a
gnu: blanket: Update to 0.5.0.
* gnu/packages/task-management.scm (blanket): Update to 0.5.0.
2021-11-27 16:14:23 -05:00
Pierre Langlois 48b754553a
gnu: glibc-for-bootstrap: Build with GCC 7.
Fixes <https://issues.guix.gnu.org/52066>.

* gnu/packages/make-bootstrap.scm (glibc-for-bootstrap)[native-inputs]:
Add gcc-7.
2021-11-27 14:23:30 +00:00
Vinicius Monego 0c7d324339
gnu: marble-qt: Add optional dependencies.
* gnu/packages/kde.scm (marble-qt)[arguments]<#:configure-flags>: Remove
"-DCMAKE_BUILD_TYPE=Release" and "-DWITH_KF5=FALSE". Add
"-DBUILD_MARBLE_TOOLS=YES" and "-DBUILD_TOUCH=YES".
[native-inputs]: Add extra-cmake-modules.
[inputs]: Sort alphabetically. Add gpsd, kcoreaddons, kcrash, kdoctools,
ki18n, kio, knewstuff, kparts, krunner, kwallet, perl, phonon, protobuf,
qtserialport, qtsvg, shapelib, shared-mime-info, zlib. Remove qtwebkit.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-11-27 14:27:23 +01:00
Vinicius Monego 4fbc19e2c0
gnu: marble-qt: Update to 21.08.3.
* gnu/packages/kde.scm (marble-qt): Update to 21.08.3.
[build-system]: Use qt-build-system.
[arguments]<#:configure-flags>: Pass "-DBUILD_MARBLE_TESTS=FALSE".
[license]: Change to lgpl2.1+.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-11-27 14:27:23 +01:00
Vinicius Monego e2f01318af
gnu: marble-qt: Move to (gnu packages kde).
* gnu/packages/geo.scm (marble-qt): Move to (gnu packages kde).

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-11-27 14:27:23 +01:00
Mathieu Othacehe aad44e9484
gnu: libosinfo: Use osinfo-db-next.
* gnu/packages/virtualization.scm (libosinfo)[inputs]: Use osinfo-db-next
instead of osinfo-db.
2021-11-27 13:43:55 +01:00
Mathieu Othacehe 63c2995041
gnu: Add osinfo-db-next.
* gnu/packages/virtualization.scm (osinfo-db-next): New variable.
2021-11-27 13:43:54 +01:00
Mathieu Othacehe 3466c055e6
gnu: gnome-boxes: Add Guix logo support.
* gnu/packages/patches/gnome-boxes-add-guix-logo.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gnome-boxes): Use it.
2021-11-27 13:43:54 +01:00
Ludovic Courtès 1b8a18b629
gnu: krunner: Remove reference to '%build-inputs'.
* gnu/packages/kde-frameworks.scm (krunner)[arguments]: Replace reference
to '%build-inputs' by 'inputs' keyword argument.
2021-11-27 11:48:17 +01:00
Ludovic Courtès 9204408de7
gnu: akonadi: Remove references to '%outputs' and '%build-inputs'.
* gnu/packages/kde-pim.scm (akonadi)[arguments]: Remove references to
'%outputs' and '%build-inputs'.
2021-11-27 11:48:16 +01:00
Ludovic Courtès 54b0b96c5b
gnu: libksysguard: Remove reference to '%outputs'.
* gnu/packages/kde-plasma.scm (libksysguard)[arguments]: Remove
reference to '%outputs' and use gexps.
2021-11-27 11:48:16 +01:00
Ludovic Courtès 7fa47c0716
gnu: bluez-qt: Remove reference to '%output'.
* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Replace
reference to '%output' by a gexp.
2021-11-27 11:48:16 +01:00
Ludovic Courtès 71e47839ba
gnu: k3b: Remove references to '%outputs' and '%build-inputs'.
* gnu/packages/kde-multimedia.scm (k3b)[arguments]: Remove references to
'%build-inputs' and '%outputs'.
2021-11-27 11:48:16 +01:00
Ludovic Courtès c108602c33
gnu: kmplayer: Remove reference to '%build-inputs'.
* gnu/packages/kde-multimedia.scm (kmplayer)[arguments]: Use
'this-package-input' instead of '%build-inputs'.
2021-11-27 11:48:16 +01:00
Ludovic Courtès e6280ea2cd
gnu: kamoso: Remove reference to '%build-inputs'.
* gnu/packages/kde-multimedia.scm (kamoso)[arguments]: Rewrite using
a gexp.
2021-11-27 11:48:15 +01:00
Guillaume Le Vaillant 4967eb97b5
gnu: surf: Build with libsoup2.
* gnu/packages/suckless.scm (surf)[inputs]: Replace webkitgtk with
  webkitgtk-with-libsoup2.
2021-11-27 10:47:34 +01:00
Jack Hill dbd52f377a
gnu: luakit: Build with libsoup2.
* gnu/packages/web-browsers.scm [luakit](inputs): Replace webkitgtk with
  webkitgtk-with-libsoup2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-27 10:29:48 +01:00
Jack Hill 2ff3e6e985
gnu: vimb: Build with libsoup2.
* gnu/packages/web-browsers.scm (vimb)[inputs]: Replace webkitgtk with
  webkitgtk-with-libsoup2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-27 10:27:25 +01:00
Jack Hill 9c4752bd3e
gnu: midori: Adjust inputs.
* gnu/packages/web-browsers.scm (midori)[propogated-inputs]: Add
  desktop-file-utils and which.
  [inputs]: Replace webkit with webkit-with-libsoup2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-27 10:24:12 +01:00
zimoun 9b48948a0c
gnu: julia-unitful: Disable parallel tests.
* gnu/packages/julia-xyz.scm (julia-unitful)[arguments]: Disable parallel
tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27 01:22:33 -05:00
zimoun 2ce8e5e124
gnu: julia-requires: Disable parallel tests.
* gnu/packages/julia-xyz.scm (julia-requires)[arguments]: Disable parallel
tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27 01:22:33 -05:00
zimoun dfad64e7b0
gnu: julia-interpolations: Disable parallel tests.
* gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]: Disable
parallel tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27 01:22:33 -05:00