Skip to content

Commit

Permalink
Adjust dpdk/spdk version.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Jul 21, 2024
1 parent 0a75804 commit 4512f13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 3rd_party/dpdk/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sources:
"21.05":
"nbi.21.05":
url: "https://github.com/spdk/dpdk/archive/bad3c0e51d7a34e3188d75d94f15a36c8f5e8301.zip"
sha256: "a0db10b41ab8cbfbc19acca517ee6ebb574885b964a02e649b16d084747ce2a6"
patches:
"21.05":
"nbi.21.05":
- patch_file: "numa.patch"
patch_type: "conan"
4 changes: 2 additions & 2 deletions 3rd_party/spdk/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sources:
"21.07.y":
"nbi.21.07.y":
url: "https://github.com/SPDK/spdk/archive/96a91684d39bb0f18729f132a24b778876d3e8fc.tar.gz"
sha256: "07876855efed94cd62150366bf6d97d218bc1432be33c87991c28cb52761ec90"
patches:
"21.07.y":
"nbi.21.07.y":
- patch_file: "patches/patch.diff"
patch_type: "conan"
2 changes: 1 addition & 1 deletion 3rd_party/spdk/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class LibSPDKConan(ConanFile):
exports_sources = "patches/*"

def requirements(self):
self.requires("dpdk/21.05", transitive_headers=True)
self.requires("dpdk/nbi.21.05", transitive_headers=True)
self.requires("liburing/2.4", transitive_headers=True)
self.requires("openssl/[>=1.1 <4]")
self.requires("fio/3.28")
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def requirements(self):
self.requires("grpc/[>=1.50]")
self.requires("liburing/2.4", transitive_headers=True)
if self.options.spdk:
self.requires("spdk/21.07.y", transitive_headers=True)
self.requires("spdk/nbi.21.07.y", transitive_headers=True)
self.requires("pistache/0.0.5", transitive_headers=True)
self.requires("openssl/3.1.3", override=True)
self.requires("libcurl/8.4.0", override=True)
Expand Down

0 comments on commit 4512f13

Please sign in to comment.