aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-06-19 17:17:02 +0200
committerMarius Bakke <marius@gnu.org>2021-06-19 17:17:02 +0200
commitdece03e2b98fc1c2428c2448ce5792f813eb79bf (patch)
tree45ac93f89f36f970eece690e511a379540a47a56 /.gitignore
parent657aaa7be48c924333be70fac9f1224a26abc484 (diff)
downloadguix-dece03e2b98fc1c2428c2448ce5792f813eb79bf.tar.gz
guix-dece03e2b98fc1c2428c2448ce5792f813eb79bf.zip
gnu: Remove bsdiff traces.
This is a follow-up to 373c7b5791acd8f377455be47260948b843dd5db. * gnu/packages/patches/bsdiff-CVE-2014-9862.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
some machines, for instance build machines behind berlin.guixsd.org. * gnu/packages/mpi.scm (hwloc)[arguments]: Add 'skip-linux-libnuma-test' phase. (hwloc-2.0)[arguments]: Replace it. Ludovic Courtès 2018-03-26gnu: hwloc@1: Update to 1.11.10....* gnu/packages/mpi.scm (hwloc): Update to 1.11.10. Ludovic Courtès 2018-03-26gnu: hwloc@2: Update to 2.0.1....* gnu/packages/mpi.scm (hwloc-2.0): Update to 2.0.1. [source]: Remove 'patches'. * gnu/packages/patches/hwloc-tests-without-sysfs.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès 2018-03-26gnu: hwloc@1: Update to 1.11.9....* gnu/packages/mpi.scm (hwloc): Update to 1.11.9. Ludovic Courtès 2018-02-06gnu: hwloc: Add 2.0.0....* gnu/packages/mpi.scm (hwloc-2.0): New variable. * gnu/packages/patches/hwloc-tests-without-sysfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès 2017-11-07gnu: psm: Only use as an input on supported-systems....Syntax help supplied by bavier@member.fsf.org * gnu/packages/linux.scm (libfabric)[inputs]: Only use psm as an input on systems where psm is supported. * gnu/packages/mpi.scm (openmpi)[inputs]: Same. Efraim Flashner 2017-11-07gnu: openmpi: Add dependency on PSM....* gnu/packages/mpi.scm (openmpi)[inputs]: Add PSM. Dave Love 2017-10-03gnu: openmpi: Add "debug" output....This is necessary for one mechanism for attaching parallel debuggers and is also relevant for the runtime backtrace facility. * gnu/packages/mpi.scm (openmpi)[outputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love 2017-09-12gnu: openmpi: Configure without builtin atomics....See https://www.mail-archive.com/users@lists.open-mpi.org//msg31400.html * gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure with --enable-builtin-atomics. Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr> Dave Love 2017-09-12gnu: openmpi: Remove Valgrind from closure....* gnu/packages/mpi.scm (openmpi)[arguments]: Elide romio config info to avoid reference to valgrind. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love 2017-09-08gnu: hwloc: Update to 1.11.8....* gnu/packages/mpi.scm (hwloc): Update to 1.11.8. Ludovic Courtès