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:
parent
2f56488197
commit
d4ea0fe607
@ -17,8 +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" "CXXFLAGS=-DOMPI_SKIP_MPICXX=1" ];
|
makeFlags = [ "V=1" ];
|
||||||
|
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "ssh://git@bscpm02.bsc.es/interoperability/tampi";
|
url = "ssh://git@bscpm02.bsc.es/interoperability/tampi";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
|
Loading…
Reference in New Issue
Block a user