File: find_generic_blas.patch

package info (click to toggle)
fenics-basix 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,084 kB
  • sloc: cpp: 22,542; python: 10,184; makefile: 40; sh: 24
file content (10 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -25,6 +25,7 @@
 option(INSTALL_RUNTIME_DEPENDENCIES "Include runtime dependencies in install (Windows-only)" OFF)
 add_feature_info(INSTALL_RUNTIME_DEPENDENCIES INSTALL_RUNTIME_DEPENDENCIES "Include runtime dependencies in install (Windows-only)")
 
+set(BLA_VENDOR "Generic")
 find_package(BLAS REQUIRED)
 find_package(LAPACK REQUIRED)