mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Summary: X-link: https://github.com/facebookincubator/zstrong/pull/1228 ubuntu 24.04 fast float is too old and causes folly build to fail, so exclude it from system packages and build from source. ubuntu 25.04 plucky is due to get an updated version so not removing the deb mapping entirely: https://launchpad.net/ubuntu/plucky/+source/fast-float Reviewed By: bigfootjon Differential Revision: D71213548 fbshipit-source-id: b1fd7c28360a476c766da1099e56fd2aa5df3d55
21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
[manifest]
|
|
name = fast_float
|
|
|
|
[download]
|
|
url = https://github.com/fastfloat/fast_float/archive/refs/tags/v8.0.0.tar.gz
|
|
sha256 = f312f2dc34c61e665f4b132c0307d6f70ad9420185fa831911bc24408acf625d
|
|
|
|
[build]
|
|
builder = cmake
|
|
subdir = fast_float-8.0.0
|
|
|
|
[cmake.defines]
|
|
FASTFLOAT_TEST = OFF
|
|
FASTFLOAT_SANITIZE = OFF
|
|
|
|
[debs.not(all(distro=ubuntu,any(distro_vers="18.04",distro_vers="20.04",distro_vers="22.04",distro_vers="24.04")))]
|
|
libfast-float-dev
|
|
|
|
[rpms.distro=fedora]
|
|
fast_float-devel
|