aboutsummaryrefslogtreecommitdiff
path: root/etc/gnu-store.mount.in
blob: c94f2db72beb1fb2dd6f395dffe3530de3a0232b (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Read-only @storedir@ for GNU Guix
DefaultDependencies=no
ConditionPathExists=@storedir@
Before=guix-daemon.service

[Install]
WantedBy=guix-daemon.service

[Mount]
What=@storedir@
Where=@storedir@
Type=none
Options=bind,ro
i4py: Update home-page....* gnu/packages/mpi.scm (python-mpi4py)[home-page]: Use “github.com” instead of “bitbucket.com”. Liliana Marie Prikler 2023-05-24gnu: python-mpi4py: Update to 3.1.4....* gnu/packages/mpi.scm (python-mpi4py): Update to 3.1.4. Ludovic Courtès 2023-04-24gnu: openmpi: Update to 4.1.5....* gnu/packages/mpi.scm (openmpi): Update to 4.1.5. Ludovic Courtès 2023-04-07gnu: Purge pre-1.3.0 deprecated packages....* gnu/packages/bioinformatics.scm (deeptools): Remove variable. * gnu/packages/efi.scm (efi_analyzer): Ditto. * gnu/packages/guile.scm (guile-2.2/bug-fix, guile-json): Ditto. * gnu/packages/image.scm (libjpeg): Ditto. * gnu/packages/kde.scm (kdevplatform): Ditto * gnu/packages/linphone.scm (linphoneqt): Ditto. * gnu/packages/maths.scm (blis-sandybridge, blis-haswell, blis-knl): Ditto. * gnu/packages/mpi.scm (hwloc-2.0): Ditto. * gnu/packages/music.scm (python-abjad, zlfo): Ditto. * gnu/packages/perl.scm (perl-base, perl-parent): Ditto. * gnu/packages/tryton.scm (python-trytond): Ditto. * gnu/packages/video.scm (gnome-mpv): Ditto. * tests/graph.scm: Use guile-json-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2023-04-07gnu: hwloc: Update to 2.9.1....* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.1. Patch to skip tests requiring /sys on non-x86 systems should not be necessary anymore, as https://github.com/open-mpi/hwloc/pull/570 has been merged in this new version. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philippe SWARTVAGHER 2023-02-27gnu: hwloc: Skip failing test on non-x86 systems....* gnu/packages/mpi.scm (hwloc-2)[arguments]<#:phases>: Rename "skip-test-that-requires-/sys" phase to "skip-tests-that-require-/sys" and expand to skip additional test requiring /sys on non-x86 systems. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South 2023-02-27gnu: hwloc: Remove obsolete comments....hwloc 2.x become the default with commit 8ec7ca22d3, "gnu: hwloc: Default to 2.x.". * gnu/packages/mpi.scm (hwloc-1): Remove obsolete comment. (hwloc-2): Remove obsolete comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South 2023-02-27gnu: Fix openmpi related packages....This makes these package definitions compatible with the openmpi package which uses gexps as of f45fc72c282bc14da7212b4acb8fe9707e53aad0. * gnu/packages/mpi.scm (openmpi-c++, java-openmpi, openmpi-thread-multiple)[arguments]: Use gexps. Christopher Baines 2023-02-23gnu: openmpi: Use gexps....* gnu/packages/mpi.scm (openmpi)[arguments]: Use gexps. Ludovic Courtès 2023-01-27gnu: hwloc: Update to 2.9.0....* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.0. [arguments]: Add 'skip-test-that-requires-/sys' phase. (%openmpi-setup): Set 'HWLOC_SYNTHETIC' environment variable. * gnu/packages/opencl.scm (pocl)[arguments]: In 'set-HOME' phase, also set 'HWLOC_SYNTHETIC'. Ludovic Courtès