simgrid: propagate boost
Since SimGrid include files directly include boost files, most SimGrid users need boost as well.
This commit is contained in:
parent
2d05c2d535
commit
33f915f241
@ -28,7 +28,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0vylwgd4i89bvhbgfay0wq953324dwfmmr8jp9b4vvlc9m0017r9";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake perl python3 boost valgrind ]
|
||||
propagatedBuildInputs = [ boost ];
|
||||
nativeBuildInputs = [ cmake perl python3 valgrind ]
|
||||
++ optionals fortranSupport [ gfortran ]
|
||||
++ optionals buildJavaBindings [ openjdk ]
|
||||
++ optionals buildDocumentation [ transfig ghostscript doxygen ]
|
||||
|
Loading…
Reference in New Issue
Block a user