summary refs log tree commit diff
path: root/pkgs/os-specific/linux/dmtcp
Commit message (Collapse)AuthorAge
* dmtcp: 2.6.0 -> unstable-2021-03-01Maximilian Bosch2021-07-06
| | | | | 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.
* dmtcp: stay with python2Frederik Rietdijk2021-03-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* dmtcp: 2.5.2 -> 2.6.0 (#69521)R. RyanTM2019-10-12
| | | | | | | | | | | * 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
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* dmtcp: 2.5.1 -> 2.5.2Ryan Mulligan2018-02-25
| | | | | | | | | | | | | | | | | | 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
* dmtcp: fix buffer overflow due to too long ld-linux.so pathRobin Gloster2017-09-19
| | | | fixes #29565
* dmtcp: 2.5.0 -> 2.5.1Robin Gloster2017-09-08
|
* dmtcp: 2.3.1 -> 2.5.0Jörg Thalheim2017-03-06
|
* dmtcp: major update (close #5229)bbarker2015-01-20
| | | | | @vcunat: correct location of patched files, use license attribute, remove file with the older version.
* * Update dmtcp to version 1.2.0.Marco Maggesi2011-02-22
| | | | | | | | * 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
* Add a patch to dmtcp to allow the restart of checkpointed programs with a ↵Marco Maggesi2010-09-08
| | | | | | | | | | different uid. (This is required in order to generate hol_light_binaries). Also do a bit of cleanup. svn path=/nixpkgs/trunk/; revision=23684
* Remove obsolete expression for dmtcp-develMarco Maggesi2010-08-04
| | | | svn path=/nixpkgs/trunk/; revision=22937
* Upgrade dmtcp to version 1.1.8Marco Maggesi2010-08-03
| | | | svn path=/nixpkgs/trunk/; revision=22933
* Updated nixpkgs/pkgs/os-specific/linux/dmtcpMarco Maggesi2010-02-23
| | | | svn path=/nixpkgs/trunk/; revision=20195
* Updated nixkpkgs/pkgs/os-specific/linux/dmtcp/devel.nixMarco Maggesi2010-02-18
| | | | svn path=/nixpkgs/trunk/; revision=20116
* Add package dmtcp_develMarco Maggesi2010-02-13
| | | | svn path=/nixpkgs/trunk/; revision=19972
* Add new package pkgs/os-specific/linux/dmtcp/Marco Maggesi2010-02-04
svn path=/nixpkgs/trunk/; revision=19819