Skip to content

Commit

Permalink
Link against mpi_cxx as well. (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow authored Apr 2, 2021
1 parent 405e91c commit 464b0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interactive_engine/src/executor/runtime/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ fn main() {
println!("cargo:rustc-link-lib=vineyard_client");
println!("cargo:rustc-link-lib=vineyard_basic");
println!("cargo:rustc-link-lib=mpi");
println!("cargo:rustc-link-lib=mpi_cxx");
println!("cargo:rustc-link-lib=gflags");
println!("cargo:rustc-link-lib=arrow");
println!("cargo:rustc-link-lib=glog");
Expand Down

0 comments on commit 464b0a4

Please sign in to comment.