aboutsummaryrefslogtreecommitdiff
path: root/ports/clapack/openblas_linux.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/clapack/openblas_linux.patch')
-rw-r--r--ports/clapack/openblas_linux.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/clapack/openblas_linux.patch b/ports/clapack/openblas_linux.patch
deleted file mode 100644
index e2b7b6e82..000000000
--- a/ports/clapack/openblas_linux.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c729d95..2b15e31 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,6 +1,6 @@
- cmake_minimum_required(VERSION 2.6)
- project(CLAPACK C)
--find_package(BLAS REQUIRED)
-+find_package(OpenBLAS REQUIRED)
-
- if(WIN32 AND NOT CYGWIN)
- set(SECOND_SRC ${CLAPACK_SOURCE_DIR}/INSTALL/winsecond.c)