]> git.pld-linux.org Git - packages/clapack.git/blob - clapack-3.2.1-fix_include_file.patch
- rebuild with lapack 3.7
[packages/clapack.git] / clapack-3.2.1-fix_include_file.patch
1 diff -urN clapack-3.2.1-CMAKE.old/INCLUDE/clapack.h clapack-3.2.1-CMAKE/INCLUDE/clapack.h
2 --- clapack-3.2.1-CMAKE.old/INCLUDE/clapack.h   2011-04-30 11:39:51.000000000 +0200
3 +++ clapack-3.2.1-CMAKE/INCLUDE/clapack.h       2011-04-30 11:40:39.000000000 +0200
4 @@ -3,6 +3,12 @@
5  #ifndef __CLAPACK_H
6  #define __CLAPACK_H
7  
8 +#include <f2c.h>
9 +
10 +#ifdef __cplusplus
11 +extern "C" {
12 +#endif
13 +
14  /* Subroutine */ int caxpy_(integer *n, complex *ca, complex *cx, integer *
15         incx, complex *cy, integer *incy);
16  
17 @@ -7250,5 +7256,8 @@
18  integer ilaenv_(integer *ispec, char *name__, char *opts, integer *n1, 
19         integer *n2, integer *n3, integer *n4);
20  
21 +#ifdef __cplusplus
22 +}
23 +#endif
24  
25  #endif /* __CLAPACK_H */
This page took 0.071085 seconds and 3 git commands to generate.