Commit graph

21 commits

Author SHA1 Message Date
Ryan Burns d84c45d407 numactl: enable on all linux platforms
This is a dependency of building VMs for e.g. ppc64 and riscv64 platform.

Also fixed an issue with linking libatomic on riscv.
2021-02-19 21:12:42 -08:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM 9015f06673 numactl: 2.0.13 -> 2.0.14 2020-09-26 06:00:55 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz 289579b09e numactl: 2.0.12 -> 2.0.13
https://github.com/numactl/numactl/releases/tag/v2.0.13
2019-09-06 19:32:46 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
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.
2019-01-26 10:05:32 +00:00
Orivej Desh 3fea6319f9 numactl: drop musl patch
musl support was added upstream in v2.0.12 in
31dc2951c7
2018-10-05 09:59:17 +00:00
xeji 9b136dd5ed
Merge pull request #45461 from markuskowa/numactl-up
numactl: 2.0.11 -> 2.0.12
2018-08-22 23:22:09 +02:00
Markus Kowalewski 2741c99060
numactl: update license and homepage 2018-08-22 13:04:47 +02:00
Markus Kowalewski 158e3cb0da
numactl: 2.0.11 -> 2.0.12 2018-08-22 13:04:04 +02:00
Jan Malakhovski 6c931a13c5 numactl: make tests run, but disable. Ugh! 2018-08-11 09:35:32 +00:00
Will Dietz ad09de4d13 numactl: fix use of deprecated macros, patch to fix w/musl 2018-02-13 09:45:00 -06:00
Will Dietz d8b15f8b05 numactl: 2.0.10 -> 2.0.11
grab release from github, old homepage seems defunct?
2018-02-13 09:44:59 -06:00
Tuomas Tynkkynen bc98f13222 numactl: Not supported on 32-bit ARM 2017-11-26 11:13:20 +02:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
William A. Kennington III c6d0acbda7 numactl: 1.0.2 -> 2.0.10 2015-04-21 20:57:58 -07:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Ludovic Courtès f7d9bb93bf numactl: Fix post-install.
svn path=/nixpkgs/trunk/; revision=11657
2008-04-18 14:46:29 +00:00
Ludovic Courtès aaf6f7b7e4 Add numactl/libnuma, Linux-specific NUMA support tools.
svn path=/nixpkgs/trunk/; revision=11656
2008-04-18 14:38:27 +00:00