Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to compile package for Octave #32

Open
WiserOrb opened this issue Jan 12, 2023 · 2 comments
Open

Add option to compile package for Octave #32

WiserOrb opened this issue Jan 12, 2023 · 2 comments

Comments

@WiserOrb
Copy link

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
@mrachh
Copy link
Member

mrachh commented Jan 12, 2023

Hi,
Thanks for this. We will incorporate octave support in the next release.

@WiserOrb
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants