release: Upgrade to PBC 1.0.0 and bump version to 0.60#334
Merged
ytech-info merged 3 commits intodevfrom Jan 23, 2026
Merged
Conversation
PBC Library Upgrade (0.5.14 → 1.0.0): - deps/pbc/Makefile: Update VERSION to 1.0.0 - .github/workflows/ci.yml: Update CI to build with PBC 1.0.0 - Dockerfile: Update container build to use PBC 1.0.0 - README.md: Update dependency reference to PBC 1.0.0 Version Bump (0.50 → 0.60): - VERSION: Update to 0.60 - installers/deb.installer/create_deb.py: Update CHARM_VERSION to 0.60 New Build Helpers: - build_setup.sh: macOS Apple Silicon build environment setup script - tutorial_macos.md: Comprehensive macOS build guide for Intel and Apple Silicon This release updates the PBC dependency to the latest stable version (1.0.0) released by Stanford, improving compatibility with modern systems.
PBC 1.0.0 requires flex and bison as build-time dependencies. Also added LDFLAGS=\-lgmp\ and ldconfig to match Dockerfile configuration.
The PBC configure script requires yywrap which is provided by libfl-dev (the flex development library), not just the flex package itself.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PBC Library Upgrade (0.5.14 → 1.0.0):
Version Bump (0.50 → 0.60):
New Build Helpers:
This release updates the PBC dependency to the latest stable version (1.0.0) released by Stanford, improving compatibility with modern systems.