Hello All,
There seems to be a compilation error popping up after updating the Apple clang compilers with the new MacOs update (compiler : AppleClang 14.0.0.14000029). Here is the error,
/softwares/dealii-9.4.1/source/lac/sparse_direct.cc:104:14: error: non-const lvalue reference to type 'vector<long, allocator<long>>' cannot bind to a value of unrelated type 'vector<types::suitesparse_index, allocator<long long>>'
tmp.swap(Ap);
I am reaching out to know if anyone else tried recompiling dealii after updating to MacOs Ventura in a Apple Silicon machine? Any suggestions?
Regards,
Rahul