You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: