Open
Conversation
imciner2
reviewed
Mar 2, 2026
mnshkw
added a commit
to mnshkw/Yggdrasil
that referenced
this pull request
Mar 3, 2026
- remove codes from build_tarballs.jl per review by @imciner2 on PR JuliaPackaging#13218
mnshkw
added a commit
to mnshkw/Yggdrasil
that referenced
this pull request
Mar 3, 2026
- remove codes from build_tarballs.jl per review by @imciner2 on PR JuliaPackaging#13218
830f66e to
77315a4
Compare
- remove codes from build_tarballs.jl per review by @imciner2 on PR JuliaPackaging#13218
77315a4 to
76bf062
Compare
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.
New package:
gametracerv0.2.1Adds a BinaryBuilder recipe for
gametracer,a C++ game-theory solver library providing the IPA and GNM algorithms.
Architecture
This JLL is part of a larger integration pipeline:
gametracer_jllshipslibgametracer(this package).GameTracer.jldepends ongametracer_jllandGameTheory.jl(for
NormalFormGameinputs), and exposes the user-facingipa_solve/gnm_solveAPI.GameTheory.jldoes not depend onGameTracer.jl(solver backend is an opt-in add-on).
What this recipe builds
QuantEcon/gametracerpinned to commit49ba14e(merge commit of
c_api→main; tagv0.2.1planned)cmake -S c_api -B build(builds the C ABI shim only; does not build the
gtCLI)LibraryProduct("libgametracer", :libgametracer)onlyExecutableProductforgtipa,gnm,gametracer_free${libdir}/libgametracer.${dlext}${prefix}/share/licenses/gametracer/COPYINGChanges from the previous draft (PR #13155)
12aa4bb...(stalec_apibranch HEAD)49ba14e...(correct merge commit)GitSource(...)const GIT_SHA = "..."at top of fileset -euxo pipefailtest -d c_api/test -f c_api/CMakeLists.txtlibgametracer.${dlext}COPYING${prefix}etc."${prefix}"etc.preferred_gcc_version=v"8"CXX_STANDARD 11explicitly)supported_platforms(experimental=true)Notes
c_api/CMakeLists.txtsetsCMAKE_CXX_STANDARD 11andCMAKE_CXX_EXTENSIONS ONexplicitly, so no
preferred_gcc_versionpin is required.and post-install checks (shared library, license file) to catch failures early.
passes on the stable platform set.
Checklist
build_tarballs.jlusesset -euxo pipefailLibraryProductonly (noExecutableProduct)julia_compat = "1.6"preferred_gcc_versionpin (not required for this package)