Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed protoc to build v3.16.0 #9794

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stemann
Copy link
Contributor

@stemann stemann commented Nov 15, 2024

Changed protoc to build v3.16.0

Used by ONNX v1.11.0 (and in turn, Torch v1.12.1).

One could consider splitting static libraries (and dynamic libraries) into separate JLL's, cf. #9796.

Used by ONNX v1.11.0 (and in turn, Torch v1.12.1).

Removed notes about protobuf version numbers, cf. JuliaPackaging#9796.

No libabsl or libutf8 products produced for this version.
@stemann stemann marked this pull request as ready for review November 16, 2024 14:17
@@ -34,18 +19,35 @@ cd $WORKSPACE/srcdir/protobuf
sed -i -e 's!set(CMAKE_C_COMPILER.*!set(CMAKE_C_COMPILER '${WORKSPACE}/srcdir/files/ccsafe')!' ${CMAKE_TARGET_TOOLCHAIN}
sed -i -e 's!set(CMAKE_CXX_COMPILER.*!set(CMAKE_CXX_COMPILER '${WORKSPACE}/srcdir/files/c++safe')!' ${CMAKE_TARGET_TOOLCHAIN}

git submodule update --init --recursive
cmake -B build -G Ninja \
# Build static libraries
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably better to split package into separate lib, lib-static and protoc packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant