Skip to content

Commit

Permalink
Fix spdk dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Jul 24, 2024
1 parent 39781c3 commit 4ef0843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class HomestoreConan(ConanFile):
name = "homestore"
version = "6.4.26"
version = "6.4.27"
homepage = "https://github.com/eBay/Homestore"
description = "HomeStore Storage Engine"
topics = ("ebay", "nublox")
Expand Down Expand Up @@ -60,7 +60,7 @@ def requirements(self):
self.requires("farmhash/cci.20190513@")
if self.settings.arch in ['x86', 'x86_64']:
self.requires("isa-l/2.30.0")
self.requires("spdk/21.07.y")
self.requires("spdk/nbi.21.07.y")

def build(self):
cmake = CMake(self)
Expand Down

0 comments on commit 4ef0843

Please sign in to comment.