hpx: 1.2.1 -> 1.3.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/hpx/versions
This commit is contained in:
parent
b51c87b9df
commit
f1dbd6f416
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hpx-${version}";
|
name = "hpx-${version}";
|
||||||
version = "1.2.1";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "STEllAR-GROUP";
|
owner = "STEllAR-GROUP";
|
||||||
repo = "hpx";
|
repo = "hpx";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "18dk9413qcgljdlw2jfkk21lwi4iwc57s41yqnc3jp8vdj96w32s";
|
sha256 = "0yzxb8520qh9rvzsa190yzx21jn3d8rl8ac5v01767ygd0413hfk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost hwloc gperftools ];
|
buildInputs = [ boost hwloc gperftools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user