tampi: remove hacks from configure flags

The verbose make flag is added to ensure the log contains the complete
compilation line.
This commit is contained in:
Rodrigo Arias 2020-10-05 10:45:11 +02:00
parent 2f56488197
commit d4ea0fe607

View File

@ -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";