Link dangling program cuda features to the src/ crate

This commit is contained in:
Michael Vines 2019-02-01 10:25:18 -08:00 committed by Grimes
parent 21c09073a1
commit 85c8af08b3
8 changed files with 5 additions and 14 deletions

View File

@ -14,4 +14,4 @@ solana-logger = { path = "../logger", version = "0.12.0" }
solana-netutil = { path = "../netutil", version = "0.12.0" }
[features]
cuda = []
cuda = ["solana/cuda"]

View File

@ -18,4 +18,4 @@ solana-metrics = { path = "../metrics", version = "0.12.0" }
solana-sdk = { path = "../sdk", version = "0.12.0" }
[features]
cuda = []
cuda = ["solana/cuda"]

View File

@ -8,9 +8,6 @@ license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[features]
cuda = []
[dependencies]
bincode = "1.0.0"
bytes = "0.4"

View File

@ -19,8 +19,5 @@ solana-netutil = { path = "../netutil", version = "0.12.0" }
solana-sdk = { path = "../sdk", version = "0.12.0" }
untrusted = "0.6.2"
[features]
cuda = []
[lib]
name = "solana_fullnode_config"

View File

@ -15,4 +15,4 @@ solana = { path = "..", version = "0.12.0" }
solana-sdk = { path = "../sdk", version = "0.12.0" }
[features]
cuda = []
cuda = ["solana/cuda"]

View File

@ -8,9 +8,6 @@ license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[features]
cuda = []
[dependencies]
dirs = "1.0.2"
clap = "2.31"

View File

@ -19,4 +19,4 @@ solana-logger = { path = "../logger", version = "0.12.0" }
assert_cmd = "0.11"
[features]
cuda = []
cuda = ["solana/cuda"]

View File

@ -22,4 +22,4 @@ solana-sdk = { path = "../sdk", version = "0.12.0" }
solana-vote-signer = { path = "../vote-signer", version = "0.12.0" }
[features]
cuda = []
cuda = ["solana/cuda"]