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

Difficulty with non-standard FFTW install location #10

Open
eddedmondson opened this issue Apr 17, 2018 · 1 comment
Open

Difficulty with non-standard FFTW install location #10

eddedmondson opened this issue Apr 17, 2018 · 1 comment
Assignees

Comments

@eddedmondson
Copy link

I've had some difficulty with a non-standard FFTW install location - I can get cmake for Glimpse to spot it fine, but at the make stage it fails when trying to build NICAEA.

cmake for NICAEA doesn't get to see the FFTW location, although I can fix this by going into the NICAEA tree that gets downloaded and manually running cmake there with -DFFTW_ROOT set appropriately, and building it in place, then going back up and finishing the build for Glimpse.

Can Glimpse's known location for FFTW be passed along to the NICAEA build to avoid this?

@EiffL EiffL self-assigned this Apr 17, 2018
@EiffL
Copy link
Member

EiffL commented Apr 17, 2018

Thanks @eddedmondson, very good point. Hum... Ok, I found this solution:
https://stackoverflow.com/questions/12021448/how-can-cmake-arguments-be-forwarded-to-externalproject
I'll try to implement something like that as soon as I can, or feel free to open a pull request if you have another solution ;-)

In any case, thanks for finding this problem !

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