You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Octave is able to compile mex files using the command mkoctfile --mexdoc.
To use it you don't need to modify the makefile, simply change MEX=mex to mkoctfile --mex.
Tested on openSuse Tumbleweed, all the test pass runnin octave test_*.
Maybe a maintainer could add a comment to the user manual or a makefile option. I would do it myself, but I'm not familiar with the make syntax.
Dependancies:
octave
octave-devel
The text was updated successfully, but these errors were encountered:
Octave is able to compile mex files using the command
mkoctfile --mex
doc.To use it you don't need to modify the makefile, simply change MEX=mex to
mkoctfile --mex
.Tested on openSuse Tumbleweed, all the test pass runnin
octave test_*
.Maybe a maintainer could add a comment to the user manual or a makefile option. I would do it myself, but I'm not familiar with the make syntax.
Dependancies:
The text was updated successfully, but these errors were encountered: