Skip to content
Snippets Groups Projects
Commit 9d02e0e0 authored by Mingchung Xia's avatar Mingchung Xia
Browse files

Removed HNSWDurable from linux dependency

parent 205656bf
No related branches found
No related tags found
1 merge request!13HNSW Implementation with Testcases
Pipeline #114967 canceled
......@@ -29,7 +29,7 @@ let package = Package(
dependencies: [
.product(name: "HNSWAlgorithm", package: "similarity-topology"),
.product(name: "HNSWEphemeral", package: "similarity-topology"),
.product(name: "HNSWDurable", package: "similarity-topology"),
.product(name: "HNSWDurable", package: "similarity-topology", condition: .when(platforms: [.macOS])),
.product(name: "HNSWSample", package: "similarity-topology", condition: .when(platforms: [.macOS])),
.product(name: "ZSTD", package: "Elva"),
.byName(name: "Surge", condition: .when(platforms: [.macOS])),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment