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

Fails when WITH_INELASTIC=ON: Error: Can't open included file 'fftw3.f03' #56

Closed
yurivict opened this issue Jan 17, 2022 · 2 comments
Closed

Comments

@yurivict
Copy link

Version: 1.0.3
OS: FreeBSD 13

@awvwgk
Copy link
Contributor

awvwgk commented Jan 17, 2022

Probably has to depend on fftw in the Portfile if you include the fftw header. Also, note that the include can still fail due to gcc#35707, i.e. make sure to explicitly add the directory with the fftw header via -I in the compile options since you can't rely on CPATH and the default include directories.

@yurivict
Copy link
Author

Thank you.

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