summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math/superlu/find-openblas-library.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/science/math/superlu/find-openblas-library.patch')
-rw-r--r--pkgs/development/libraries/science/math/superlu/find-openblas-library.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/libraries/science/math/superlu/find-openblas-library.patch b/pkgs/development/libraries/science/math/superlu/find-openblas-library.patch
deleted file mode 100644
index ce7bc6974c9..00000000000
--- a/pkgs/development/libraries/science/math/superlu/find-openblas-library.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -75,6 +75,8 @@ set(CMAKE_C_FLAGS_RELEASE "-O3" CACHE STRING "")
- ######################################################################
- #
- #--------------------- BLAS ---------------------
-+find_package(OpenBLAS)
-+set(TPL_BLAS_LIBRARIES ${OpenBLAS_LIBRARIES})
- if(NOT enable_blaslib)
-   if (TPL_BLAS_LIBRARIES)
-     set(BLAS_FOUND TRUE)