Merge pull request #290945 from leahneukirchen/outils-0.13
outils: 0.10 -> 0.13
This commit is contained in:
commit
d1c2714639
2 changed files with 3 additions and 5 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "outils";
|
||||
version = "0.10";
|
||||
version = "0.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "leahneukirchen";
|
||||
repo = pname;
|
||||
repo = "outils";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-xYjILa0Km57q/xNP+M34r29WLGC15tzUNoUgPzQTtIs=";
|
||||
hash = "sha256-FokJytwQsbGsryBzyglpb1Hg3wti/CPQTOfIGIz9ThA=";
|
||||
};
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
|
@ -12411,8 +12411,6 @@ with pkgs;
|
|||
|
||||
ouch = callPackage ../tools/compression/ouch { };
|
||||
|
||||
outils = callPackage ../tools/misc/outils { };
|
||||
|
||||
mpi = openmpi; # this attribute should used to build MPI applications
|
||||
mpiCheckPhaseHook = callPackage ../build-support/setup-hooks/mpi-check-hook { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue