-
Notifications
You must be signed in to change notification settings - Fork 89
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
mpb 1.5 installation on osx 10.10.4 #7
Comments
Look in the |
I have the same problem two years later, and here is the what one finds: |
Please don't file multiple github issues for the same problem. Just add additional comments to the original issue as needed. |
Thanks and sorry for all the dumb stuff…I am somewhat new at this, and finally it dawned on me about the spaces. Also, I figured how to edit the original comment to minimize the dumb stuff. It will get better fairly rapidly, and I will spew less garbage all over GitHub site.
… On Jul 5, 2017, at 22:30, Steven G. Johnson ***@***.***> wrote:
-I/usr/local/include-I/usr/local/Cellar/hdf5/1.10.1/include-I/usr/local/opt/fftw/include-I/usr/local/Cellar/fftw/3.3.6-pl2/include is clearly wrong because the -I options aren't separated by spaces. See also #20 <#20>.
Please don't file multiple github issues for the same problem. Just add additional comments to the original issue as needed.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#7 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHg6eFDJHthAmX9t32BmXWfkTPPShBf7ks5sLEbGgaJpZM4FaJkB>.
|
No problem. |
It seems when I try to configure MPB, I get the following error, even though I had done "brew install fftw" ran without errors:
configure: error: The FFTW libraries could not be found. Make sure FFTW is installed, and that LDFLAGS and CPPFLAGS are set appropriately if necessary.
I did in fact set my LDFLAGS and CPPFLAGs before running ./configure:
export LDFLAGS=-L/usr/local/opt/fftw/lib
export CPPFLAGS=-I/usr/local/opt/fftw/include
The text was updated successfully, but these errors were encountered: