Re: How to build compatible packages that use Eigen?

2024-03-28 Thread Dima Kogan
Ryo IGARASHI writes: > Looking at your patch, why do you delete all the #ifndef block in the > first place? Adding just "#define EIGEN_MALLOC_ALREADY_ALIGNED 0" line > on top of the #ifndef block should do the job. That would work, but I don't think it makes a huge difference either way. The

Re: How to build compatible packages that use Eigen?

2024-03-28 Thread Ryo IGARASHI
Hi, Dima, Looking at your patch, why do you delete all the #ifndef block in the first place? Adding just "#define EIGEN_MALLOC_ALREADY_ALIGNED 0" line on top of the #ifndef block should do the job. 2024年2月7日(水) 16:56 Dima Kogan : > > I hit this problem again at work yesterday, so let's fix it. >