about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/dmtcp
AgeCommit message (Collapse)AuthorFilesLines
2022-03-22dmtcp: 2021-03-01 -> 2022-02-28Armeen Mahdian1-7/+5
2021-07-06dmtcp: 2.6.0 -> unstable-2021-03-01Maximilian Bosch2-11/+13
Fixes build for glibc-2.33. The upstream patches don't really apply after 600 different changes so it makes sense to bump the package now.
2021-03-25dmtcp: stay with python2Frederik Rietdijk1-2/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2019-10-12dmtcp: 2.5.2 -> 2.6.0 (#69521)R. RyanTM1-7/+8
* dmtcp: 2.5.2 -> 2.6.0 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dmtcp/versions * dmtcp: disable on ARM and Darwin
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-02-25dmtcp: 2.5.1 -> 2.5.2Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm -h` got 0 exit code - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm --help` got 0 exit code - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm -V` and found version 2.5.2 - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm -v` and found version 2.5.2 - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm --version` and found version 2.5.2 - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm -h` and found version 2.5.2 - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_discover_rm --help` and found version 2.5.2 - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_rm_loclaunch -h` got 0 exit code - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_rm_loclaunch --help` got 0 exit code - ran `/nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2/bin/dmtcp_rm_loclaunch help` got 0 exit code - found 2.5.2 with grep in /nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2 - found 2.5.2 in filename of file in /nix/store/dpqcx4vr2nzam3c504xg5qc0rmmf1c4k-dmtcp-2.5.2
2017-09-19dmtcp: fix buffer overflow due to too long ld-linux.so pathRobin Gloster2-3/+13
fixes #29565
2017-09-08dmtcp: 2.5.0 -> 2.5.1Robin Gloster1-9/+8
2017-03-06dmtcp: 2.3.1 -> 2.5.0Jörg Thalheim1-8/+14
2015-01-20dmtcp: major update (close #5229)bbarker1-10/+12
@vcunat: correct location of patched files, use license attribute, remove file with the older version.
2011-02-22* Update dmtcp to version 1.2.0.Marco Maggesi2-40/+3
* Remove patch 'dont_check_uid' that was introduced to allow building hol_light binaries under root, but we will avoid it in the future). svn path=/nixpkgs/trunk/; revision=26062
2010-09-08Add a patch to dmtcp to allow the restart of checkpointed programs with a ↵Marco Maggesi2-11/+44
different uid. (This is required in order to generate hol_light_binaries). Also do a bit of cleanup. svn path=/nixpkgs/trunk/; revision=23684
2010-08-04Remove obsolete expression for dmtcp-develMarco Maggesi1-45/+0
svn path=/nixpkgs/trunk/; revision=22937
2010-08-03Upgrade dmtcp to version 1.1.8Marco Maggesi1-2/+2
svn path=/nixpkgs/trunk/; revision=22933
2010-02-23Updated nixpkgs/pkgs/os-specific/linux/dmtcpMarco Maggesi2-4/+4
svn path=/nixpkgs/trunk/; revision=20195
2010-02-18Updated nixkpkgs/pkgs/os-specific/linux/dmtcp/devel.nixMarco Maggesi1-2/+2
svn path=/nixpkgs/trunk/; revision=20116
2010-02-13Add package dmtcp_develMarco Maggesi1-0/+45
svn path=/nixpkgs/trunk/; revision=19972
2010-02-04Add new package pkgs/os-specific/linux/dmtcp/Marco Maggesi1-0/+45
svn path=/nixpkgs/trunk/; revision=19819