VecTcl icon indicating copy to clipboard operation
VecTcl copied to clipboard

Numeric array and linear algebra extension for Tcl

Results 6 VecTcl issues
Sort by recently updated
recently updated
newest added

On these two systems wrong choice of compiler happens: `i686-w64-mingw32-gcc` is invoked, which is obviously wrong, and the build fails. _Logs:_ 10.9: https://build.macports.org/builders/ports-10.9_x86_64-builder/builds/214741/steps/install-port/logs/stdio 10.8: https://build.macports.org/builders/ports-10.8_x86_64-builder/builds/117791/steps/install-port/logs/stdio

`Makefile.in` defines `pkgincludedir`, but then inconsistently uses `includedir`, in result headers are installed into `${prefix}/include` directly. Fixed.

Hello! Do you have any plans to port this extension to tcl9? It would be great to have this unique library on the new tcl version. Thank you in advance,...

Dear Christian, I am compiling using mingw64 on TCL86, all fine but few fail: ``` datatypes.test Unknown data type Unknown data type Unknown data type Unknown data type Unknown data...

- Problem: The parameter name select in functions dgees_ and zgees_ conflicted with the Windows select() system call - Fix: Renamed the parameter from select to select_fn in: - Function...

Hello, I just found a typo in generic/vectcl.c line 2261 ``` #define CMD NumArrayGreaterEqual #define OPINT *result = (op1>=op2); #define OPDBL *result = (op1=0) puts(t) puts(y) } ``` Regards, Eric