tampi: update 1.0.2 -> 1.1
This commit is contained in:
parent
f2c6a3cb15
commit
58fab3b87e
@ -12,7 +12,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0.2+6b11368e";
|
version = "1.1";
|
||||||
pname = "tampi";
|
pname = "tampi";
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
buildInputs = [ autoreconfHook automake autoconf libtool gnumake boost mpi gcc ];
|
buildInputs = [ autoreconfHook automake autoconf libtool gnumake boost mpi gcc ];
|
||||||
@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bsc-pm";
|
owner = "bsc-pm";
|
||||||
repo = "tampi";
|
repo = "tampi";
|
||||||
rev = "6b11368ea522cd7095cfcf163831b8285faeee7e";
|
rev = "v${version}";
|
||||||
sha256 = "0519lb1rinhzkk0iy5cjjiqnk1bzhnnzhfigj9ac2c3wl0zcsrvy";
|
sha256 = "0m369l3kprginqkkdjf5znlbrwvib2vjlhdy63nbvlw6v5ys7sci";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user