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

Pychrm requires FFTW to compile shared binaries, not static #49

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

By default, FFTW compiles static libraries (libfftw.a) instead of shared 
(libfftw.so)

When you first download and untar FFTW, run `./configure --enable-shared`

Not quite sure how you specify shared libraries for package installers (apt-get 
for Ubuntu/Debian and yum for Red Hat/CentOS), perhaps they come with .so 
specified as default. Only guaranteed way I know is to download tarball and 
build FFTW from source.

Original issue reported on code.google.com by [email protected] on 27 Jul 2012 at 4:11

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

No branches or pull requests

1 participant