File: find_generic_blas.patch

package info (click to toggle)
xtensor-blas 0.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,860 kB
  • sloc: cpp: 98,000; makefile: 201; perl: 178; python: 153
file content (12 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: xtensor-blas/test/CMakeLists.txt
===================================================================
--- xtensor-blas.orig/test/CMakeLists.txt	2026-02-09 22:16:57.309150345 +0100
+++ xtensor-blas/test/CMakeLists.txt	2026-02-09 22:16:57.306666657 +0100
@@ -96,6 +96,7 @@
     find_package(OpenBLAS REQUIRED)
     set(BLAS_LIBRARIES ${CMAKE_INSTALL_PREFIX}${OpenBLAS_LIBRARIES})
 else()
+    set(BLA_VENDOR "Generic")
     find_package(BLAS REQUIRED)
     find_package(LAPACK REQUIRED)
 endif()