FMM3D
FMM3D copied to clipboard
Add option to compile package for Octave
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:
- octave
- octave-devel
Hi, Thanks for this. We will incorporate octave support in the next release.
Thanks!