[opensuse-science] fftw3 and cmake broken
Hi, trying to use the provide fftw3 cmake files provided it fails with CMake Error at /usr/lib/hpc/gnu9/fftw3/3.3.8/lib64/cmake/fftw3/FFTW3Config.cmake:13 (include): include could not find load file: /usr/lib/hpc/gnu9/fftw3/3.3.8/lib64/cmake/fftw3/FFTW3LibraryDepends.cmake Call Stack (most recent call first): CMakeLists.txt:7 (find_package) this is due to configure being used to install it. solution 1: use cmake to build it so the autogenerated file is done correcty solution 2: do not package cmake bits since they are broken. Regards, Alin Without Questions there are no Answers! ______________________________________________________________________ Dr. Alin Marin ELENA http://alin.elena.space/ ______________________________________________________________________ -- To unsubscribe, e-mail: opensuse-science+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-science+owner@opensuse.org
Hi,
trying to use the provide fftw3 cmake files provided it fails with CMake Error at /usr/lib/hpc/gnu9/fftw3/3.3.8/lib64/cmake/fftw3/FFTW3Config.cmake:13 (include): include could not find load file:
/usr/lib/hpc/gnu9/fftw3/3.3.8/lib64/cmake/fftw3/FFTW3LibraryDepends.cmake Call Stack (most recent call first): CMakeLists.txt:7 (find_package)
this is due to configure being used to install it. solution 1: use cmake to build it so the autogenerated file is done correcty solution 2: do not package cmake bits since they are broken. Hello Alin,
On 8/29/19 1:14 PM, Alin Marin Elena wrote: there is also a solution3 which is a single cmake run to create the missing file and package it. Moving the the complete build process to cmake may also be possible, but this takes more time and may have side effects. As I do not have any cmake project with fftw3 dependencies so that I can test my solution, can you please point me to one. Or even better, can you please checkout the rpms from https://build.opensuse.org/project/show/home:mslacken:branches:multimedia:li... and see if cmake works there. If yes we can open a bug and push the changes to factory. kind regards, Christian
Hi Christian, I have tested it and it works indeed as expected. Regards, Alin Without Questions there are no Answers! ______________________________________________________________________ Dr. Alin Marin ELENA http://alin.elena.space/ ______________________________________________________________________ On Fri, 30 Aug 2019 at 11:47, Christian Goll <cgoll@suse.de> wrote:
Hi,
trying to use the provide fftw3 cmake files provided it fails with CMake Error at /usr/lib/hpc/gnu9/fftw3/3.3.8/lib64/cmake/fftw3/FFTW3Config.cmake:13 (include): include could not find load file:
/usr/lib/hpc/gnu9/fftw3/3.3.8/lib64/cmake/fftw3/FFTW3LibraryDepends.cmake Call Stack (most recent call first): CMakeLists.txt:7 (find_package)
this is due to configure being used to install it. solution 1: use cmake to build it so the autogenerated file is done correcty solution 2: do not package cmake bits since they are broken. Hello Alin,
On 8/29/19 1:14 PM, Alin Marin Elena wrote: there is also a solution3 which is a single cmake run to create the missing file and package it. Moving the the complete build process to cmake may also be possible, but this takes more time and may have side effects. As I do not have any cmake project with fftw3 dependencies so that I can test my solution, can you please point me to one. Or even better, can you please checkout the rpms from https://build.opensuse.org/project/show/home:mslacken:branches:multimedia:li... and see if cmake works there. If yes we can open a bug and push the changes to factory.
kind regards, Christian
-- To unsubscribe, e-mail: opensuse-science+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-science+owner@opensuse.org
participants (2)
-
Alin Marin Elena
-
Christian Goll