mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
ocamlPackages.cpu: setcore 1.0.1 -> cpu 2.0.0
This commit is contained in:
parent
0afebfeb5a
commit
f1958523e3
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, buildDunePackage, fetchFromGitHub, autoconf }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "setcore";
|
||||
version = "1.0.1";
|
||||
pname = "cpu";
|
||||
version = "2.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "UnixJunkie";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1yn660gxk2ccp7lbdq9v6pjz1c3pm08s9dl9k9l5492ld6bx8fxc";
|
||||
sha256 = "1vir6gh1bhvxgj2fcn69c38yhw3jgk7dyikmw789m5ld2csnyjiv";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
@ -22,7 +22,7 @@ buildDunePackage rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Generalized map/reduce for multicore computing";
|
||||
description = "Core pinning library";
|
||||
maintainers = [ maintainers.bcdarwin ];
|
||||
license = licenses.lgpl2;
|
||||
};
|
|
@ -191,6 +191,8 @@ let
|
|||
|
||||
cppo = callPackage ../development/tools/ocaml/cppo { };
|
||||
|
||||
cpu = callPackage ../development/ocaml-modules/cpu { };
|
||||
|
||||
cpuid = callPackage ../development/ocaml-modules/cpuid { };
|
||||
|
||||
crunch = callPackage ../development/tools/ocaml/crunch { };
|
||||
|
@ -831,8 +833,6 @@ let
|
|||
|
||||
sedlex = callPackage ../development/ocaml-modules/sedlex { };
|
||||
|
||||
setcore = callPackage ../development/ocaml-modules/setcore { };
|
||||
|
||||
sodium = callPackage ../development/ocaml-modules/sodium { };
|
||||
|
||||
spelll = callPackage ../development/ocaml-modules/spelll { };
|
||||
|
|
Loading…
Reference in a new issue