mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
numactl: make tests run, but disable. Ugh!
This commit is contained in:
parent
662756bb6d
commit
6c931a13c5
1 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,15 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "080b0sygmg7104qbbh1amh3b322yyiajwi2d3d0vayffgva0720v";
|
||||
});
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs test
|
||||
'';
|
||||
|
||||
# You probably shouldn't ever run these! They will reconfigure Linux
|
||||
# NUMA settings, which on my build machine makes the rest of package
|
||||
# building ~5% slower until reboot. Ugh!
|
||||
doCheck = false; # never ever!
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library and tools for non-uniform memory access (NUMA) machines";
|
||||
homepage = http://oss.sgi.com/projects/libnuma/;
|
||||
|
|
Loading…
Reference in a new issue