We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I built fftw under the custom path: /home/m/CubismUP3D/dependencies/fftw-3.3.7/build
/home/m/CubismUP3D/dependencies/fftw-3.3.7/build
Added its path: echo "export FFTW-ROOT=$PWD/build/">~/. bashrc echo"exportLD_LIBRARY_PATH=\$FFTW_ROOT/lib:\$LD_LIBRARY_PATH" >> ~/.bashrc
echo "export FFTW-ROOT=$PWD/build/">~/. bashrc
echo"exportLD_LIBRARY_PATH=\$FFTW_ROOT/lib:\$LD_LIBRARY_PATH" >> ~/.bashrc
And used source~/. bashrc to refresh. But when using cmake Error while processing AccFFT: Could NOT find FFTW (missing: FFTW-INCLUDES FFTW-LIBRARIES).
source~/. bashrc
AccFFT: Could NOT find FFTW (missing: FFTW-INCLUDES FFTW-LIBRARIES)
I need some help.
When I use ./install_dependencies.sh --all also show AccFFT: Could NOT find FFTW (missing: FFTW-INCLUDES FFTW-LIBRARIES). What can I do?
./install_dependencies.sh --all
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I built fftw under the custom path:
/home/m/CubismUP3D/dependencies/fftw-3.3.7/build
Added its path:
echo "export FFTW-ROOT=$PWD/build/">~/. bashrc
echo"exportLD_LIBRARY_PATH=\$FFTW_ROOT/lib:\$LD_LIBRARY_PATH" >> ~/.bashrc
And used
source~/. bashrc
to refresh.But when using cmake Error while processing
AccFFT: Could NOT find FFTW (missing: FFTW-INCLUDES FFTW-LIBRARIES)
.I need some help.
When I use
./install_dependencies.sh --all
also showAccFFT: Could NOT find FFTW (missing: FFTW-INCLUDES FFTW-LIBRARIES)
. What can I do?The text was updated successfully, but these errors were encountered: