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

libsingular: don't autobuild for released versions #747

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Conversation

benlorenz
Copy link
Member

@benlorenz benlorenz commented Jan 5, 2024

is_tracking_registry is true when it is neither loaded from a path (]dev) nor via a direct repository access (e.g. ]add Singular#somecommit). So in other words when it is a released version installed as a normal dependency package.
In this case we assume that the jll works and just load that.

We could also add a check for cmake but I think this should be fine like this.

See: #735

cc: @thofma @fingolfin

Tree-hash check is now green again with the new 0.40.9+1 jll from JuliaPackaging/Yggdrasil#7910. This also works for the current 0.21.2 release.

@benlorenz benlorenz marked this pull request as draft January 5, 2024 13:28
the uuid might not appear in the dependencies when singular is the active project
@benlorenz benlorenz marked this pull request as ready for review January 5, 2024 14:09
src/setup.jl Outdated Show resolved Hide resolved
Co-authored-by: Max Horn <max@quendi.de>
@benlorenz benlorenz merged commit b808a5a into master Jan 10, 2024
13 of 14 checks passed
@benlorenz benlorenz deleted the bl/builddevonly branch January 10, 2024 09:32
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.

2 participants