Theodore Papadopoulo

Results 76 comments of Theodore Papadopoulo

The problem with blas is that there are many variations which all requires some code adaptation (cblas, mkl, openblas, acml, veclib, atlas, ....). We have been struggling in the past...

But I'm quite busy at the moment, so this might take some time....

I will put comment incrementally one by one... 1 - Remove pkgconfig : I do not think this is wise. Even if we build blitz with cmake, people might want...

2. This is already the case... This is option BUILD_DOC which defaults to OFF... Are you referring to something else ??

3 & 4: There are advantages and drawbacks in doing that. I usually prefer to have options and find where they are used because its more modular... If you remove/change...

5. Yes, but this is already done ? No. The only thing I see is a comment at the top of the CMakeLists.txt. It's not autotools code but related and...

6. Already done.

7 & 9 & 10. A big yes... But I think that the goal was not only for CMake but for autotools too (making your comment stating that people using...

8. Yes. I though it was already done. If it's not, it is a bug and is easy to do (probably as easy as adding a set(BZ_VERSION value) in the...

11. Well, I'd advocate for suppressing the macro. The blitz code uses it only at one place, but I use it (or used it) in other packages, so this eases...