Re: [deal.II] build error with AppleClang 14.0.0.14000029

2023-01-24 Thread Rahul Gopalan Ramachandran
Thank you David! Indeed that solves it. Regards, Rahul > On Jan 24, 2023, at 6:40 PM, Wells, David wrote: > > Hi Rahul, > > This is a bug in deal.II - we wrote "long int" where we should have written > "types::suitesparse_index", which won't work on an ARM chip (apparently long > long

Re: [deal.II] build error with AppleClang 14.0.0.14000029

2023-01-24 Thread Wells, David
Hi Rahul, This is a bug in deal.II - we wrote "long int" where we should have written "types::suitesparse_index", which won't work on an ARM chip (apparently long long means something different there). I wrote a patch to fix this - see https://github.com/dealii/dealii/pull/14720 Best, David

[deal.II] deal.II Newsletter #239

2023-01-24 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #239. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #14719: Use initlog() in more tests. (proposed by drwells)

[deal.II] build error with AppleClang 14.0.0.14000029

2023-01-24 Thread Rahul Gopalan Ramachandran
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.1429). Here is the error, /softwares/dealii-9.4.1/source/lac/sparse_direct.cc:104:14: error: non-const lvalue reference to type

Re: [deal.II] INSTALLING DEALII ON MAC OSX VENTURA

2023-01-24 Thread erkin yildiz
Dear Heister, Thank you for your reply. After I have applied second way that you recommended, deal.ii is working right now without any problem. Best regards, Erkin Timo Heister , 17 Oca 2023 Sal, 22:08 tarihinde şunu yazdı: > Erkin, > Please take a look at the conversation at >