-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
error in TensorFunctions.h during make on macOS with M2 chip #1657
Comments
Corrected link to build.log: https://github.com/ANTsX/ANTs/files/13956078/build.log |
Error message:
|
Reproduced on my Intel Mac. Result of recent ITK changes perhaps. I will find where the problem begins |
ITK bump in #1651 causes this error on Mac but not Linux |
Compiles fine on Mac with previous ITK (fabc102c520bcbd21ea35e7303e3756c223e10d7), from June 2023. I don't see any changes to the ITK matrix classes that would have caused this. |
OK so the problem looks to be conversion between matrix types in a function added a long time ago by @stnava Line 441 in 62550fc
I don't get why it stopped working now, but the compile error goes away if I explicitly get the inverse matrix with
It doesn't look like the enclosing function |
Many thanks for the quick help! It works fine now. |
When did the error occur?
[ ] CMake configuration (cmake / ccmake)
[X] Compilation (make)
[ ] Installation (make install)
Build environment
ANTs version
git clone https://github.com/ANTsX/ANTs.git on Jan 16, 2024
Build configuration and logs
[build.log](https://github.com/ANTsX/ANTs/files/13956078/build.l
CMakeOutput.log
og)
CMakeError.log
CMakeCache.txt
Additional context
The text was updated successfully, but these errors were encountered: