Skip to content

Commit

Permalink
Fix a bug in the LAPACK source linker
Browse files Browse the repository at this point in the history
  • Loading branch information
auriocus committed Jun 18, 2014
1 parent bfdc8d5 commit 55f75da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generic/clapack_cutdown.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Generated code. Do not edit. See cherrypick_lapack.tcl */
/* This file contains a subset of LAPACK for use with Tcl/VecTcl */
/* available subroutines: dgesdd_ zgesdd_ dgemm_ zgemm_ dsyevr_ zheevr_ dgeev_ zgeev_ dgelss_ zgelss_ dgelsy_ zgelsy_ dgesv_ zgesv_ dgesvx_ zgesvx_ dgees_ zgees_ */
#include "/Users/chris/Programmieren/VecTcl/generic/clapack_cutdown.h"
#include "clapack_cutdown.h"
#include "f2c_mathlib.h"
/* Declaring the Tcl replacement for xerbla */
MODULE_SCOPE int vectcl_xerbla(Tcl_Interp *interp, char* func, integer *info);
Expand Down
2 changes: 1 addition & 1 deletion tools/cherrypick_clapack.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ proc generate_code {f args} {
puts $fdc {/* Generated code. Do not edit. See cherrypick_lapack.tcl */}
puts $fdc {/* This file contains a subset of LAPACK for use with Tcl/VecTcl */}
puts $fdc "/* available subroutines: $subroutines */"
puts $fdc "#include \"$fh\""
puts $fdc "#include \"[file tail $fh]\""
puts $fdc "#include \"f2c_mathlib.h\""
puts $fdc "/* Declaring the Tcl replacement for xerbla */"

Expand Down

0 comments on commit 55f75da

Please sign in to comment.