forked from XRPLF/rippled
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove recipe for RocksDB and add recipe for Snappy (XRPLF#4431)
- Copies the recipe for Snappy from Conan Center, but removes three lines that explicitly link the standard library, which prevents builders from statically linking it. - Removes the recipe for RocksDB now that an official recipe for version 6.27.3 is in Conan Center. Developers will likely need to remove cached versions of both RocksDB and Snappy: ``` conan remove -f rocksdb conan remove -f snappy ``` --------- Co-authored-by: John Freeman <[email protected]>
- Loading branch information
Showing
11 changed files
with
172 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
sources: | ||
"1.1.9": | ||
url: "https://github.com/google/snappy/archive/1.1.9.tar.gz" | ||
sha256: "75c1fbb3d618dd3a0483bff0e26d0a92b495bbe5059c8b4f1c962b478b6e06e7" | ||
"1.1.8": | ||
url: "https://github.com/google/snappy/archive/1.1.8.tar.gz" | ||
sha256: "16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f" | ||
"1.1.7": | ||
url: "https://github.com/google/snappy/archive/1.1.7.tar.gz" | ||
sha256: "3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4" | ||
patches: | ||
"1.1.9": | ||
- patch_file: "patches/1.1.9-0001-fix-inlining-failure.patch" | ||
- patch_file: "patches/1.1.9-0002-no-Werror.patch" | ||
- patch_file: "patches/1.1.9-0003-fix-clobber-list-older-llvm.patch" | ||
- patch_file: "patches/1.1.9-0004-rtti-by-default.patch" |
Oops, something went wrong.