mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(protobuf)
This commit is contained in:
parent
6a6a0330ba
commit
fd2f7f6d2b
2 changed files with 11 additions and 4 deletions
|
@ -33,6 +33,12 @@ build:
|
||||||
sed -i '' 's/-Xarch_x86_64 -Xarch_x86_64 -Xarch_arm64 //g' {{ prefix }}/lib/pkgconfig/absl_random_internal_randen_hwaes{_impl,}.pc
|
sed -i '' 's/-Xarch_x86_64 -Xarch_x86_64 -Xarch_arm64 //g' {{ prefix }}/lib/pkgconfig/absl_random_internal_randen_hwaes{_impl,}.pc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cd "{{prefix}}/lib/cmake/absl"
|
||||||
|
sed -i.bak \
|
||||||
|
-e "s:$(tea --prefix):\$\{CMAKE_CURRENT_LIST_DIR\}/../../../../..:g" \
|
||||||
|
abslTargets{,-release}.cmake
|
||||||
|
rm abslTargets{,-release}.cmake.bak
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/protocolbuffers/protobuf/releases/download/v{{version.raw}}/protobuf-all-{{version.raw}}.tar.gz
|
url: https://github.com/protocolbuffers/protobuf/archive/refs/tags/v{{version.raw}}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
github: protocolbuffers/protobuf/tags
|
github: protocolbuffers/protobuf
|
||||||
# v22 requires bazel for builds and is quite different
|
|
||||||
ignore: v22.x
|
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
zlib.net: ^1
|
zlib.net: ^1
|
||||||
|
abseil.io: '*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -27,6 +26,8 @@ build:
|
||||||
- -Dprotobuf_BUILD_TESTS=OFF
|
- -Dprotobuf_BUILD_TESTS=OFF
|
||||||
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
- -DCMAKE_INSTALL_PREFIX={{prefix}}
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- -Dprotobuf_ABSL_PROVIDER=package
|
||||||
|
- -DCMAKE_PREFIX_PATH={{deps.abseil.io.prefix}}
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/protoc
|
- bin/protoc
|
||||||
|
|
Loading…
Reference in a new issue