mpimd-csc / flexiblas

FlexiBLAS - A BLAS and LAPACK wrapper library with runtime exchangeable backends. This is only a mirror of https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release
https://www.mpi-magdeburg.mpg.de/projects/flexiblas
GNU Lesser General Public License v3.0
36 stars 7 forks source link

Old license in a couple of files #44

Closed Enchufa2 closed 7 months ago

Enchufa2 commented 7 months ago

I see:

$ grep -r "As a special exception"
test/usage/python-numpy-scipy/numpy-scipy-benchmark.py:# As a special exception, the copyright holders of FlexiBLAS give you permission
src/flexiblas_api.h.in: * As a special exception, the copyright holders of FlexiBLAS give you permission

Notably the second one.

grisuthedragon commented 7 months ago

Will be removed today. ;-) Due to the bug in the testing and several other bugs, there will be a "new" 3.4.0 release.

Enchufa2 commented 7 months ago

The testing bug was in LAPACK, so no problem. :) It would be better for me if you increment the patch version to 3.4.1, because I already built and published updates for 3.4.0.

grisuthedragon commented 7 months ago

After hours of debugging, it turned out that there are more, randomly appearing, bugs in the testing concerning the new routines geqp3rk, which I am fixing right now. Then I will built a 3.4.1, once I found everything which is obivously buggy in the current LAPACK version.

Enchufa2 commented 7 months ago

Thanks, I've updated the R package too to follow the same licensing.