andyschwarzl / gpuNUFFT

gpuNUFFT - An Open-Source GPU Library for 3D Gridding with Direct Matlab and Python Interface
http://cai2r.net/resources/software/gpunufft-open-source-gpu-library-3d-gridding-direct-matlab-interface
Other
78 stars 32 forks source link

unable to cmake due to missing CMakeLists.txt #56

Open ahbarnett opened 7 years ago

ahbarnett commented 7 years ago

Dear Andy,

I follow your README to build under linux but it breaks at the first step:

ahb@ccblin019 /data/ahb/gpuNUFFT> mkdir build ahb@ccblin019 /data/ahb/gpuNUFFT> cd build/ ahb@ccblin019 /data/ahb/gpuNUFFT/build> cmake .. CMake Error: The source directory "/data/ahb/gpuNUFFT" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

Is there a missing file in the top-level directory?

Or maybe something obvious I'm missing - I don't use cmake much. Thanks! Alex

andyschwarzl commented 7 years ago

Hi,

you have to change to the CUDA subdirectory and execute the steps as described above. I'm sorry for not being clear enough.

HTH