-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
build/pkgs/ccache
: Update to 4.10.2
#39119
Conversation
Documentation preview for this PR (built with commit 02273ef; changes) is ready! 🎉 |
I tested the branch (and the new ccache) on a mac. Did you test it on any linux? |
Yes, seems to work fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. LGTM.
Thanks.
I also modified `sdh_cmake` slightly, because inputting `.` and `..` together issued a warning. Resolves sagemath#35872. URL: sagemath#39119 Reported by: gmou3 Reviewer(s): gmou3, Kwankyu Lee
I also modified `sdh_cmake` slightly, because inputting `.` and `..` together issued a warning. Resolves sagemath#35872. URL: sagemath#39119 Reported by: gmou3 Reviewer(s): gmou3, Kwankyu Lee
I had an issue in Fedora 41, |
See https://groups.google.com/g/sage-devel/c/ZZIvoEHm5hg for the issue. |
I also modified
sdh_cmake
slightly, because inputting.
and..
together issued a warning.Resolves #35872.