-
Notifications
You must be signed in to change notification settings - Fork 17
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
Build/install on Ubuntu 20.04 #17
Comments
Have you tried building FFTW yourself? |
The following worked for me:
|
This is using commit b9d9528 - head of the repository at present. |
Building FFTW
|
Thanks @bkmgit. It works for me with your configure command (even without building fftw). It would be nice to have the install procedure for Ubuntu/Debian systems written somewhere. I don't know if we could be possible to install without |
One can update the documentation at:
|
I've met the same problem on ubuntu 22.04 with both openmpi and fftw compiled on custom directories. Maybe it's due to the order of the libs. Specify -lm in LIBS instead of CFLAGS or FCFLAGS will solve the problem. |
I try to build p3dfft on Ubuntu 20.04.
On Debian based systems, the fftw libs are in /usr/lib/x86_64-linux-gnu so it does not to just use
--with-fftw=/usr
.I copied the headers and the libraries in a special directory to please p3dfft:
Then, this configure command seems to work fine:
However, the make command fails:
So I tried to run:
Finally,
make
starts to compile something but finally, I getFrom this point, I don't know what to do... Help would be greatly appreciated to compile p3dfft on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: