summaryrefslogtreecommitdiff
path: root/math/lapacke/files/patch-include+lapacke.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapacke/files/patch-include+lapacke.h')
-rw-r--r--math/lapacke/files/patch-include+lapacke.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/lapacke/files/patch-include+lapacke.h b/math/lapacke/files/patch-include+lapacke.h
deleted file mode 100644
index 9c37f0029534..000000000000
--- a/math/lapacke/files/patch-include+lapacke.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- include/lapacke.h.orig 2010-12-03 20:56:19.000000000 +0900
-+++ include/lapacke.h 2010-12-03 20:56:59.000000000 +0900
-@@ -84,7 +84,7 @@
- #endif
-
- #ifndef lapack_complex_float_imag
--#define lapack_complex_float_imag(z) (imag(z))
-+#define lapack_complex_float_imag(z) (cimag(z))
- #endif
-
- lapack_complex_float lapack_make_complex_float( float re, float im );
-@@ -100,7 +100,7 @@
- #endif
-
- #ifndef lapack_complex_double_imag
--#define lapack_complex_double_imag(z) (imag(z))
-+#define lapack_complex_double_imag(z) (cimag(z))
- #endif
-
- lapack_complex_double lapack_make_complex_double( double re, double im );