FS#56875 - [fftw] FFTW3Config.cmake refers to missing file.

Attached to Project: Arch Linux
Opened by Daniel Canelhas (dcanelhas) - Wednesday, 27 December 2017, 15:49 GMT
Last edited by Antonio Rojas (arojas) - Friday, 15 June 2018, 10:44 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Ronald van Haren (pressh)
Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

fftw contains FFTW3Config.cmake that refers to an inexistant file.

This causes configuration errors when building a project depending on fftw using cmake

Additional info:
* package version(s)
3.3.7-1


* config and/or log files etc.

CMake Error at /usr/lib64/cmake/fftw3/FFTW3Config.cmake:13 (include):
include could not find load file:

/usr/lib64/cmake/fftw3/FFTW3LibraryDepends.cmake
Call Stack (most recent call first):
CMakeLists.txt:7 (find_package)

Steps to reproduce:
in CMakeLists.txt:

cmake_minimum_required(VERSION 2.6)
find_package(FFTW3 REQUIRED)

then run cmake .

Commenting out line 13 in /usr/lib64/cmake/fftw3/FFTW3Config.cmake
i.e.
# include ("${CMAKE_CURRENT_LIST_DIR}/FFTW3LibraryDepends.cmake")

seems to resolve the error.
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 15 June 2018, 10:44 GMT
Reason for closing:  Upstream
Comment by Antonio Rojas (arojas) - Tuesday, 02 January 2018, 19:38 GMT
Please report this upstream

Loading...