sapling/build/fbcode_builder/manifests/zstd
Wez Furlong e19a93b09e getdeps: upgrade zstd from 1.3.8 -> 1.4.4
Summary:
I'm doing this mostly so that we can avoid using git
to fetch the sources.

Reviewed By: chadaustin

Differential Revision: D21508201

fbshipit-source-id: 54d4635d8938659bea962e90bd829d237f1ed221
2020-05-14 18:08:22 -07:00

26 lines
640 B
Plaintext

[manifest]
name = zstd
[rpms]
libzstd-devel
libzstd
[debs]
libzstd1-dev
[download]
url = https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-1.4.4.tar.gz
sha256 = 59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315
[build]
builder = cmake
subdir = zstd-1.4.4/build/cmake
# The zstd cmake build explicitly sets the install name
# for the shared library in such a way that cmake discards
# the path to the library from the install_name, rendering
# the library non-resolvable during the build. The short
# term solution for this is just to link static on macos.
[cmake.defines.os=darwin]
ZSTD_BUILD_SHARED = OFF