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 edited the CMakeLists.txt to help ldd find this library for linking. I haven't worked with cmake before, so there's likely a more elegant (correct) way to fix this then what I came up with quickly:
On a stock install of Fedora 31 x86_64, found a problem during linking:
[ 26%] Linking CXX executable materialise
/usr/bin/ld: cannot find -lfftw3f_threads
/usr/bin/ld: cannot find -lfftw3f_threads
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/materialise.dir/build.make:294: materialise] Error 1
make[1]: *** [CMakeFiles/Makefile2:113: CMakeFiles/materialise.dir/all] Error 2
I edited the CMakeLists.txt to help ldd find this library for linking. I haven't worked with cmake before, so there's likely a more elegant (correct) way to fix this then what I came up with quickly:
The text was updated successfully, but these errors were encountered: