parent
fa734deaca
commit
eb46e8f41b
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
buildInputs = [ autoreconfHook automake autoconf libtool gnumake boost mpi gcc ];
|
buildInputs = [ autoreconfHook automake autoconf libtool gnumake boost mpi gcc ];
|
||||||
dontDisableStatic = true;
|
dontDisableStatic = true;
|
||||||
configureFlags = [ "--disable-mpi-mt-check" ];
|
configureFlags = [ "--disable-mpi-mt-check" "CXXFLAGS=-DOMPI_SKIP_MPICXX=1" ];
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/bsc-pm/tampi/archive/v${version}.tar.gz";
|
url = "https://github.com/bsc-pm/tampi/archive/v${version}.tar.gz";
|
||||||
sha256 = "8608a74325939d2a6b56e82f7f6788efbc67731e2d64793bac69475f5b4b9704";
|
sha256 = "8608a74325939d2a6b56e82f7f6788efbc67731e2d64793bac69475f5b4b9704";
|
||||||
|
Loading…
Reference in New Issue
Block a user