mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 07:55:51 +00:00
Use the most recent versions in ConanCenter. * Due to a bug in Clang 16, you may get a compile error: "call to 'async_teardown' is ambiguous" * A compiler flag workaround is documented in `BUILD.md`. * At this time, building this with gcc 13 may require editing some files in `.conan/data` * A patch to support gcc13 may be added in a later PR. --------- Co-authored-by: Scott Schurr <scott@ripple.com>
41 lines
1.9 KiB
YAML
41 lines
1.9 KiB
YAML
sources:
|
|
"1.1.10":
|
|
url: "https://github.com/google/snappy/archive/1.1.10.tar.gz"
|
|
sha256: "49d831bffcc5f3d01482340fe5af59852ca2fe76c3e05df0e67203ebbe0f1d90"
|
|
"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.10":
|
|
- patch_file: "patches/1.1.10-0001-fix-inlining-failure.patch"
|
|
patch_description: "disable inlining for compilation error"
|
|
patch_type: "portability"
|
|
- patch_file: "patches/1.1.9-0002-no-Werror.patch"
|
|
patch_description: "disable 'warning as error' options"
|
|
patch_type: "portability"
|
|
- patch_file: "patches/1.1.10-0003-fix-clobber-list-older-llvm.patch"
|
|
patch_description: "disable inline asm on apple-clang"
|
|
patch_type: "portability"
|
|
- patch_file: "patches/1.1.9-0004-rtti-by-default.patch"
|
|
patch_description: "remove 'disable rtti'"
|
|
patch_type: "conan"
|
|
"1.1.9":
|
|
- patch_file: "patches/1.1.9-0001-fix-inlining-failure.patch"
|
|
patch_description: "disable inlining for compilation error"
|
|
patch_type: "portability"
|
|
- patch_file: "patches/1.1.9-0002-no-Werror.patch"
|
|
patch_description: "disable 'warning as error' options"
|
|
patch_type: "portability"
|
|
- patch_file: "patches/1.1.9-0003-fix-clobber-list-older-llvm.patch"
|
|
patch_description: "disable inline asm on apple-clang"
|
|
patch_type: "portability"
|
|
- patch_file: "patches/1.1.9-0004-rtti-by-default.patch"
|
|
patch_description: "remove 'disable rtti'"
|
|
patch_type: "conan"
|