Skip to content

Commit

Permalink
Folly needs to depend on liburing directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Dec 12, 2023
1 parent 23af8bd commit 562d1df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 3rd_party/folly/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def requirements(self):
self.requires("snappy/1.1.9")
self.requires("zlib/1.2.13")
self.requires("zstd/1.5.2")
self.requires("liburing/2.4")
if not is_msvc(self):
self.requires("libdwarf/20191104")
self.requires("libsodium/1.0.18")
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class SISLConan(ConanFile):
name = "sisl"
version = "10.3.1"
version = "10.3.2"

homepage = "https://github.com/eBay/sisl"
description = "Library for fast data structures, utilities"
Expand Down

0 comments on commit 562d1df

Please sign in to comment.