Hi. Thanks a lot for this library.
I want to suggest using the little library findblas to locate and link against BLAS instead of hardcoding the path /usr/include/openblas/, which does not work on a lot of systems. In addition findblas allows makes it easy to MLK or other BLAS implementations which can be significantly faster than OpenBLAS.
Also, a question regarding the history of the 'delsig' part of the project. Previously I have used this project with some updates to make it run on modern python, and it looks routines like synthesizeNTF() are almost the same between the two. I am wondering which one came first and what are the differences.
Hi. Thanks a lot for this library.
I want to suggest using the little library findblas to locate and link against BLAS instead of hardcoding the path /usr/include/openblas/, which does not work on a lot of systems. In addition findblas allows makes it easy to MLK or other BLAS implementations which can be significantly faster than OpenBLAS.
Also, a question regarding the history of the 'delsig' part of the project. Previously I have used this project with some updates to make it run on modern python, and it looks routines like synthesizeNTF() are almost the same between the two. I am wondering which one came first and what are the differences.