···168168169169 preConfigure = lib.optionalString useMpi ''
170170 cat << EOF >> user-config.jam
171171- using mpi : ${mpi}/bin/mpiCC ;
171171+ using mpi : ${lib.getDev mpi}/bin/mpiCC ;
172172 EOF
173173 ''
174174 # On darwin we need to add the `$out/lib` to the libraries' rpath explicitly,