Update mlpack to latest stable version (4.8.0).#14003
Conversation
|
Oh. I lied. I forgot that some of the Julia interface actually did change. I'll fix this tomorrow, I know what's wrong. |
… in mlpack 4.8.0. (Hopefully I got them all.)
Head branch was pushed to by a user without write access
|
The mingw32 error looks like this one: https://sourceforge.net/p/mingw-w64/bugs/737/ which is an upstream mingw32 error, not an mlpack issue. (Older versions of mlpack didn't trigger this because they didn't use std::filesystem::path for handling paths.) What is the "right" strategy to proceed here? Disable mingw32 build? Upgrade mingw32 compiler in Yggdrasil? Find some awful workaround? Let me know what you think. |
|
https://buildkite.com/julialang/yggdrasil/builds/30396#019edd14-6112-4090-b0bd-410499a7cc5b/L3075 @Keno is it possible this is related to your recent changes? |
|
Never say never, but I don't think so - we reverted the rootfs bump, so Yggdrasil bumps should be unaffected. |
|
Try forcing a later gcc version. |
Simple version bump, hopefully everything should build clean here. :)
No major changes in upstream functionality (at least from the Julia perspective).