Commit 0aa1bffa authored by Giovanni Lacopo's avatar Giovanni Lacopo
Browse files

New changes

parent 4d34bc09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ find_package(OpenMP REQUIRED)
# C. FFTW3 + FFTW3_OMP + FFTW3F (Required for fft_library.cpp)
find_package(PkgConfig)
pkg_check_modules(FFTW3 REQUIRED fftw3)
find_library(FFTW3_OMP_LIB NAMES fftw3_omp HINTS ${FFTW3_LIBRARY_DIRS})
find_library(FFTW3_OMP_LIB NAMES fftw3_omp lfftw3_threads HINTS ${FFTW3_LIBRARY_DIRS})
find_library(FFTW3F_LIB NAMES fftw3f HINTS ${FFTW3_LIBRARY_DIRS})

# D. HeFFTe

src/gridding/gridding_main.cpp~

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
This backup file should not exist.

src/gridding/wstack.cpp~

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
This backup file should not exist.