-
Notifications
You must be signed in to change notification settings - Fork 21
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
Please update fmtlib to recent version #93
Comments
@jspanchu @vicentebolea Can you comment on this? Per @MehdiChinoune comment, this seems like the same issue with DIY being outdated in VTK. Can you update it, so this doesn't keep coming up? |
I am right now working on updating VTK's copy of diy to 3.6.0 to test the theory that diy==3.6.0 solves my issue. Right now, there are some VTK classes which fail to compile, will look into fixing it.
|
Not sure if it will work, but I replaced Just one more error now, should be fixable with
|
I see, thanks @jspanchu for point this out, update it in VTK and fix the build errors, let me know if you need help to bring the changes back to DIY. |
The version 7.1.3 of
thirdparty/fmt
is old. Please bring it up to date because it currently uses the deprecated basechar_traits<T>
template which has now been removed from LLVM's libc++ last year llvm/llvm-project#72694.Because of this, we are unable to update the compiler for VTK.wasm
https://open.cdash.org/viewBuildError.php?buildid=10174349
The text was updated successfully, but these errors were encountered: