Skip to content

Bump FLINT to version 3.3.1 #3889

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

Merged
merged 2 commits into from
Jun 21, 2025
Merged

Conversation

d-torrance
Copy link
Member

This was just released. It includes the fix for the LU decomposition issue w/ zero-column matrices, so we can stop applying the patch.

Draft for now to test the builds.

@d-torrance
Copy link
Member Author

@mahrud: Any idea what's going on here? Is this an issue with the factory brew package?

FAILED: usr-dist/common/share/Macaulay2/Core/tvalues.m2 /Users/runner/work/M2/M2/M2/BUILD/build/usr-dist/common/share/Macaulay2/Core/tvalues.m2 
cd /Users/runner/work/M2/M2/M2/BUILD/build/usr-dist/common/share/Macaulay2/Core && rm -f /Users/runner/work/M2/M2/M2/BUILD/build/usr-dist/common/share/Macaulay2/Core/tvalues.m2 && /Users/runner/work/M2/M2/M2/BUILD/build/usr-dist/x86_64-Darwin-macOS-13.7.6/bin/M2-binary -q --silent --stop -e errorDepth=0 --no-preload -e "exit 0"
dyld[47880]: Library not loaded: /usr/local/opt/flint/lib/libflint.21.0.dylib
  Referenced from: <EB5B5E11-3590-322C-A4D8-D838BC4FB762> /usr/local/Cellar/factory/4.4.1.reinstall/lib/libfactory-4.4.1.dylib
  Reason: tried: '/usr/local/opt/flint/lib/libflint.21.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/flint/lib/libflint.21.0.dylib' (no such file), '/usr/local/opt/flint/lib/libflint.21.0.dylib' (no such file), '/usr/local/lib/libflint.21.0.dylib' (no such file), '/usr/lib/libflint.21.0.dylib' (no such file, not in dyld cache), '/usr/local/Cellar/flint/3.2.2/lib/libflint.21.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/flint/3.2.2/lib/libflint.21.0.dylib' (no such file), '/usr/local/Cellar/flint/3.2.2/lib/libflint.21.0.dylib' (no such file), '/usr/local/lib/libflint.21.0.dylib' (no such file), '/usr/lib/libflint.21.0.dylib' (no such file, not in dyld cache)
/bin/sh: line 1: 47880 Abort trap: 6           /Users/runner/work/M2/M2/M2/BUILD/build/usr-dist/x86_64-Darwin-macOS-13.7.6/bin/M2-binary -q --silent --stop -e errorDepth=0 --no-preload -e "exit 0"
ninja: build stopped: subcommand failed.

@mahrud
Copy link
Member

mahrud commented Jun 17, 2025

I'm not sure, but I don't have a macbook to investigate further.

@mahrud
Copy link
Member

mahrud commented Jun 18, 2025

Oh I see, flint was upgraded in homebrew's core tap, but seems like the actions runner hasn't caught wind of this yet, but it does pull the latest version of factory from our tap which uses flint 3.3.1. Not sure how to nudge github to pull the latest version of flint, maybe try recommitting the same commit and force pushing? If that doesn't work, you can try adding brew update.

@mahrud
Copy link
Member

mahrud commented Jun 20, 2025

@d-torrance FYI this passed the tests.

@d-torrance d-torrance marked this pull request as ready for review June 20, 2025 10:23
@d-torrance d-torrance requested a review from mahrud June 20, 2025 13:00
@d-torrance d-torrance merged commit 2ff35a0 into Macaulay2:development Jun 21, 2025
7 of 9 checks passed
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