xantares
xantares
This is already applied upstream
I see this is already fixed upstream
Hello, I think the cmake is not linking to cblas as it should: ``` CMakeFiles/cminpack.dir/objects.a(enorm.c.obj): In function `enorm': /home/xantares/projects/aur-scripts/mingw-w64-cminpack/src/cminpack-1.3.6/enorm.c:53: undefined reference to `cblas_dnrm2' ``` Adding ```target_link_libraries(cminpack PUBLIC cblas)``` manually solves...
including mingw
this allows for compatibility with python 3.10
allows compilation with gcc/mingw
hi, I noticed master added support for /dev/ttypUSB, this is neat and works out of the box, no need to symlink anymore any plans for a new tag on the...