Package: xtensor-blas / 0.21.0-3

Metadata

Package Version Patches format
xtensor-blas 0.21.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_dot_xtensor_0.23.1.patch | (download)

test/test_blas.cpp | 2 1 + 1 - 0 !
test/test_dot.cpp | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

---
find_generic_blas.patch | (download)

test/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
cmake_install_arch_indep.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
cmake4_PR247.patch | (download)

.github/workflows/linux.yml | 69 32 + 37 - 0 !
.github/workflows/osx.yml | 13 7 + 6 - 0 !
.pre-commit-config.yaml | 12 6 + 6 - 0 !
CMakeLists.txt | 2 1 + 1 - 0 !
benchmark/CMakeLists.txt | 2 1 + 1 - 0 !
environment-dev.yml | 6 3 + 3 - 0 !
test/CMakeLists.txt | 2 1 + 1 - 0 !
test/downloadGTest.cmake.in | 6 3 + 3 - 0 !
test/test_dot_extended.cpp | 35 20 + 15 - 0 !
test/test_lapack.cpp | 40 24 + 16 - 0 !
test/test_linalg.cpp | 118 63 + 55 - 0 !
test/test_lstsq.cpp | 55 30 + 25 - 0 !
test/test_qr.cpp | 90 57 + 33 - 0 !
test/test_tensordot.cpp | 9 6 + 3 - 0 !
14 files changed, 254 insertions(+), 205 deletions(-)

 [patch 1/7] upgraded ci's compilers