File: find_generic_blas.patch

package info (click to toggle)
xtensor-blas 0.21.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,068 kB
  • sloc: cpp: 97,896; makefile: 202; perl: 178; python: 153
file content (12 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: xtensor-blas/test/CMakeLists.txt
===================================================================
--- xtensor-blas.orig/test/CMakeLists.txt	2024-02-18 11:51:47.262145355 +0100
+++ xtensor-blas/test/CMakeLists.txt	2024-02-18 11:51:47.254145275 +0100
@@ -133,6 +133,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()