From 9fe96a5a993149995b58b9679629efe541d7c548 Mon Sep 17 00:00:00 2001 From: "Ryan D. Friese" Date: Fri, 27 Sep 2024 13:31:12 -0700 Subject: [PATCH] update cargo to allow passing through building shared library versions on rofi/libfabric --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e52508d..ced9279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ categories = ["asynchronous","concurrency", "network-programming","science"] lamellar-impl = { version = "0.7.0", path = "impl" } #rofisys = { version ="0.3", optional = true } rofisys = {git = "https://github.com/pnnl/rofi-sys.git", branch = "master", optional = true} -#rofisys = { path = "../rofi-sys-junction", optional = true} inventory = "0.3" serde = { version = "1.0.147", features = ["derive"] } serde_bytes = "0.11.7" @@ -72,6 +71,7 @@ opt-level = 3 #features are strictly additive.... can't have mutual exclusitivity [features] enable-rofi=["rofisys", "libc"] +enable-rofi-shared=["rofisys/shared","libc"] tokio-executor=["tokio"] slurm-test=[] default=[]