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

Documentation - Compiling the c source #10

Open
spors opened this issue Oct 20, 2017 · 1 comment
Open

Documentation - Compiling the c source #10

spors opened this issue Oct 20, 2017 · 1 comment

Comments

@spors
Copy link
Contributor

spors commented Oct 20, 2017

$ gcc -c -std=c99 -O3 sosfilter.c
$ gcc -shared -o sosfilter.so sosfilter.o

should be changed into

$ gcc -c -std=c99 -O3 sosfilt.c
$ gcc -shared -o sosfilt.so sosfilt.o

@SiggiGue
Copy link
Owner

SiggiGue commented Oct 23, 2017

Thanks for the hint.
However a refactor of the whole octave and sosfiltering module is planned:
The compilation will be done using the out-of line API-mode from cffi (http://cffi.readthedocs.io/en/latest/cdef.html)

If you are interested in what will be changed by the refactoring, have a look at https://github.com/SiggiGue/pyfilterbank/tree/refactor .

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