Skip to content

Commit

Permalink
update cargo to allow passing through building shared library version…
Browse files Browse the repository at this point in the history
…s on rofi/libfabric
  • Loading branch information
rdfriese committed Sep 27, 2024
1 parent 313c13e commit 9fe96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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=[]
Expand Down

0 comments on commit 9fe96a5

Please sign in to comment.