summary refs log tree commit diff
path: root/pkgs/os-specific/linux/numactl
Commit message (Collapse)AuthorAge
* numactl: enable on all linux platformsRyan Burns2021-02-19
| | | | | | This is a dependency of building VMs for e.g. ppc64 and riscv64 platform. Also fixed an issue with linking libatomic on riscv.
* 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
* numactl: 2.0.13 -> 2.0.14R. RyanTM2020-09-26
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* numactl: 2.0.12 -> 2.0.13Will Dietz2019-09-06
| | | | https://github.com/numactl/numactl/releases/tag/v2.0.13
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* numactl: drop musl patchOrivej Desh2018-10-05
| | | | | musl support was added upstream in v2.0.12 in https://github.com/numactl/numactl/commit/31dc2951c758698bff060aeae8ffd8854616183b
* Merge pull request #45461 from markuskowa/numactl-upxeji2018-08-22
|\ | | | | numactl: 2.0.11 -> 2.0.12
| * numactl: update license and homepageMarkus Kowalewski2018-08-22
| |
| * numactl: 2.0.11 -> 2.0.12Markus Kowalewski2018-08-22
| |
* | numactl: make tests run, but disable. Ugh!Jan Malakhovski2018-08-11
|/
* numactl: fix use of deprecated macros, patch to fix w/muslWill Dietz2018-02-13
|
* numactl: 2.0.10 -> 2.0.11Will Dietz2018-02-13
| | | | grab release from github, old homepage seems defunct?
* numactl: Not supported on 32-bit ARMTuomas Tynkkynen2017-11-26
|
* Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
|
* numactl: 1.0.2 -> 2.0.10William A. Kennington III2015-04-21
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* numactl: Fix post-install.Ludovic Courtès2008-04-18
| | | | svn path=/nixpkgs/trunk/; revision=11657
* Add numactl/libnuma, Linux-specific NUMA support tools.Ludovic Courtès2008-04-18
svn path=/nixpkgs/trunk/; revision=11656