From d4ea0fe6078cf467c9164fb261f36b8c3d7fbdcc Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 5 Oct 2020 10:45:11 +0200 Subject: [PATCH] tampi: remove hacks from configure flags The verbose make flag is added to ensure the log contains the complete compilation line. --- bsc/tampi/git.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bsc/tampi/git.nix b/bsc/tampi/git.nix index d27ad3e..83f4614 100644 --- a/bsc/tampi/git.nix +++ b/bsc/tampi/git.nix @@ -17,8 +17,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; buildInputs = [ autoreconfHook automake autoconf libtool gnumake boost mpi gcc ]; dontDisableStatic = true; - configureFlags = [ "--disable-mpi-mt-check" "CXXFLAGS=-DOMPI_SKIP_MPICXX=1" ]; - + makeFlags = [ "V=1" ]; src = builtins.fetchGit { url = "ssh://git@bscpm02.bsc.es/interoperability/tampi"; ref = "master";