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(a)opensuse.org
To contact the owner, e-mail: opensuse-science+owner(a)opensuse.org
Perfect Christian,
I have something but I travel today. I will check it and let you know.
Regards,
Alin
Without Questions there are no Answers!
______________________________________________________________________
Dr. Alin Marin ELENA
http://alin.elena.space/
______________________________________________________________________
On Fri, 30 Aug 2019 at 11:49, Alin Marin Elena <alinm.elena(a)gmail.com> wrote:
>
> Perfect Christian,
> I have something but I travel today. I will check it and let you know.
>
> Regards,
> Alin
>
> On Fri, 30 Aug 2019, 11:47 Christian Goll, <cgoll(a)suse.de> wrote:
>>
>> On 8/29/19 1:14 PM, Alin Marin Elena 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,
>> 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:l…
>> 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(a)opensuse.org
To contact the owner, e-mail: opensuse-science+owner(a)opensuse.org
Alin,
thanks for reporting!
We are investigating.
Cheers,
Egbert.
Alin Marin Elena writes:
> 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(a)opensuse.org
> To contact the owner, e-mail: opensuse-science+owner(a)opensuse.org
>
--
Egbert Eich (Res. & Dev.) SUSE LINUX GmbH
SUSE Labs - Project Manager HPC
Tel: +49 911-740 53 0 http://www.suse.com
-----------------------------------------------------------------
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
Maxfeldstraße 5, D90409 Nürnberg, Germany--
To unsubscribe, e-mail: opensuse-science+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-science+owner(a)opensuse.org